Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/purescript/documentation

Documentation for the PureScript language, compiler, and tools.
https://github.com/purescript/documentation

Add documentation for qualified operators and type operators (#462)

aba17dc1c240d2001f4c747430c46e823fb9987c authored 10 months ago by postsolar <[email protected]>
Update Alternate-backends.md (#461)

7edec9f60cdee584982689c488055bd58285949c authored 11 months ago by Filip Haglund <[email protected]>
Update Editor and tool support (#460)

* Update Editor and tool support

- Spago is now the recommended way to bundle JS-backend PS c...

58f6d7b79d5d88c4e0bc9bbf0c3310e7d4520143 authored about 1 year ago by postsolar <[email protected]>
Add IntelliJ plugin to the list of supported tooling (#456)

* Add IntelliJ plugin to tooling support

6b6f4332505adc608e59a39ae606e1c0aa325615 authored about 1 year ago by Zelenya <[email protected]>
Update Common-Operators.md to v0.15 (#458)

The `Math` module no longer exists, and `mod` and `%` are now defined in `Data.Number`. Also upd...

09859e0d53d2b08ee7e63686a083c1a45423005f authored over 1 year ago by Tim Siegel <[email protected]>
Update Alternate-backends.md (#457)

Added a `Unisay/purescript-lua` alternative backend reference.

cf8527618806bb9f7569c6d72cac6521603a51db authored over 1 year ago by Yura Lazarev <[email protected]>
Add purs-nix and purifix as a tool for nix users (#451)

* Add purs-nix as a tool for nix users

* Improve purs-nix and add purifix

2be84999fc1a776c0f8fdacc61d29c0a79eefd76 authored almost 2 years ago by KlarkC <[email protected]>
Fix markdownlint indentation issue (#453)

* MD046 wasn't closed, but instead MD037 (mistake)
* Disabled MD046 code-block-style for whole ...

ddc83562aa1de9d4e2c1067c71bf3d4e3b77b84d authored almost 2 years ago by Andy <[email protected]>
Add vim-lsp-settings as editor tool for vim (#452)

53cb2dc68941981e5b208f2dad6f48a421b452b1 authored almost 2 years ago by KlarkC <[email protected]>
Update Alternate-backends.md (#450)

eb38c6bddf1308f7334c4d7b1bfb1ee17f9322ea authored almost 2 years ago by Felix Wittmann <[email protected]>
Tweaks to Getting Started (#449)

* Adjusted heading indent levels to fix markdown syntax warning.
* Suppress markdown warning MD...

0f3a48d083051d5e241be34a471b6e7869046232 authored almost 2 years ago by Scott Smith <[email protected]>
Document deriving Functor, Foldable, Traversable (#446)

* Document deriving Functor, Foldable, Traversable

* Cover the enhancements in PureScript PR ...

06d2d37e6b06fbc0fe7c3ebbe3f9422e1ffcbad6 authored about 2 years ago by Ryan Hendrickson <[email protected]>
Updated CommonJS to ES Modules to reflect Purescript 0.15 update. (#448)

84e55747f33191bf1640c361dd1e662b3e092d5c authored about 2 years ago by IvanErlic <[email protected]>
Link generics documentation that isn't deprecated (#447)

581caaae155c56270e18f94217abd4fffe925313 authored about 2 years ago by Janus Troelsen <[email protected]>
Construct Origin with Number values (#445)

Construct origin of type PointRec with Number values ( 0.0 ) to align with type definition
``` ...

26da1f4d79df1ef3b757a9d9b5f583d3491029f7 authored over 2 years ago by Andrew Barnard <[email protected]>
Docs: Custom deprecation warning (#443)

Fixing example by using `Text`.
Otherwise it'll result in: "KindsDoNotUnify: Could not match ki...

60d6028227242702d71acb2bb99a427c5a742d1b authored over 2 years ago by Andy <[email protected]>
Update ScopeConflict.md (#442)

Changed id -> identity.

ae29196b8d7ecfa86b6730413aad06bdeaf21f64 authored over 2 years ago by elliotfayman <[email protected]>
Improved "what's next?" section (#441)

* Improved whats's next? section

4470b50af70aad0211c4cd2c597ad4d0d1b9adae authored over 2 years ago by Chigozie Oduah <[email protected]>
Add links (#343)

c87c382c46589e6a60fb16a9bf23fbdf923eac02 authored over 2 years ago by Attila Gulyas <[email protected]>
Add documentation for escape sequences (#372)

* Describe valid escape sequences in string literals

* Describe differences from Haskell rega...

5ce604a5211a62d9d89a7365161939473dc57b00 authored over 2 years ago by Holger Stenger <[email protected]>
Add a section about fixity declarations for functions (#381)

0187e2ef4d6b6c38a75806cbeefc9a8084c5d857 authored over 2 years ago by Cyril Sobierajewicz <[email protected]>
Revert "FFI.md typo (#388)" (#389)

* Revert "FFI.md typo (#388)"

This reverts commit 878390c5d4c40adef2074774625fb59465788c5d.
...

7f850dc20ad93877a65d9ca9b6faa303b8337a0e authored over 2 years ago by James Brock <[email protected]>
OrphanTypeDeclaration Error explaination (#395)

* OrphanTypeDeclaration Error explaination

Doing my part to fill in some documentation

* F...

94b8745f501004b99587a3130ee540fa3b6e8550 authored over 2 years ago by John Miller <[email protected]>
Overhaul of alternative backends (#397)

* Overhaul of alternative backends

Almost every single entry of the "Alpha" section is stale ...

39a872d2841e0203d9263ea90d653a10cd63c343 authored over 2 years ago by ShalokShalom <[email protected]>
Update purescript-native target (#398)

https://github.com/andyarvanitis/purescript-native/issues/75

3a6ad02c3d291db2f4d37052a65010a3ab412783 authored over 2 years ago by Rory Campbell <[email protected]>
Details about Unicode categories of function and value name characters. (#422)

* Add table showing characters for function and value names

* The table shows for each accept...

18b729a5df80a3ed24bff2bd8865deacd74d7760 authored over 2 years ago by halloleo <[email protected]>
Update guide for forall proxy recommendation (#439)

a31b965b27f619bfb65444af881cefa4b8b8eca2 authored over 2 years ago by JordanMartinez <[email protected]>
Update repo for PureScript v0.15.0 release (#438)

* First draft of documentation update for v0.15 (#421)

* First draft of documentation update ...

b52bb5cc8ba3e4dfb3f438967776bf9992e071e3 authored over 2 years ago by JordanMartinez <[email protected]>
Update migration guide to account for parsing changes (#437)

0e18f5066e0a6ace6b48c254fbc29eeda2e3691b authored over 2 years ago by JordanMartinez <[email protected]>
Regenerate ecosystem changelog (#436)

f54c7c927c417db3de0177c97dc836a3c237e46c authored over 2 years ago by JordanMartinez <[email protected]>
Add changes from Map speed ups (#434)

a9425b526684fe7f651b1c030f06eae4a8b27f84 authored over 2 years ago by JordanMartinez <[email protected]>
Update documentation reflecting removal of async exists (#433)

* Update documentation reflecting removal of async exists

* Add node-fs-aff breaking changes.

9eab6bced78ca307f3c96f91c51c542c7f0471a7 authored over 2 years ago by sigma-andex <[email protected]>
Remove old reminder for arc section (#432)

314ec38dd53da8b2bd24ceedca4a00f581b89f4f authored over 2 years ago by JordanMartinez <[email protected]>
Update PR numbers with correct links (#431)

1b2a2aae4bd929f2ae669746a77d29dbaa131582 authored over 2 years ago by JordanMartinez <[email protected]>
Add section on affjax; push final ecosystem update (#430)

* Add section on affjax

* Regenerate ecosystem update

3a97bc3578bceebfc2112ecca3dcd164b7b77c38 authored over 2 years ago by JordanMartinez <[email protected]>
Document breaking change summary in 0.15.0 migration guide (#429)

* Add content for most of the libs

* Add todos for remaining entries

* Drop foreign-object...

71a36d0ab674927d6cff84d2f3238ef311774ada authored over 2 years ago by JordanMartinez <[email protected]>
Add all changelog entries for breaking changes in PureScript 0.15.0 (#426)

* Add release notes; link to it from guide

* Drop empty sections & duplicate breakage/changes...

939dd1ee0910e5952a9920de15ef41c4407695d0 authored over 2 years ago by JordanMartinez <[email protected]>
Cleanup and add more content to 0.15 migration guide (#428)

* Add preface to ES modules support

* Rename header; cleanup paragraph

* Fix hyperlink to ...

eb5e2e76e3a77772470920c9e2a525c1da35facc authored over 2 years ago by JordanMartinez <[email protected]>
replace ref to deprecated generics-rep (#425)

52282671d755a37f9acaaaa8570c760487dd920b authored over 2 years ago by Andrew Condon <[email protected]>
Add tooling and library updates to 0.15.0 migration guide (#424)

* Add initial section for tooling

* Remove unneeded whitespace

* Add some initial updates ...

5d1deec8a7eda22947d63e6202101bdf6cd91ae5 authored almost 3 years ago by JordanMartinez <[email protected]>
Add es modules migration guide draft from working group challenges (#423)

4c917dd0d6a21a80dde642388732fca395a8d067 authored almost 3 years ago by sigma-andex <[email protected]>
Add missing import form (#418)

c063618112af25dda98cf2ff797a4577a6c5d98e authored almost 3 years ago by Nicholas Wolverson <[email protected]>
Add DeprecatedFFICommonJSModule error (#416)

577bf14e490cc9b1adac48d317fdcd3946c4227d authored almost 3 years ago by sigma-andex <[email protected]>
Update Differences-from-Haskell.md (#414)

9c1cd2222629be1bb1d730314652d794d03c93f6 authored almost 3 years ago by Yaozhu Sun <[email protected]>
Warnings updates (#413)

* Remove MultipleFFIModules documentation

It is a template file and the error was removed in ...

96e5cd693770ac93d79ab56e87a9907d9b938480 authored almost 3 years ago by Nicholas Wolverson <[email protected]>
Add docs for `UnusedName` warning (#411)

* Add docs for `UnusedName` warning

* Update example

7295b335dfbda17015e68f4c74b81e91007f79b8 authored about 3 years ago by Marshall Bowers <[email protected]>
Add FP made easier to readme (#410)

d77e09ad6f848ef0ec41efb0c9ec1de1f37dc68e authored about 3 years ago by Mohammad Hadi Aliakbar <[email protected]>
Add purenix backend (#409)

* Add purenix backend

* Update ecosystem/Alternate-backends.md

Co-authored-by: Dennis Gosn...

9adc421edb9161b688519f368cc13dc876d7865b authored about 3 years ago by Erik Post <[email protected]>
Update Discord link

00b65f2a1b57f40f528e47707d391959dbd523de authored over 3 years ago by Thomas Honeyman <[email protected]>
Suggest community resources in README (#394)

99886488955992a11841b5e9012eead20fc5ba8f authored over 3 years ago by Thomas Honeyman <[email protected]>
Note precedence of infix operators created with backticks (#393)

* Note precedence of infix operators created with backticks

* Review Feedback - Remove "by de...

751e2a6db1a0109a6c43be3d81482d16c87cb234 authored over 3 years ago by milesfrain <[email protected]>
Add closing tag to body in example HTML (#391)

51d389ee8bede5b655be1361a3d49c3e20de80a6 authored over 3 years ago by Peter Morris-Hind <[email protected]>
FFI.md typo (#388)

878390c5d4c40adef2074774625fb59465788c5d authored over 3 years ago by James Brock <[email protected]>
docs(generic): update Data.Generic.Rep link (#386)

* docs(generic): update Data.Generic.Rep link

Point `Data.Generic.Rep` from the [deprecated l...

dc6374b131312e27b9c69713302b31b4664d3771 authored over 3 years ago by sevillaarvin <[email protected]>
docs(generic): update genericShow module reference (#385)

Per [Data.Generic.Rep.Show](https://pursuit.purescript.org/packages/purescript-generics-rep/5.0....

3bc7a0ed4544be6129a7450b4302574f49c674cf authored over 3 years ago by sevillaarvin <[email protected]>
Explicitly install all dependencies in GS guide (#384)

* Explicitly install all dependencies in GS guide

Spago 0.20.0 requires that direct dependenc...

d1e1539c1571d459d4125abf23e097cabee1227d authored over 3 years ago by milesfrain <[email protected]>
Add section about overloaded number literals (#380)

* Add section about overloaded number literals

* Remove comma which makes sentence sound conf...

a98b5a5fcb5c2fcf31641e59ef9f9fef367882ff authored over 3 years ago by Mohammed Anas <[email protected]>
Apply linking in Types.md table of contents (#378)

5818a467544483cc73e728a6e510de3a2caed733 authored almost 4 years ago by btoo <[email protected]>
Remove Monoid Semigroup Superclass Example (#361)

In Haskell, Semigroup is a superclass of Monoid since base-4.11.0.0, so this no longer needs to ...

b7fa4767a24d7bf06d32d36723f280cf40bc149b authored almost 4 years ago by Charlie Bevis <[email protected]>
Fix broken link and improve the roles annotations section (#376)

* Fix broken link to the RoleAnnotations GHC extension

* Improve the roles annotations sectio...

cdbed2724103927a8c2d989f6067d91812e91054 authored almost 4 years ago by Cyril <[email protected]>
Update, remove and add links (#377)

* Replace the link to the 0.14 changelog with a link to the release notes

* Remove redundant ...

f2f1c185e22cb0500874aeeb271345cea7edc7d6 authored almost 4 years ago by Cyril <[email protected]>
Document roles, role inference and role annotations (#371)

* Document roles, role inference and role annotations

* fixup! Document roles, role inference...

57952c510b58a72951ee4c4e90b25c820e89b841 authored almost 4 years ago by Cyril <[email protected]>
Rename historical/0.10-Migration-Guide.md to migration-guides/0.10-Migration-Guide.md

ec9d39d536f96b0974bc1cab03723b9bfd133223 authored almost 4 years ago by Thomas Honeyman <[email protected]>
Add PureScript 0.14 migration guide (#373)

* Add PureScript 0.14 migration guide

* Add more bifunctor newtypes ported to functors

* F...

263a1bcef00d53ded57248c36e45acb34abda406 authored almost 4 years ago by Thomas Honeyman <[email protected]>
Fix Haskell extensions links (#375)

de4340cc2532757b8db6cf5d55619633944fb14c authored almost 4 years ago by Cyril <[email protected]>
Document `HiddenConstructors` (#354)

* Document `HiddenConstructors`

361a75471a63c21306b25dea05d94a9218f6f81c authored almost 4 years ago by Cyril <[email protected]>
Merge pull request #367 from kl0tl/add-possibly-infinite-coercible-instance-error

Document `PossiblyInfiniteCoercibleInstance`

20bcfc2dece01cc46356ebb20732a8614f90dcc1 authored almost 4 years ago by Cyril <[email protected]>
Document `PossiblyInfiniteCoercibleInstance`

a88f82cb05de887ff193839a70bea94de499ac8f authored almost 4 years ago by Cyril Sobierajewicz <[email protected]>
Add missing Haskell extensions (#364)

* Add missing Haskell extensions

* Add NoImplicitPrelude and UndecidableSuperClasses

Co-au...

84e989d868a00ba44d8cd053e8eb7733dca94eb9 authored almost 4 years ago by Cyril <[email protected]>
Update the documentation with some upcoming v0.14.0 changes (#362)

* Update documentation for the deprecation of MonadZero

* Update documentation for type synon...

4f6c0e3b8b6184329ab1e9f7ec3c0f5a5e27a393 authored almost 4 years ago by Cyril <[email protected]>
Document roles and `Coercible` related errors (#352)

130fd60ae35c3559fcb38df431900cb37b319f8a authored almost 4 years ago by Cyril <[email protected]>
Fix typo (#365)

68815826f11b6add7468e30eb06c2e585b639d54 authored about 4 years ago by k0ral <[email protected]>
Remove disclaimer about out-of-date book (#359)

Now compatible with 13.x

f0ff00c49f0cf6e3b423aaa0ffbea1072950127c authored about 4 years ago by milesfrain <[email protected]>
Provide HTML content for index.html file (#360)

1bc77344a0a9bcc3cca6e7322338761a85abead6 authored about 4 years ago by helloimjordan <[email protected]>
Add more Type Class deriving details (#338)

28592177025985adb345e854bb0a31cc174b3c25 authored about 4 years ago by milesfrain <[email protected]>
Add missing errors placeholders (#351)

6e58684ac009cf479c2caca19a090cd9cf84529a authored about 4 years ago by Cyril <[email protected]>
Update editor and tooling support (#347)

31e16242babeb1c2a1ebf0d6554de0cd26b15cf2 authored over 4 years ago by Thomas Honeyman <[email protected]>
Add missing words describing "otherwise" (#332)

84c9e708957d2f702b9eda6b29b6502521d34283 authored over 4 years ago by milesfrain <[email protected]>
Add example of using guards with case expression (#339)

* Add example of using guards with case expression

* Apply review feedback

cc1cc9730434d5c427fb556076f51422ce5a7626 authored over 4 years ago by milesfrain <[email protected]>
Point to compiler's install guide (#323)

* Add troubleshooting section

Boosting heading sizes too so they're slightly larger than bold...

4ba614e8e07f1e16f2888daa256783fa465ccf13 authored over 4 years ago by milesfrain <[email protected]>
Documented declConflict errors (#281)

* Documented declConflict errors

* Updated DeclConflict.md

ec3ae8e4e717f90c6029a860723df1b8d9240d52 authored over 4 years ago by Woodson Delhia <[email protected]>
Add derive via Generic example, and point to latest docs (#331)

* Add derive via Generic example, and point to latest docs

I often visit this page looking fo...

081ec826f18b8851c2509be2b1207abb47e7b2d8 authored over 4 years ago by milesfrain <[email protected]>
Link to ps cookbook (#329)

04cfe07eded8ac9b32c0cee4927982f145cb97e6 authored over 4 years ago by JordanMartinez <[email protected]>
Add note on Function naming (#321)

* Add note on Function naming

* Review feedback - function and value names

* Fix Apostroph...

837ec4ff3a956cdeda31997bf5f697ee738295b6 authored over 4 years ago by milesfrain <[email protected]>
Incorporate getting-started content from book (#314)

* Incorporate getting-started content from book

* Review feedback - grammar and typos

75e3e75f75343b9e0040918880326c39b971fd3d authored over 4 years ago by milesfrain <[email protected]>
Explain why Orphan Instances are forbidden (#313)

* Explain why Orphan Instances are forbidden

* review feedback

* Review feedback - Add exp...

4071a7aa351117f495342d0bd355f8046b922c7d authored over 4 years ago by milesfrain <[email protected]>
Point Book Links to book.purescript.org (#316)

* Point Book Links to book.purescrip.org

* correction in CONTRIBUTORS.md

* change side eff...

91c12835ea71df8c2a7e0f7089990ed3b089c3c0 authored over 4 years ago by Kurt Milam <[email protected]>
Update Getting-Started.md (#319)

This sentence is a bit misleading as currently stated:

- the core libraries generally don't u...

4a2c12bbc5783d3a66847b0bd0336460fa728583 authored over 4 years ago by Harry Garrood <[email protected]>
Update 'Editor and tool support' Guide to reflect current status (#296)

* Update 'Editor and tool support' Guide to reflect current status

* Fold 'Maintained' & misl...

446cc5565ff6600ed880ae4ac2a50e66338b85e7 authored over 4 years ago by Susan Potter <[email protected]>
Remove reference to Eval instances for psci. (#308)

* Remove reference to Eval instances for psci.

It's not possible to write `Eval` instances du...

ab6a1708746df73e249e6756eacd015bc146446d authored over 4 years ago by Nathan Faubion <[email protected]>
Make updates for polykinds (#312)

a98cf0cb6f28e016142cc8b6e2df1c5f61260198 authored over 4 years ago by Nathan Faubion <[email protected]>
Update getting started guide to reference new book version (#311)

f6dbb2fea35000e52127f96a3192ec48a06e543a authored over 4 years ago by Drew Olson <[email protected]>
Than is now archived. (#310)

https://github.com/tfausak/thran

5de53609ea0be6e749dada8238d70331dc55db7c authored over 4 years ago by Alexa DeWit <[email protected]>
Update purerl url (#307)

12be5e67ec638415f467423c6b4428c769de8ea0 authored over 4 years ago by Mohammed Anas <[email protected]>
Update PureScript book reference to point to new URL (#306)

1bd0aa994da4c9941a1f4db7d817118374b6bc1c authored over 4 years ago by JordanMartinez <[email protected]>
Add new errors from polykinds branch (#300)

32262163b596a31b2caa25162014dc8aa3b215fd authored almost 5 years ago by Nathan Faubion <[email protected]>
Fix pure documentation link (#302)

This change removes the version number from the prelude documentation
link to prevent referenci...

6b9cdddb687dd8b4b580ca44a94a04680bda9149 authored almost 5 years ago by Tristan de Cacqueray <[email protected]>
Add documentation for `DeprecatedFFIPrime` warnings (#293)

c280d68987b2f3f267cca155980fb9a799275e1a authored almost 5 years ago by Cyril <[email protected]>
Add purescript-python to 'Alternate Backends' (#294)

2dd41d7130f99a7c9c98a7bb3030d0ef779694de authored almost 5 years ago by Erik Post <[email protected]>
Replace outdated references to Pulp with Spago in PSCi Guide (#295)

* Remove outdated references to bower and pulp

* Remove installation of psci-support since re...

4fb5b1d9e00f72a3e8c8c969e2d8796f15f8a36a authored almost 5 years ago by Susan Potter <[email protected]>