Ecosyste.ms: OpenCollective

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

Elm Tooling

Org to facilitate work on tooling for elm
Collective - Host: opensource - https://opencollective.com/elm-tooling - Code: https://github.com/elm-tooling

Default elmAnalyseTrigger to never

github.com/elm-tooling/elm-language-server - 12fc8a352fc0776568b5e8fe42fcd1c285282f20 authored about 4 years ago by Kolja Lampe <[email protected]>
Remove unused eslint-config-prettier

github.com/elm-tooling/elm-tooling-cli - f17a186b2b6a8f739d63cb962155c23251b9d84c authored about 4 years ago by Simon Lydell <[email protected]>
Better ESLint config (#5)

github.com/elm-tooling/elm-tooling-cli - 96dffc661fe4193432b64cd6ad9f52f290c306a4 authored about 4 years ago by Simon Lydell <[email protected]>
Merge pull request #310 from jmbockhorst/type-inference

github.com/elm-tooling/elm-language-server - ecbbf35f4486b4bad7188987fb36b793e03e24ca authored about 4 years ago by Razzeee <[email protected]>
Implement simple type caching for package files

github.com/elm-tooling/elm-language-server - c335d3f8647a270a9ad613fcfc8cfd1b367c8bbd authored about 4 years ago by Jon Bockhorst <[email protected]>
Some more inference cleanup

github.com/elm-tooling/elm-language-server - 344d1006fe330c5e222bfd85403179e4c8a6a24c authored about 4 years ago by Jon Bockhorst <[email protected]>
Improve finding port declarations

github.com/elm-tooling/elm-language-server - 9d41c209ab19651981c13404a318c7eb55e839b9 authored about 4 years ago by Razze <[email protected]>
Run a test that got fixed somewhen

github.com/elm-tooling/elm-language-server - de78a809af7af309c93d486c7f460bd4c72500a7 authored about 4 years ago by Razze <[email protected]>
Index even non exposed imports and make sure to not use these for completions

github.com/elm-tooling/elm-language-server - 9622023d31d2780687eae538e37d28d40553b725 authored about 4 years ago by Razze <[email protected]>
Update tree-sitter and dependencies

github.com/elm-tooling/elm-language-server - ed85835512446ff6e75657853b0b487ef0cf9097 authored about 4 years ago by Razze <[email protected]>
Add elm-format 0.8.4 (#4)

github.com/elm-tooling/elm-tooling-cli - bf663b0cf355f6c80887baee27f96d63d101bf83 authored about 4 years ago by Simon Lydell <[email protected]>
Add another annonymous function test

github.com/elm-tooling/tree-sitter-elm - 235b0ed41bcba45c94574053ca4be4416d5778e6 authored about 4 years ago by Kolja Lampe <[email protected]>
Fix some more inference bugs

github.com/elm-tooling/elm-language-server - 7fe9933a82a9b93a1543bf11010324a3962ddb3d authored about 4 years ago by Jon Bockhorst <[email protected]>
Merge pull request #44 from Razzeee/improve-parsing-of-anonymous-functions

Fix bug when parsing annonymous functions

github.com/elm-tooling/tree-sitter-elm - 6ecc18f1e5285bea035fca8926d549563588d3d7 authored about 4 years ago by Razzeee <[email protected]>
Fix bug when parsing annonymous functions

github.com/elm-tooling/tree-sitter-elm - 420cc4021b3991e1db7f70145722f048f762865c authored about 4 years ago by Razze <[email protected]>
Update tree-sitter-cli

github.com/elm-tooling/tree-sitter-elm - 8151ab0a8b9f75315827afb7404a23c28c8f0efc authored about 4 years ago by Razze <[email protected]>
Add module qualifier when needed

github.com/elm-tooling/elm-language-server - 3c47759c246764d7d94dc7842cb19f9b3ac8560d authored about 4 years ago by Jon Bockhorst <[email protected]>
Fix type inference test

github.com/elm-tooling/elm-language-server - ad3bf266ef02cd61ab85d8726f4edd3128534503 authored about 4 years ago by Kolja Lampe <[email protected]>
More bug fixes and clean up

github.com/elm-tooling/elm-language-server - af48d411d91649a3f96a97a07d20d9bdfb6810f0 authored about 4 years ago by Jon Bockhorst <[email protected]>
Add a more complex test

github.com/elm-tooling/elm-language-server - 4c487ca022c09fae7a8c098d6f816e620538263a authored about 4 years ago by Jon Bockhorst <[email protected]>
Remove wrong character offset

github.com/elm-tooling/elm-language-server - 7bd1d615f79f95fb80b1b99ccba7df344362d388 authored about 4 years ago by Kolja Lampe <[email protected]>
Fix type inference bugs, improve diagnostics, and add some port support

github.com/elm-tooling/elm-language-server - 2062b088bdb5d4104237f783a935cdbac6ed028e authored about 4 years ago by Jon Bockhorst <[email protected]>
Remove hover example code

github.com/elm-tooling/elm-language-server - 648d9d3d9f063d1dc8245ef3d7b56cac6bde78a1 authored about 4 years ago by Kolja Lampe <[email protected]>
Update example npm packages

github.com/elm-tooling/elm-tooling-cli - 6291e838c1272d77c5d6c49743cfe63c9aa64f3f authored about 4 years ago by Simon Lydell <[email protected]>
Add tests (#3)

github.com/elm-tooling/elm-tooling-cli - 43901f91204c640c95dc2a58b66c3439676d8a1f authored about 4 years ago by Simon Lydell <[email protected]>
Add diagnostic and codeaction to fill in missing function annotations

github.com/elm-tooling/elm-language-server - 39b03c08615b37c55a7d021541c909fc77a0b7f4 authored about 4 years ago by Razze <[email protected]>
Fix reference counting for func in let/in

github.com/elm-tooling/elm-language-server - 97e613f10b4b79eb773ae37ba9d9a26ade8b5309 authored about 4 years ago by Razze <[email protected]>
Update tree-sitter-elm

github.com/elm-tooling/elm-language-server - f7c220bc5552e65599bb1652d949855b957e3062 authored about 4 years ago by Jon Bockhorst <[email protected]>
Add type inference support for many more language features

Includes Case of, Let in, If else, Tuples, Lists, Anonymous functions, and Units

github.com/elm-tooling/elm-language-server - 27b368613e9b84a4931bea169a47d5347d5ac090 authored about 4 years ago by Jon Bockhorst <[email protected]>
Clean up type inference in response to feedback

Enable tests
Add Cons Pattern binding
Add InProgressBinding type

github.com/elm-tooling/elm-language-server - 8b526834d724076e00edac6b463ec2ee3e3a8029 authored about 4 years ago by Jon Bockhorst <[email protected]>
First cut of type inference

Supports functions, custom types, and bin op expressions

github.com/elm-tooling/elm-language-server - a07055ea003500b3dcbd113b54c27336fd51b60f authored about 4 years ago by Jon Bockhorst <[email protected]>
Add type inference record support

github.com/elm-tooling/elm-language-server - 5e77b7ce3e4facc77741d7d1605d31fb91022a25 authored about 4 years ago by Jon Bockhorst <[email protected]>
Fix some inference errors

github.com/elm-tooling/elm-language-server - b1276769ce8f62e55121d53f8879a08ad837a967 authored about 4 years ago by Jon Bockhorst <[email protected]>
Format type info with markdown

github.com/elm-tooling/elm-language-server - a4f72fd1911cfd5b1154c622b08658ba1cbbf669 authored about 4 years ago by Razze <[email protected]>
Run CI on macOS and Windows as well (#2)

github.com/elm-tooling/elm-tooling-cli - 117e22d753cfe00a647faff87262c23d3f36f00d authored about 4 years ago by Simon Lydell <[email protected]>
Add example with GitHub Actions (#1)

github.com/elm-tooling/elm-tooling-cli - 51949a6177139c863275bfbb2f8562611eeb55c4 authored about 4 years ago by Simon Lydell <[email protected]>
Tweak readme

github.com/elm-tooling/elm-tooling-cli - 0b0782c54eb765fab1e422e41346e2916b0a0fc0 authored about 4 years ago by Simon Lydell <[email protected]>
Reduce readme size in package

github.com/elm-tooling/elm-tooling-cli - 30d7168bc8643492259c2d0b22116b2da2982c21 authored about 4 years ago by Simon Lydell <[email protected]>
Show known fields/tools/verions in validation errors

github.com/elm-tooling/elm-tooling-cli - 995d4d834a1308f46ada90149eb2977a63645cd4 authored about 4 years ago by Simon Lydell <[email protected]>
Make it possible to import the CLI

github.com/elm-tooling/elm-tooling-cli - c913fd6c00cebcd2d6db4eeb29520a1e6426bbbe authored about 4 years ago by Simon Lydell <[email protected]>
Mention that curl or wget are used

github.com/elm-tooling/elm-tooling-cli - 449160c785c9545075d9220370ee83ceb2aa055a authored about 4 years ago by Simon Lydell <[email protected]>
Add missing backticks

github.com/elm-tooling/elm-tooling-cli - 50463707ac4e0d796591187c85ae452f5a6e1473 authored about 4 years ago by Simon Lydell <[email protected]>
More space between list items

github.com/elm-tooling/elm-tooling-cli - 31d7e4aac4cb71f735a0afa1ef78d5fc9622fd36 authored about 4 years ago by Simon Lydell <[email protected]>
More documentation

github.com/elm-tooling/elm-tooling-cli - 8de8f449e85c0e8ff2a819e5c4ac3ad48694de0e authored about 4 years ago by Simon Lydell <[email protected]>
Indent elm-tooling.json with 4 spaces just like elm.json

github.com/elm-tooling/elm-tooling-cli - 000f3888c6aa1acebb1851679c82d8af8f461917 authored about 4 years ago by Simon Lydell <[email protected]>
Pass around logger

github.com/elm-tooling/elm-tooling-cli - dae67515aa0412dfd421c21247f37708cbcb99aa authored about 4 years ago by Simon Lydell <[email protected]>
Move help command to its own file

github.com/elm-tooling/elm-tooling-cli - 0e7b4645d9f74bae00d5009d04f62f8eb492b466 authored about 4 years ago by Simon Lydell <[email protected]>
Pass around cwd

github.com/elm-tooling/elm-tooling-cli - 2b34c96f00fa8287d657bc8e1f1426de39b74819 authored about 4 years ago by Simon Lydell <[email protected]>
Don’t compute help text if not needed

github.com/elm-tooling/elm-tooling-cli - 25ceaa9cfcc389ad57368a65eb09776a347156e7 authored about 4 years ago by Simon Lydell <[email protected]>
Make sure that elm-tooling install path is absolute

ELM_HOME might be relative

github.com/elm-tooling/elm-tooling-cli - 0aecacab97d1b545cbfc0b40d811c99a3d453076 authored about 4 years ago by Simon Lydell <[email protected]>
Final Windows fixes

github.com/elm-tooling/elm-tooling-cli - baec40a3a59acc085184295d249f2c3ae465111b authored about 4 years ago by Simon Lydell <[email protected]>
Share 755 for executables

github.com/elm-tooling/elm-tooling-cli - 8c7d9aeb452a51355cb95679fd0f798e644715c4 authored about 4 years ago by Simon Lydell <[email protected]>
WIP Windows symlink shims

github.com/elm-tooling/elm-tooling-cli - 4288dd020c8ad7b763a94473f1d6bd7a35258314 authored about 4 years ago by Simon Lydell <[email protected]>
Windows tar unzip workaround

github.com/elm-tooling/elm-tooling-cli - 80c2b6c0121e17f31a6db421be3a8d650bddd47a authored about 4 years ago by Simon Lydell <[email protected]>
Try to support elm-format zip files for Windows

github.com/elm-tooling/elm-tooling-cli - 1307798c18877d45c1be10e3495d10e93d214630 authored about 4 years ago by Simon Lydell <[email protected]>
Minor cleanup

github.com/elm-tooling/elm-tooling-cli - 7f94c5f34b5f91a030ded90b91c1a7dccbf7c750 authored about 4 years ago by Simon Lydell <[email protected]>
Fix most Windows issues

github.com/elm-tooling/elm-tooling-cli - 807af8c59f26e6114f5f0cdb3efd7d09e9d1bdee authored about 4 years ago by Simon Lydell <[email protected]>
Newline at EOF when generating elm-tooling.json

github.com/elm-tooling/elm-tooling-cli - 54368c6d4bc7fc90a3c7619cbeed442ba12bf2de authored about 4 years ago by Simon Lydell <[email protected]>
More cleanup on download error

github.com/elm-tooling/elm-tooling-cli - e4e8fdfdd9e01e6f7d45520b4274b6f115aeaa8f authored about 4 years ago by Simon Lydell <[email protected]>
Allow disabling postinstall via env var

github.com/elm-tooling/elm-tooling-cli - 771a6ac9314881a297dbc2289644827644d805d1 authored about 4 years ago by Simon Lydell <[email protected]>
Allow piping stdout to /dev/null for silent runs

While still getting unexpected errors on stderr.

github.com/elm-tooling/elm-tooling-cli - 75a672b3199c5f3203905643dd56aeedfac4b896 authored about 4 years ago by Simon Lydell <[email protected]>
Add name to package.json example since postinstall crashes otherwise

github.com/elm-tooling/elm-tooling-cli - fc076793d4add1c54ceb302119c32457badcde65 authored about 4 years ago by Simon Lydell <[email protected]>
Remove package-real.json from npm package

github.com/elm-tooling/elm-tooling-cli - 5bd734e47c40a6545e563ddcdfa2fe4ffc600c06 authored about 4 years ago by Simon Lydell <[email protected]>
curl/wget can format percentage with either dot or comma

github.com/elm-tooling/elm-tooling-cli - dc2c6484ceb44e20ef9156f82487f18689adaed7 authored about 4 years ago by Simon Lydell <[email protected]>
Fix untar when using GNU tar

github.com/elm-tooling/elm-tooling-cli - d5270e5e5f7fd02d7876b9342699827c3c82f3bf authored about 4 years ago by Simon Lydell <[email protected]>
Create links more forcefully

github.com/elm-tooling/elm-tooling-cli - a52419b3f483f0bf1dbf675911fe96f0a26ef90a authored about 4 years ago by Simon Lydell <[email protected]>
Support Node.js 12

github.com/elm-tooling/elm-tooling-cli - 016054724c92f0d55cc4ab74a6562a7fca6f3ae8 authored about 4 years ago by Simon Lydell <[email protected]>
Fix readme issues

github.com/elm-tooling/elm-tooling-cli - a55e0cfcf1941fec7b28540d03695c1d91ecdb9c authored about 4 years ago by Simon Lydell <[email protected]>
Flesh out readmes

github.com/elm-tooling/elm-tooling-cli - e613d4dece219a10cdd807cd48987e44b4ae0b22 authored about 4 years ago by Simon Lydell <[email protected]>
Minimal CLI readme

github.com/elm-tooling/elm-tooling-cli - 24c58fdf3f3fd81ae908d8cf7a53cd4299a509ea authored about 4 years ago by Simon Lydell <[email protected]>
Prepare for publish

github.com/elm-tooling/elm-tooling-cli - 617f740d7a4d894d22bae2598389c1fdbf4d786c authored about 4 years ago by Simon Lydell <[email protected]>
Update npm packages

github.com/elm-tooling/elm-tooling-cli - 5b9e100133a60403bb922a85502b8af7ecd196ef authored about 4 years ago by Simon Lydell <[email protected]>
Add postinstall command

github.com/elm-tooling/elm-tooling-cli - 0289cc931d8025c88747bda273a7d809313c561a authored about 4 years ago by Simon Lydell <[email protected]>
Better hash mismatch message

github.com/elm-tooling/elm-tooling-cli - 39dc07e048bd973d11e688d6dac0459c9480e61e authored about 4 years ago by Simon Lydell <[email protected]>
Print messages more nicely

github.com/elm-tooling/elm-tooling-cli - 282992b87032a6f028cd2ae3b9f70347c586f246 authored about 4 years ago by Simon Lydell <[email protected]>
Colors in help

github.com/elm-tooling/elm-tooling-cli - a08af4b52234a6374092984870ab8db4ebef226a authored about 4 years ago by Simon Lydell <[email protected]>
Move elm.json existance check to validate

github.com/elm-tooling/elm-tooling-cli - ca7477d98bd7c4f407e23e118358d22ccd455d7e authored about 4 years ago by Simon Lydell <[email protected]>
Allow using everything but tools on unsupported OS

github.com/elm-tooling/elm-tooling-cli - c28efcfc7d480fcd8659d279a9a03d781144b6c6 authored about 4 years ago by Simon Lydell <[email protected]>
Share code between validate and download

github.com/elm-tooling/elm-tooling-cli - be62b74c94cf2d2e646eb637921fba0507745178 authored about 4 years ago by Simon Lydell <[email protected]>