Ecosyste.ms: OpenCollective

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

unofficial elm industrial users

Build consensus, raise money for, and contribute to elm programming language compiler and ecosystem development as well as marketing efforts.
Collective - Host: opensource - https://opencollective.com/unofficial-elm-industrial-users - Code: https://github.com/elm-janitor

Enable patching `elm/core` again

https://github.com/elm/core/pull/1138 fixes #1

github.com/elm-janitor/apply-patches - 5b80d70cda2b866a0938c52ef8c2e5529d44ec97 authored over 1 year ago
Fix `Unreleased` changelog link

github.com/elm-janitor/apply-patches - 2c2c60f612ede97d22b4ed0a2b4eae5a3b7fccb8 authored over 1 year ago
Add link to `๐Ÿงน๏ฝœelm-janitor` discord channel

github.com/elm-janitor/apply-patches - 121b85910e81b86a2965dcb622d09db166ad9b01 authored over 1 year ago
Use `elm-test-rs` to hide the inserted patch notices

github.com/elm-janitor/apply-patches - e08f1f1bc6659131966556968e6e024a930c5d7f authored over 1 year ago
Disable patching `elm/core` because of #1

github.com/elm-janitor/apply-patches - 6baf027fdb73fac80e6e232b6bdea7d28a685e1c authored over 1 year ago
Create runnable node.js code with https://github.com/denoland/dnt

To create a publishable build:

```sh
cd deno
deno task build-npm-package
cd ../npm/
npm publish...

github.com/elm-janitor/apply-patches - 0c0c09a93d73d853bcf47be0db6a31d8b85cbb4e authored over 1 year ago
Reuse `installPatches` in `installAllPatches`

github.com/elm-janitor/apply-patches - 69ace3b962bc4ab7c3b424877a9f1d4f71e93a17 authored over 1 year ago
Rename `main.ts` to `mod.ts`

github.com/elm-janitor/apply-patches - 5c2f51bb61aaba0c913848d2bb8c0c4cdf620a96 authored over 1 year ago
Update introduction in README

State intention and list alternatives

github.com/elm-janitor/apply-patches - 9a01bb8857206d2f64ed4b40ebadd86cd3d46411 authored over 1 year ago
Introduce `deno/cli.ts` for bundling to npm

github.com/elm-janitor/apply-patches - ffad9003e59c8df042d6afc30b4c57212d16e895 authored over 1 year ago
Extract helper functions

github.com/elm-janitor/apply-patches - ae54443d300c5d0127db5ed143a1e4740a363bbc authored over 1 year ago
Add `--status` flag to check which patches were applied

If `--verbose` is passed, it will also print all known packages that
were not patched.

github.com/elm-janitor/apply-patches - 938d3c334899524d9a94448b087e0415e7c01ad0 authored over 1 year ago
Dedicate code to public domain

github.com/elm-janitor/apply-patches - 861a61f90dec70b8805faa3dfae708f0ded4db46 authored over 1 year ago
Only pass `string` packages to `installPatches`

github.com/elm-janitor/apply-patches - 66cc15dd6d96617f7c4ec577fb9127ce4ecb3f2c authored over 1 year ago
Extract dependencies into `deno/deps.ts`

github.com/elm-janitor/apply-patches - 1f7758f01f294f8bb907a4381b44621a7a68db97 authored over 1 year ago
Link to issue with patching `elm/core`

See
https://github.com/elm-janitor/apply-patches/issues/1

github.com/elm-janitor/apply-patches - 688dd1ed1f4fe74e621a6ff4292a4c7969211935 authored over 1 year ago
Document `--verbose` flag

github.com/elm-janitor/apply-patches - 0c49215c4e9991d234fe53603574d5acfa6e4631 authored over 1 year ago
Clarify documentation

github.com/elm-janitor/apply-patches - 6159b2128bfb6bbbab2961e8ea7b534bdcda887e authored over 1 year ago
Reorder sections in README

github.com/elm-janitor/apply-patches - da7e7d92e153bb513344d0f676a8f9c0c8c2dd15 authored over 1 year ago
Introductory comment about usage

github.com/elm-janitor/apply-patches - 27d2b3f5077ca74aea11cd014b43f0b1a41103ca authored over 1 year ago
Add `--all` flag to apply all patches

github.com/elm-janitor/apply-patches - 86a427d83cd8567109620de4fe57d60573596687 authored over 1 year ago
Document `--verbose` flag

github.com/elm-janitor/apply-patches - 586ae26581f11a9bae1e324f0ee8707699e63fa8 authored over 1 year ago
TODO https://github.com/elm-janitor/apply-patches/issues/1

github.com/elm-janitor/apply-patches - d268fd94af9d4553a55cec16f3b55b05aa41a570 authored over 1 year ago
Add elm/core test for PR 970

https://github.com/elm/core/pull/970/files

github.com/elm-janitor/apply-patches - e0f9dc020615d47a41a7bff2bc4294919c1f4397 authored over 1 year ago
Rename elm/parser test

github.com/elm-janitor/apply-patches - f05b53c67682dc03bec4ac28a941a731203f732c authored over 1 year ago
Add support for Windows

github.com/elm-janitor/apply-patches - b15213a2d74af69591b6847b68de75888178ac98 authored over 1 year ago
Document how to verify that applying the patch was successful

github.com/elm-janitor/apply-patches - 922d331604f4f81d13d1d2d9ca1fd68f48b707bb authored over 1 year ago
Add note about local documentation

github.com/elm-janitor/apply-patches - d887c8845c1077ff27a482a8a4773b027aa83eb5 authored over 1 year ago
Print and store the git commit information of the patch

Useful if we have multiple releases and also to verify in the file
system which version was inst...

github.com/elm-janitor/apply-patches - 852dea8f1de3c1b40a3fdaf306382ef80e780cdd authored over 1 year ago
Extract `downloadPatch` function

github.com/elm-janitor/apply-patches - 63fcf5579fee27de00161ca984a2c15fb90a1333 authored over 1 year ago
Extract `unpack()` helper function

github.com/elm-janitor/apply-patches - ffe97c3fbb34d04e922a5d95412fbd43bea9f57d authored over 1 year ago
Print git shorthash of the patch when running Elm code

For example:

```
Using elm-janitor/parser@a61f4ae instead of elm/[email protected]
```

github.com/elm-janitor/apply-patches - c970edcbfc09b20063162ba28d4da6333e16cc98 authored over 1 year ago
Add text for `--help`

github.com/elm-janitor/apply-patches - 356fa68d7a7da6738e69a5ef6a1309b64e622611 authored over 1 year ago
Add note about removing `elm-stuff` after applying patches

github.com/elm-janitor/apply-patches - 0b7081e3813dcdd37dc3aa885f10b2e65b77cd62 authored over 1 year ago
Update repository name

github.com/elm-janitor/apply-patches - 4475b149a7c3f753cccdff65aa32ca30185e6196 authored over 1 year ago
Remove initial code to patch pre-existing elm/* packages

github.com/elm-janitor/apply-patches - bc54800d5a16d0df92745a1e56acb7c1d66955b5 authored over 1 year ago
Add `--verbose` log output

github.com/elm-janitor/apply-patches - 0defba273043aef0c487f83d37b05b55c65cf99b authored over 1 year ago
Install a patch with `deno run main.ts <package>`

github.com/elm-janitor/apply-patches - 143f35ffebd5ba33b3dff308ea608f8b5eeb7ba7 authored over 1 year ago
Add std/flags dependency

github.com/elm-janitor/apply-patches - 6d327ec79333a383a792f2b528ffab1a4658673f authored over 1 year ago
Extract `findElmHome` function

github.com/elm-janitor/apply-patches - 454ca8e770113ed93ed3190d021da81bbfbde34a authored over 1 year ago
Append a console.info to every patched Kernel `.js` file

Instead of a `console.warn`.

github.com/elm-janitor/apply-patches - 86812f0eabdc95302ac78546ac2054fa94e6eb7d authored over 1 year ago
TODO find out default ELM_HOME on Windows

github.com/elm-janitor/apply-patches - 98431557033c48811af2a6002bb65c8585735175 authored over 1 year ago
Add clean install patch function, uses `elm-parser` as an example

github.com/elm-janitor/apply-patches - 23257787306968a40136f9bff68cc877b2ddf370 authored over 1 year ago
Exclude patches to elm/core

Because it currently fails compilation. Not yet sure, why exactly.

github.com/elm-janitor/apply-patches - 4895fa00812b0c8ccbe7ad0869d34bf2650d6e77 authored almost 2 years ago
Clarify development instructions

github.com/elm-janitor/apply-patches - 626ee7bbaa630d1a5a4fe7ab44f7a60be4f7778b authored almost 2 years ago
Append a console.warn to every patched Kernel `.js` file

This is useful to see that not one of the default Elm core packages was
used.
This prints one me...

github.com/elm-janitor/apply-patches - 901e9041cfde4d779fd4c3291bbf10ae3f203344 authored almost 2 years ago
Add deno script to patch the Elm dependencies

github.com/elm-janitor/apply-patches - 0328931be61f170777e10a89cbb6e0bcefeb8bc1 authored almost 2 years ago
Add example to show missing `Parser.deadEndsToString` implementation

github.com/elm-janitor/apply-patches - 4ee8090f2c0afc3c114e130fa69e7eecaee006c9 authored almost 2 years ago
Update git-help.md

github.com/elm-janitor/manifesto - b483dbc4464e2588054b0e4989bd934f52eb58b0 authored almost 2 years ago
More work on the readme.

github.com/elm-janitor/manifesto - bd0c242d05344559254b76470723cb7e6675f30a authored about 3 years ago
Title on the Appendix.

github.com/elm-janitor/manifesto - f1ce8949de71876b389f0302714168aa6a12f276 authored about 3 years ago
More work on the README.

github.com/elm-janitor/manifesto - d92c5b297f8a777cd37d7306ac71e399bd1a0f30 authored about 3 years ago
More work on the readme.

github.com/elm-janitor/manifesto - 888a141808eb08200da22339f45c8a93245dc754 authored about 3 years ago
Updates to git help.

github.com/elm-janitor/manifesto - 0113bfe1bd839a40a243ad15c6243d6de8fdbd7b authored about 3 years ago
Lots of handy git commands and explanations.

github.com/elm-janitor/manifesto - 17e9204d6bdf801e401085a1348a21a3cd1b5d1c authored about 3 years ago
Sketching out what the README needs to cover.

github.com/elm-janitor/manifesto - ece78fb43d2fe0ffd82dc5bdb4789658f9b44ff4 authored about 3 years ago
Sketching out what the README needs to cover.

github.com/elm-janitor/manifesto - 5d407d0336e5fad32e7b234a4bfac68b59663b64 authored about 3 years ago
Update README.md

github.com/elm-janitor/manifesto - 8f79d045b3d75c6cecc65a907da92c44bbb85623 authored about 3 years ago
Some git commands.

github.com/elm-janitor/manifesto - cb4c8ca23a49ae00442a590b33200b030b56e94b authored about 3 years ago
More on the README.

github.com/elm-janitor/manifesto - afd97a07505747fe58e0fbcca40e6eba2f9377dc authored about 3 years ago
Starting to write a README.

github.com/elm-janitor/manifesto - d64983bf613c92a911ad8a2c4de0684fd2f72cd6 authored about 3 years ago