Ecosyste.ms: OpenCollective

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

mint

A refreshing language for the front-end web.
Collective - Host: opensource - https://opencollective.com/mint - Website: https://www.mint-lang.com - Code: https://github.com/mint-lang

Fix array destructurings condition when containing a spread.

github.com/mint-lang/mint - b313f015828eeb5f0bb6c87698a6384df5dabe57 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Documentation updates for 0.9.0

github.com/mint-lang/mint-website-rails - 2d5fcf16106c3b66686dc5cf87470b694c8e9e2b authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Include external assets in tests as well.

github.com/mint-lang/mint - dd0f4626d6e32fb4c74308ad3ec1fa7fdcbdd6db authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Fix compiled condition of an array destructuring.

github.com/mint-lang/mint - 3d8cbcaf824ed6f7012248dc81e3f0ea154330b7 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #239 from Sija/mint-version-constant

Add Mint::VERSION constant

github.com/mint-lang/mint - 6f5bfd1391dab4a81d99c7640a6708288db0b46c authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Add Mint::VERSION constant shelled-out to “shards version”

github.com/mint-lang/mint - 389d98c24f3c14e73a8369dae7f56b85b2cee06e authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Merge pull request #238 from mint-lang/css-at-rules

Implement support for CSS at rules

github.com/mint-lang/mint - 1f77cba3c33f026672a21de3805e6d01be25b5f4 authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Initial draft of 0.9.0

github.com/mint-lang/mint-website-rails - 8cc6979b129c685b53c6b1e2204296675ec122c8 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Show providers, records and enums in the api documentations.

github.com/mint-lang/mint-website-rails - 7c330f0941e1b913397f706096b174ca107b6f87 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #237 from Sija/refactors

Several more refactors & optimizations

github.com/mint-lang/mint - be78320ffeff98ce9d76a45a5d16422d64b6384e authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Added error for interpolation inside a font-face rule.

github.com/mint-lang/mint - 0a4c773e092baf78418645f4bd3bc2d7f96bfc35 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Implement font-face CSS at rule.

github.com/mint-lang/mint - f3837f2ff427ce70ae89b36647bce505ed54765f authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Add missing receiver to `puts` calls

github.com/mint-lang/mint - 26ab55792370128edf4b1d9a886752b76f73c257 authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Implement CSS keyframes.

github.com/mint-lang/mint - a351338233f7dca6301e06fb7478a61f32fcb1d4 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Implement support for the @supports CSS at rule.

github.com/mint-lang/mint - 5d512ea65cc91ba2e8daca30fb09b35d8e913442 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Use Object#in? shorthand in several places

github.com/mint-lang/mint - 61d0c894c04515bd32c01bf1a043236b0120e1a3 authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Optimize code by avoiding use of =~ operator

github.com/mint-lang/mint - c19625e0e2800fac911263b6d956543fbe63943a authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Use String#lines instead of String#split(‘\n’)

github.com/mint-lang/mint - 0a99df1776b3f36371484fe1b6d8ab61979492f2 authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Finish with print vs puts story

github.com/mint-lang/mint - 18e1baf342fad5778d5b75d950dd8fc82b394cc8 authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Code cleanups

github.com/mint-lang/mint - cb09709bd566e6149ad842e879c146a218e3dda8 authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Merge pull request #235 from Sija/fix-to_s-definitions

Several refactors and optimizations

github.com/mint-lang/mint - 218d27872dd2cbaf8adf53d906cce57dd1521483 authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Optimize code by using !.empty? over .any?

github.com/mint-lang/mint - 96206e2a5cd508e402107dfb21941ed68adcd078 authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Optimize SourceFiles#external_files

github.com/mint-lang/mint - 0a43b06016af95e601dc3a04ec9aa2997646f124 authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Use puts instead of print “…\n”

Also, drop some of the redundant .to_s calls

github.com/mint-lang/mint - b0dd867b64757ca04b3a649760b5ec5b16f4185c authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Fix typos throughout the codebase

github.com/mint-lang/mint - 14a2a0999824d88c19dd1be9b99b0ac3f8ead01e authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Use Chars instead of Strings for single characters

github.com/mint-lang/mint - ad1bf00ff901b33c5e79c1948423413837864f0d authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Use Tuples instead of Arrays if possible

github.com/mint-lang/mint - a5b88284461591c7318d8ef89047b77a905c6780 authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Optimize code by squashing .map + .compact calls

github.com/mint-lang/mint - 69629a5e7b94fd07e7f6bcfc6c17d13a81023b80 authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Optimize code by squashing .map + .join calls

github.com/mint-lang/mint - 72a52e0c7e715fbd16867d161bcf22f74b78cf75 authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Optimize code by squashing .map + .to_h calls

github.com/mint-lang/mint - 0443752c2817f0c71208b10a9bc37d489b85b7c1 authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Define proper to_s(io : IO) signatures

github.com/mint-lang/mint - fd2ad3296be304afb287753b07683342645d0d2b authored over 4 years ago by Sijawusz Pur Rahnama <[email protected]>
Update ameba to 0.12.0

github.com/mint-lang/mint - 364af52f3d7bf139f008592db3ffd49859ec0480 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Change failing test indicator from red dot to red "F"

github.com/mint-lang/mint - 9b5d45fc5fddd8d95d7849550dfacabe25034482 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Make array and set tests more readable.

github.com/mint-lang/mint - a41c4d1a7346a08c3faef4395bf481f6cc38b8f2 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Fix failing window tests.

github.com/mint-lang/mint - 00df414ec08a171bf6e1b3787324f664e8bc2ea3 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Added String.toArray and String.fromArray

Resolves #178

github.com/mint-lang/mint - a69e745423280dfddde23dc674e8bb18166e1e92 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Print alternative link when starting a server if it's different.

Resolves #230

github.com/mint-lang/mint - 672db031dd28df73fd50b1dec896c8b1540ec63a authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Update exhaustivness check for case of array.

github.com/mint-lang/mint - 9e93387a2dfe4056fd71911dd5558e75b5640b09 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #216 from mint-lang/type-inference

🚧 Type System Improvements

github.com/mint-lang/mint - c6a57d93596cc775b4b095e26781a4371f5ca7f3 authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Merge branch 'type-inference' of github.com:mint-lang/mint into type-inference

github.com/mint-lang/mint - 9b859ce41163150f8d347241561cc3490adad414 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Remove pipe property from call.

github.com/mint-lang/mint - f63b83cd9bbc83fa100756bfd7beee162e767579 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Update src/type_checker.cr

Co-Authored-By: Sijawusz Pur Rahnama <[email protected]>

github.com/mint-lang/mint - 7db86647778a544e6b30b339ab739bcae6c38cf7 authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Implement compiler and formatter for record constructors.

github.com/mint-lang/mint - 0774a5778f203610624b7ce8d13fe7a2a58efe93 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #231 from petemcfarlane/patch-1

Default to true, for use_new_port

github.com/mint-lang/mint - 9f3d3875af1929feddfadc45ce68077f2c21404b authored over 4 years ago by Szikszai Gusztáv <[email protected]>
use .empty rather than == ""

Co-Authored-By: Sijawusz Pur Rahnama <[email protected]>

github.com/mint-lang/mint - 87cced5ba1e8a732589ac69e1a73e1467b603294 authored over 4 years ago by Pete McFarlane <[email protected]>
Default to true, for use_new_port

When running `mint start` if default port is taken, allow return (with no explicit Y) to start d...

github.com/mint-lang/mint - 1b74297bef7bbdbd7989ff89096378c4049a82d8 authored over 4 years ago by Pete McFarlane <[email protected]>
Started implementing record constructors (parser, type-checker)

github.com/mint-lang/mint - ee8b2290d84408ab7b7fa1cac53336774498022e authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Refactor the pipe operator to allow piping into other things than calls.

github.com/mint-lang/mint - 846742f7e7032346f43d234fca52d585fd3bb2db authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #229 from manveru/array-min-max

Add Array.min, Array.max now returns Maybe(Number)

github.com/mint-lang/mint - 97158c7008bbc9f527254c7fafef53b9233f6076 authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Add Array.min, Array.max now returns Maybe(Number)

github.com/mint-lang/mint - ce0a75a251d7870c51fdeff608ad0a94477c695a authored over 4 years ago by Michael Fellinger <[email protected]>
Update documentation generator.

github.com/mint-lang/mint - 8c74062cf5fa3234ee03bb4c13295ca0fb3856ce authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Allow properties to be required (without a default value)

Resolves #132

github.com/mint-lang/mint - d136d405e24e1aaf4ab0829546d5f5aa09f48311 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Revert more things.

github.com/mint-lang/mint - 73bd1b02e6497a6c62e56acc459e66bf95d1f882 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #227 from kingsleyh/master

#224 config option to turn off generation of icons

github.com/mint-lang/mint - a8a188cfe164a0f6a6b7ef935a325cccac001ecb authored over 4 years ago by Szikszai Gusztáv <[email protected]>
#224 config option to turn off generation of icons

github.com/mint-lang/mint - d8e802c4daa5f77fa2424d80e5b22d440dcfafb8 authored over 4 years ago by Kingsley Hendrickse <[email protected]>
Revert more changes because of the fun keyword.

github.com/mint-lang/mint - 047383bc967feb0d626ad0e4c1a3e60ef8d4fe1d authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Bring back to fun (keyword)

github.com/mint-lang/mint - 3605ed55537abe9000d2d083ca4a38abf63bc895 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #29 from petemcfarlane/master

Fix return type definition in anonymous function

github.com/mint-lang/mint-website-rails - 6d912cf97174ee5f4d08d1f3c5efd55b7ba4c2a4 authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Fix return type definition in anonymous function

github.com/mint-lang/mint-website-rails - a2f0de5918a918baf75979e3fae0e54417cdf9ae authored over 4 years ago by Pete McFarlane <[email protected]>
Close browser when finished createing a screenshot.

github.com/mint-lang/mint-website-rails - 08c2ca608dd5a6f3d530046da39b41777916bc83 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Make sure we screenshot the right place.

github.com/mint-lang/mint-website-rails - fd89d2908ec727bdae81f8d29ffdad77bbe94635 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Set protocol.

github.com/mint-lang/mint-website-rails - 81dd4db4de197088059051ceb331abdf3d43bded authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Only use the rails helper for generating urls.

github.com/mint-lang/mint-website-rails - 4b20494a00519050705b3dc92a9a4f96be7fe770 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Use RAILS_HOST instead of HOST because it confilcts with Heroku.

github.com/mint-lang/mint-website-rails - 8608c3ebdf46c8fc2c8f0f64717a88774c3c4747 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Use cachebuster instead of postMessage to reload the iframe.

github.com/mint-lang/mint-sandbox - d94213171129362cfc6ad15ea2d16fce9d20e09f authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Added aws-sdk-s3 to dependencies.

github.com/mint-lang/mint-website-rails - a122832c9292f0b2e35785a276ca018cd8226306 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Setup amazon storage for production.

github.com/mint-lang/mint-website-rails - 0640e19b3b32816621538ed6e1874a8f2fad2697 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Fix save bug and use screenshot for preview.

github.com/mint-lang/mint-sandbox - 42666a2c51abf30c27f627270d8ad01f90943c18 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Use screenshot for preview and cache html on sandbox.

github.com/mint-lang/mint-website-rails - 9d6425015ad593c32f412107209cbdcc3decd17a authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge branch 'master' into development

github.com/mint-lang/mint-website-rails - c8228443d917f60d89f2c2f8a7041429c011cbac authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Added ferrum gem.

github.com/mint-lang/mint-website-rails - 8848d3122e672412ed10160f2f09e3a58cdf1771 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Added new line at the end of the css properties file.

github.com/mint-lang/mint - 9b3954151bb212dc60f17175dfe0032910345a73 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Allow executing the mint binary.

github.com/mint-lang/mint-website-rails - f860ce72693da66e252ae6b1b2bbc2467649bf6d authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #222 from s0kil/Fix/CSS_Properties

Added more CSS properties

github.com/mint-lang/mint - a983abcbc41ef03105bf1a7819d4d9364f21549e authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Added more CSS properties according to https://github.com/chromium/chromium/blob/master/third_party/blink/renderer/core/css/css_properties_ranking.json5

github.com/mint-lang/mint - 805c469e21a12ff87d396f3071d9d99bdb54b790 authored over 4 years ago by Daniel Sokil <[email protected]>
Allow restricting the type of an array.

github.com/mint-lang/mint - fdce019be43bd966a394e534967814db3f69e00a authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Update how an inline javascripts type is defined.

- Removed the "TypeChecker::Js" type class
- Allow the type to be defined from code using the "a...

github.com/mint-lang/mint - 52805511ed70b938353d735a5a91835aa5fae187 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Version 0.0.2

github.com/mint-lang/mint-vscode - 1949014b8a90c613d51fbc5af0b955763dbed328 authored over 4 years ago by Daniel Sokil <[email protected]>
Initial Fork

github.com/mint-lang/mint-vscode - 6ee41397c8f21523cbbc2366c4e04fe1839b662b authored over 4 years ago by Daniel Sokil <[email protected]>
Unregister service workers.

github.com/mint-lang/mint-website-rails - cf918de9d02710be4075e41894d4ae8edeab7d06 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Added type system to the guide sidebar.

github.com/mint-lang/mint-website-rails - fc789e7e2b4a0618fc3a742f63cb0a4452d37e25 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #28 from s0kil/Documentation

Documentation Improvements

github.com/mint-lang/mint-website-rails - cd39360cb2e9868ebd1d6cde06630b6500a113cc authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Document Type System

github.com/mint-lang/mint-website-rails - 522d638a169dff6de9550e379ff6c701640f0e70 authored over 4 years ago by Daniel Sokil <[email protected]>
Expand On Installation Requirements

github.com/mint-lang/mint-website-rails - 6a62029ab0b2bbfacd4396acb752890c91d7b07a authored over 4 years ago by Daniel Sokil <[email protected]>
Merge pull request #27 from s0kil/Documentation

Documentation Improvements

github.com/mint-lang/mint-website-rails - f971aaa94da09e1d2a7d4a12a12c43adf85cddf7 authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Document External Assets

github.com/mint-lang/mint-website-rails - 90f49d0c7924aec8e705dec977be79279d24913f authored over 4 years ago by Daniel Sokil <[email protected]>
Merge pull request #26 from sofiapoh/master

Fix mistake in sequence docs

github.com/mint-lang/mint-website-rails - e4616c440ae1bf0889efc63499206498f5b90ba8 authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Merge pull request #1 from sofiapoh/sofiapoh-patch-docs

fix mistake in sequence docs

github.com/mint-lang/mint-website-rails - 8256bc4d19ae18e66b8a6f73ac131307e8a2cdd5 authored over 4 years ago by Sofia Pohjalainen <[email protected]>
fix mistake in sequence docs

Fixes small mistake in the sequence docs where `body` was never used.

github.com/mint-lang/mint-website-rails - 9f7c7be8ec904652c2d8ccffaafdedd2976c7dc5 authored over 4 years ago by Sofia Pohjalainen <[email protected]>
Update to Mint 0.8.0

github.com/mint-lang/mint-sandbox - 86c6502683c662783c004fbc23800392c9a06e6b authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Add run permission to binary.

github.com/mint-lang/mint-website-rails - f898249b9609a94f7a71ee6fec76252a5abcca01 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Updates for Mint 0.8.0

github.com/mint-lang/mint-realworld - a9aefc54feeddf4b772da2de1adc52829a36bd38 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge branch 'master' of github.com:mint-lang/mint

github.com/mint-lang/mint - fbd59824d683c4a54a37fa37c6e5ee7f37b278f6 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Bump version to 0.9.0-devel

github.com/mint-lang/mint - e5c3310d24a34df9bcf9b8aa6dc4026c92880038 authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #5 from neubaner/master

Fix usage of external javascript files

github.com/mint-lang/mint-realworld - 39facf1a762e1c89892e924567d47727a352a542 authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Merge pull request #9 from mint-lang/dependabot/npm_and_yarn/acorn-5.7.4

Bump acorn from 5.7.3 to 5.7.4

github.com/mint-lang/mint-runtime - c319709cbf32eefd89e3fced81d68a83f56f30fa authored over 4 years ago by Szikszai Gusztáv <[email protected]>
Bump acorn from 5.7.3 to 5.7.4

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://g...

github.com/mint-lang/mint-runtime - 6cc9c28f7a02f8f0ca4b89de68d20e64c8beaf0e authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove "fun" keyword.

github.com/mint-lang/mint - 38f607e4623c7424e6d7b525721cfc93ef9659da authored over 4 years ago by Gusztáv Szikszai <[email protected]>
Make type definitions option for get, property and state.

github.com/mint-lang/mint - 688cc666e646574221e3cec25ab4ece1edae4d7c authored over 4 years ago by Gusztáv Szikszai <[email protected]>