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

Merge pull request #18 from ravinggenius/patch-1

Typo fix

github.com/mint-lang/guide - b1586515d89817d65b0035d4d457dafae5d284cd authored about 5 years ago by Szikszai Gusztáv <[email protected]>
Typo fix

github.com/mint-lang/guide - 82a3bff0b7fe0911a7dc580d7c43a944ff83fa6a authored about 5 years ago by Thomas Ingram <[email protected]>
GitBook: [master] one page modified

github.com/mint-lang/guide - 354e101bde84b361e6a532364ad3837f0f04b02a authored about 5 years ago by gdotdesign <[email protected]>
GitBook: [master] 3 pages modified

github.com/mint-lang/guide - 43063aaea5101b088756977344809e4d09cbb367 authored about 5 years ago by gdotdesign <[email protected]>
Merge pull request #17 from veekthoven/patch-2

Update parallel.md

github.com/mint-lang/guide - 187006a254c6cda1201721820de45440476459de authored about 5 years ago by Szikszai Gusztáv <[email protected]>
Merge pull request #16 from veekthoven/patch-1

Update routing.md

github.com/mint-lang/guide - b80893f72ed24202d7311cb7eb24f14222f1d8e9 authored about 5 years ago by Szikszai Gusztáv <[email protected]>
Update parallel.md

github.com/mint-lang/guide - 9651d2d1611d9fab8bccee14038e74d86954789d authored about 5 years ago by Victor Abbah Nkoms <[email protected]>
Update routing.md

I made little changes to the grammar so it makes more sense.

github.com/mint-lang/guide - 154cc269061e4c0b2a5c7fe5116519fa70c362b8 authored about 5 years ago by Victor Abbah Nkoms <[email protected]>
Create FUNDING.yml

github.com/mint-lang/mint - cb3f21b238e3122f0f8674738da2e17814015591 authored about 5 years ago by Szikszai Gusztáv <[email protected]>
Disallow holes in property types.

github.com/mint-lang/mint - 7cefe2cea7043e87b2d3244f97b869d9526e1ed7 authored over 5 years ago by Gusztáv Szikszai <[email protected]>
Format.

github.com/mint-lang/mint-website - f15cad7cbd30f5572a5d32d14888bf9a91d0b7e2 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update ameba version.

github.com/mint-lang/mint - e604b519e35b23c057454c2c9edcae772b95eb7f authored over 5 years ago by Gusztav Szikszai <[email protected]>
Updates for Set functions

- Use comparison to delete items from set
- Don't allow adding duplicate items to a set
- Added ...

github.com/mint-lang/mint - e0a8bc81c420709bfe5605ad4e6967c5d9f4c372 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Use master codemirror.

github.com/mint-lang/mint-website - 1a58f63930000e41c7472ae10d68d73f6c5d0acd authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fixes for the next mint version.

github.com/mint-lang/mint-codemirror - a5e2b6086a13fec7f59017c00c1290c4be739f75 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Only allow definition generation for records in encode && fix core tests.

github.com/mint-lang/mint - 71d2dc19aa0eed38e6c0583d24f9f39cc9b3a473 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Added homebrew installation instructions.

github.com/mint-lang/mint-website - e6dd9f231b89f75e6fa38903700f90de4b5b0911 authored over 5 years ago by Gusztáv Szikszai <[email protected]>
Added missing file.

github.com/mint-lang/mint - c08ee08bf6f581e2845e89f711fe28913d43439d authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge branch 'master' of github.com:mint-lang/mint

github.com/mint-lang/mint - 24e7bfa14c4694bc462113e3621ceb8ac74b2fb7 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Don't allow record with holes in them.

github.com/mint-lang/mint - ae799f5a9299914879582cabd898dfd14a79057c authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge pull request #124 from ezrast/remainder-operator

fix crash with remainder (%) operator

github.com/mint-lang/mint - 3ef29d8cf96139939073aa953b2fd9a94654cf76 authored over 5 years ago by Szikszai Gusztáv <[email protected]>
fix crash with remainder (%) operator

github.com/mint-lang/mint - 9c8a8fee3015f5b01b053326ec9e0ca3d5811331 authored over 5 years ago by Ezra Stevens <[email protected]>
Initial commit.

github.com/mint-lang/mint-example-routing - 33c8c5b083e491ba3d1010fee14eafd7b3007a13 authored over 5 years ago by Gusztáv Szikszai <[email protected]>
Merge pull request #123 from Acciaiodigitale/patch-1

Update Http.mint

github.com/mint-lang/mint - 23959b3bce4963ec35046c3dd36a4b2aef57f8e5 authored over 5 years ago by Szikszai Gusztáv <[email protected]>
Update Http.mint

Update comment for methods

github.com/mint-lang/mint - 542320ee8fd9ec92af0a713ebfee32b2f3efda95 authored over 5 years ago by Massimiliano Bertinetti <[email protected]>
Format code.

github.com/mint-lang/mint-runtime - 0aafd2a58f53a2a047f38624b456c7aaa6ce20d0 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Allow string style attributes on elements.

The string style attributes are converted to objects at runtime by
splitting the value by ";" fo...

github.com/mint-lang/mint - 78a185ffff5ff920804c2310666a3e5c9d92739c authored over 5 years ago by Gusztav Szikszai <[email protected]>
Allow passing strings to style generator.

github.com/mint-lang/mint-runtime - a92bdc85730e6cc33d827e3b87f98d185fecd1d5 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Allow namespaces in HTML attributes.

github.com/mint-lang/mint - 1cc53834ca93cd06eb8f7b61f3f0bb1f934220af authored over 5 years ago by Gusztav Szikszai <[email protected]>
Remove pre defined global styles from the generated HTML.

resolves #121

github.com/mint-lang/mint - 6e1749c26bb9e3aed8770a8af942c93a52de62e6 authored over 5 years ago by Gusztav Szikszai <[email protected]>
References now return maybes and added safe operators to access and call.

- References of elements and components now return a maybe.
- Added safe operators (`&.` and `&(`)

github.com/mint-lang/mint - f2ff9c7e8cff4cbfc231f4b698a5087f9ca4e404 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Added simple Readme.

github.com/mint-lang/mint-textarea-counter - 660b667d896fb0ab9c94c123d3c384fff90fb7d2 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Initial commit.

github.com/mint-lang/mint-textarea-counter - 5250277f8ffb314129458a01375420533aa1a753 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fix readonly attribute compiling.

github.com/mint-lang/mint - c4bb492ef04145a6015d1bd83cfe3e8b9fee7c24 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fix crash when CallArgumentSizeMismatch raised.

github.com/mint-lang/mint - 19fbf0f8a2f26c3c9bd597bd479586fc111ecac0 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Implement member access.

github.com/mint-lang/mint - 67b4be8953dc7b5355d7bcc85a3c755dd1730224 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Added new functions to some core modules.

New functions:
- Array.sumBy
- Array.sum
- Dom.focusWhenVisible
- Dom.contains
- Number.format
-...

github.com/mint-lang/mint - d325b3774da749c09ce6164ba4921d62b3c4272a authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fix AccessFieldNotRecord error.

github.com/mint-lang/mint - e0e82b40e0eebf20f8e7a55dadb8be03a456d830 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge pull request #15 from fuzzthink/master

Add bdw-gc install note

github.com/mint-lang/mint-website - dc2dc97145bc076c5fe04a24c71dc24dd1d19c06 authored over 5 years ago by Szikszai Gusztáv <[email protected]>
Add bdw-gc install note.

github.com/mint-lang/mint-website - 643007e82abe559b7bab672ed9e7ca50325ee7f6 authored over 5 years ago by John Leung <[email protected]>
Merge pull request #116 from TeddyDD/add-chromium

Add chromium as recognized executable name for test runner

github.com/mint-lang/mint - ed6fff2bb5df34c1cf7b2842633c61d0f2148e82 authored over 5 years ago by Szikszai Gusztáv <[email protected]>
add chromium as recognized executable name for test runner

github.com/mint-lang/mint - b5bdd8e0884707921ad1be2df74b1ed574c14a20 authored over 5 years ago by Daniel Lewan <[email protected]>
Rescue agument error (negative argument).

github.com/mint-lang/mint - 050508df82a680a002cae333c930f60a2840c48f authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fix Array.indexBy by adding tests and using interpolation.

github.com/mint-lang/mint - c8b0251676aa56cfdb421c2afa955dede20f8872 authored over 5 years ago by Gusztav Szikszai <[email protected]>
GitBook: [master] one page modified

github.com/mint-lang/guide - a20c43747fd8a6be6f53e242faf2cda43e600e7f authored over 5 years ago by gdotdesign <[email protected]>
Udate dependencies (Mint 0.5.0)

github.com/mint-lang/mint-website-server - b3000f973b6802fea657f42232eb0eb9ffbffcaa authored over 5 years ago by Gusztav Szikszai <[email protected]>
Bump version to 0.5.0

github.com/mint-lang/mint - 06eb511db822f37eedbe293ad97011b1b8d60559 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update for Mint 0.5.0

github.com/mint-lang/mint-website - e11eae79fe31f99e405ae6903c3d0ecf7a66471b authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update runtime.

github.com/mint-lang/mint - e0376cd854eecbf31efc1eb4b28e8007ff0ca770 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Updated dependencies.

github.com/mint-lang/mint-runtime - e3dd710faed8d42ae8cd90483b63212d7f313dd8 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update for Mint 0.5.0

github.com/mint-lang/mint-realworld - 15df3f5f542e755185b7800b4bf0bd524be0caf0 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update Readme.md.

github.com/mint-lang/mint-codemirror - 740c9efa679995bae88ec5d9151a9316f3af56b1 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge branch 'master' of github.com:mint-lang/example-todo

github.com/mint-lang/example-todo - 841f7815667e06a7a96ec8939405334540c8c676 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update docs viewer.

github.com/mint-lang/mint - 82f403665829532177cabf5fc591f4f45ca23b43 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Interpolate content in RawHtml component.

github.com/mint-lang/mint-docs-viewer - 55175e2c551c03cc5d65805f1491ad5dadd0b2d6 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update docs viewer for latest version of Mint.

github.com/mint-lang/mint-docs-viewer - 99f5086475008fb1c8e01d4d1db7f141585b088d authored over 5 years ago by Gusztav Szikszai <[email protected]>
Interpolate value prop as well.

github.com/mint-lang/mint-codemirror - dcb359fa54b39f02e996775b9c1044cf57675f71 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update for new version of Mint.

github.com/mint-lang/mint-codemirror - a8221319c241ac49f558fe81a0e72f8b7a282a91 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Return function itself if it does not have arguments in call.

github.com/mint-lang/mint - 5d27c132822b0915fc9e648c7152c3b9d97ad039 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Don't assume there is a Main component when compiling.

github.com/mint-lang/mint - 611e4add6e4f904b92fd6e54b3c74bcb76c4dee4 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Compile media queries after the css.

github.com/mint-lang/mint - ed70dd5ab736a0cbe4f20a4e86f227602317643e authored over 5 years ago by Gusztav Szikszai <[email protected]>
Added grid-gap, grid-column-gap and grid-row-gap as whitelisted css properties.

github.com/mint-lang/mint - c6c25e1f79fda3d450e121c4c1a29092306cdf9e authored over 5 years ago by Gusztav Szikszai <[email protected]>
Remove not used files.

github.com/mint-lang/mint - fcfd77b17390121f7ac2094c072d4776250ed796 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge pull request #114 from mint-lang/js

Optimize generated JavaScript code

github.com/mint-lang/mint - 7aa062369de2636cea475a7b24348d0a59cb895e authored over 5 years ago by Szikszai Gusztáv <[email protected]>
Merge branch 'js' of github.com:mint-lang/mint into js

github.com/mint-lang/mint - 54564cf64159451744946b0be07d106d94561696 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Implement compiler for partial application.

github.com/mint-lang/mint - 8d60352eae05788242156c485f0c5bc240d85ac5 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Unify all calls into one implementation.

github.com/mint-lang/mint - 478e45455132cd6f28b2d128a57de50aa9eca6a5 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update src/type_checkers/css_definition.cr

Co-Authored-By: gdotdesign <[email protected]>

github.com/mint-lang/mint - dcd1547d999e0904062da5843c0993480caa1b1e authored over 5 years ago by Sijawusz Pur Rahnama <[email protected]>
Merge branch 'css-checking' into js

github.com/mint-lang/mint - 086d0ba798ffb31cb496282af727499ada64c874 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Implement access call.

github.com/mint-lang/mint - 546e38736008fcc35043d1cc391675863bcb8460 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Last changes.

github.com/mint-lang/mint - 58be107a6612117caeb9c408e508309ee00e83d4 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Convert more compilers to use js.

github.com/mint-lang/mint - 503a69a32f1c9cb6173c769ae1f704f4354588b8 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Move JavaScript code to runtime.

github.com/mint-lang/mint - cfd040bbf1547c922218880a41e9d3601fcb9e91 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Format files...

github.com/mint-lang/mint-runtime - 52fa7d42a0f6183c6c78886bd803a04279688b79 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Move things over from the main repo.

github.com/mint-lang/mint-runtime - 563e6d434c2f39a296334510be7b488678008f1e authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge branch 'master' into js

github.com/mint-lang/mint - fb0c34f8d10529ffcff4603e5ada0b9203cbe886 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Disable CyclomaticComplexity lint rule.

github.com/mint-lang/mint - cc243241280138423147de5582f5aec309e72785 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Remove duktape require.

github.com/mint-lang/mint - 2c5720aeb3ffb8839376c24acf3841ba2cc38606 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Added Array.groupsOfFromEnd String.lchop and String.rchop

github.com/mint-lang/mint - f8f0b9c1b61a6555a8a14576582d9d1699b46bb6 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Format body of an inline function to be indented if the openin parentheses ends in a new line.

github.com/mint-lang/mint - b41729cda129720f58a108a4fb624869e66182de authored over 5 years ago by Gusztav Szikszai <[email protected]>
Allow formatting of a property into two lines.

github.com/mint-lang/mint - b102b83604795e9b6b9b3ae332dfd10d058512b3 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Progress.

github.com/mint-lang/mint - 5eb1daebe0195481c60b2cefc25884ae21c21f58 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Remove "Level X" from css properties file and make the lines unique.

github.com/mint-lang/mint - 319b6ed103ea4b5304e1ef2a093485eb9ad8a19b authored over 5 years ago by Gusztav Szikszai <[email protected]>
Added checking for not standard css property names.

github.com/mint-lang/mint - ce9f23d70ffe9a58587c03132ce529304f9d2f85 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fix core tests.

github.com/mint-lang/mint - c40312ae4c63495aebfcc4bf3bb6a05029fe168b authored over 5 years ago by Gusztav Szikszai <[email protected]>
Don't mangle record field names.

github.com/mint-lang/mint - 9de3efec40d16e28f93b309ecbfb6fd0b382da94 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fix array encoding.

github.com/mint-lang/mint-runtime - 41af6c8ddbeff1cc065a72256e1b4d650e262e2c authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge branch 'development' into js

github.com/mint-lang/mint - 220c3fc96ff61f40cd8daa7ee590140526b4d29d authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge branch 'master' of github.com:mint-lang/mint

github.com/mint-lang/mint - 2c48eafd422a1f49aa5b4ecd09d5c642b4f5bc01 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Added Array.indexBy

github.com/mint-lang/mint - 605c5dc4fb05a1c28fcc105684ab902c43fb2df8 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Update runtime (fix at function for negative index)

github.com/mint-lang/mint - be99429ede7761fe027ac781769adc9937abb5f1 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Compile the index of the array access properly.

github.com/mint-lang/mint - b06e81b5351e49046c6b298e41a32101d442bef1 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Revert "Fix array encoding."

This reverts commit d3622f953a107b000f1c0119f5bd89c06f933d15.

github.com/mint-lang/mint-runtime - c5215c669cd32b5c0d9d9430f5f0676015da964c authored over 5 years ago by Gusztav Szikszai <[email protected]>
Return Nothing if the array index is negative.

github.com/mint-lang/mint-runtime - a1afe133a0f0d5449a12295501f550afa7b29a9c authored over 5 years ago by Gusztav Szikszai <[email protected]>
Fix array encoding.

github.com/mint-lang/mint-runtime - d3622f953a107b000f1c0119f5bd89c06f933d15 authored over 5 years ago by Gusztav Szikszai <[email protected]>
Merge pull request #113 from bxio/patch-1

Update README.md

github.com/mint-lang/mint - ab84f97f3c4d4946dd20969da6a971ada269ca4c authored over 5 years ago by Szikszai Gusztáv <[email protected]>
Update README.md

small typo in readme

github.com/mint-lang/mint - dba304fecc168b507547cb442df4b10f83b915eb authored over 5 years ago by Bill Xiong <[email protected]>
Use inline things in providers.

github.com/mint-lang/mint - 5b466fa81aa4344989307d520cfa35c962a32b5b authored over 5 years ago by Gusztav Szikszai <[email protected]>