Ecosyste.ms: OpenCollective

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

github.com/dmjio/miso

:ramen: A tasty Haskell front-end framework
https://github.com/dmjio/miso

Bump example hashes, adjust README.md shields

28756c7fe5dd85e710e99daac828f0de42c6c623 authored over 5 years ago by David Johnson <[email protected]>
Bump to version 1.0.0.0

39b9e26ff41d6aab3b9d13a9d102ac56017f6a1f authored over 5 years ago by David Johnson <[email protected]>
Merge pull request #499 from dmjio/nix-refactor

Initial commit of nix refactor.

662ad26003bf307c3b2e6a028831c6b3fa2f5554 authored over 5 years ago by David Johnson <[email protected]>
Remove stack, update README, update sample app

18dccdbf90dc8221b56f16e7bd3cd3fefa80b332 authored over 5 years ago by David Johnson <[email protected]>
Initial commit of nix refactor.

b6370417f1ccaccba595e4e33c1ff1377ca646d8 authored over 5 years ago by David Johnson <[email protected]>
Merge pull request #497 from dmjio/advanced-optimizations-haskell-miso.org

Enable closure-compiler advanced optimizations on haskell-miso.org

b4c473f3ed6d6251ea7b8b489fc50076ac8d9b70 authored over 5 years ago by David Johnson <[email protected]>
Enabled closure-compiler advanced optimizations on https://haskell-miso.org

f8c2d395085cf29d4e1d329a58eeb371c68709c1 authored over 5 years ago by David Johnson <[email protected]>
Merge pull request #496 from Lermex/master

Add miso-plane to readme

ceb7cc4acb6fe8a573cfd7ff435b9b6557453c9a authored over 5 years ago by David Johnson <[email protected]>
Add miso-plane to readme

dea23b0cc6ea9e087abe443bfdbc5b0380897dbe authored over 5 years ago by Sviat Chumakov <[email protected]>
Merge pull request #495 from juliendehos/ghc710

remove TypeApplications for building with GHC 7.10

9b05dbb25feae1b1dc9ac0b7da2c1fc875374c1d authored over 5 years ago by David Johnson <[email protected]>
remove TypeApplications for building with GHC 7.10

f55e127bc7f35b98534896abd81b02167976f33b authored over 5 years ago by Julien Dehos <[email protected]>
Disable strict building

66dcc64c38ee1b8b21d221d464bc33d5c8606938 authored over 5 years ago by David Johnson <[email protected]>
Merge pull request #493 from dmjio/advanced-optimizations

Export all functions to allow advanced optimizations.

95ca7ef76b2c8a178ff7ef03c36db86e6f4a203e authored over 5 years ago by David Johnson <[email protected]>
Merge pull request #494 from juliendehos/bug

fix missing import

da2083decea801d34ed7917c65147788c24bf13a authored over 5 years ago by David Johnson <[email protected]>
use CPP

2bc8be9ecf0cd34c9e66a2395df00fb09ca14e42 authored over 5 years ago by Julien Dehos <[email protected]>
fix missing import

fb25847510abc0ffc3dfec4182716827ef235783 authored over 5 years ago by Julien Dehos <[email protected]>
Remove code, use window['string'] syntax

4743872766505985e5e1645d284e9d90335d400d authored over 5 years ago by David Johnson <[email protected]>
Add window to foreign imports

757c31ab25760419c70218a115effb135d33de2f authored over 5 years ago by David Johnson <[email protected]>
Update diff.js, tests, bump nixpkgs

3c1d0520daf07cea304b1795d81c37888c6a21a4 authored over 5 years ago by David Johnson <[email protected]>
Explicitly use functions

6151a8eb2bae336f090c4342b38aedd5de4ef9b9 authored over 5 years ago by David Johnson <[email protected]>
Export all functions to allow advanced optimizations.

d337550e809f14380c7a947a4b0fdb6753f380ae authored over 5 years ago by David Johnson <[email protected]>
Merge pull request #491 from FranklinChen/update-sample-app

Update sample-app according to the instructions in the README

b5d3b12d8e9f185a535bb5c12ca91e8475098eca authored over 5 years ago by David Johnson <[email protected]>
Update sample-app according to the instructions in the README that were updated in https://github.com/dmjio/miso/pull/485.

6dcb56e7a429ccb2c29ac6a712a65f34eb0172bf authored over 5 years ago by Franklin Chen <[email protected]>
Add data attribute

cc @parthshah31

bea8ca36a6c58b2ea975a6d262c942ea35c9f4ce authored over 5 years ago by David Johnson <[email protected]>
copyDOMIntoVTree: take mountpoint into account

Fixes mountpoint throwing an error when working with the `miso` function

Fixes #455

Also creat...

41f3524d3ffd6973aef67ba53c5bcdfdf7e77f0f authored over 5 years ago by Falco Peijnenburg <[email protected]>
Bump the Nix example to 0.21.2.0

18de471f5ac16e67803a31f72a3028d87df2f0b7 authored over 5 years ago by TAKAHASHI Yuto <[email protected]>
keyboardSub: Assume keys are released on blur.

Keys can otherwise get stuck when they are depressed while switching to a
different tab or progr...

0912d540132bf5429dd84f0fe380df82979f1340 authored over 5 years ago by Falco Peijnenburg <[email protected]>
Isomorphism: Warn on mismath and rebuild DOM from VDOM

Fixes #192

b630af3669cc2c07871c2b1e9cc0ad4396497517 authored over 5 years ago by Falco Peijnenburg <[email protected]>
Isomorphism: Maintain synchrony with consecutive text nodes

Also has more checks to detect mismatches between DOM and VDOM

f9bf16648ae7b60d0e3a448e01768564f428d9cb authored over 5 years ago by Falco Peijnenburg <[email protected]>
Created tests for isomorphic.js coverage

fc8d901290ebccb4728a89e087c4f78738ad905c authored over 5 years ago by Falco Peijnenburg <[email protected]>
Handle consecutive text nodes when parsing server-rendered DOM

175dd1727b5e7052d185f895a6ef73c79c199eee authored over 5 years ago by Moritz Kiefer <[email protected]>
jsbits: Fixed indentation

Tabs and spaces were used interchangeably, and there was no setting on my editor
that dislayed i...

c64fab200f9ddc302ce7abddcbb742badb4836bd authored over 5 years ago by Falco Peijnenburg <[email protected]>
Warn people to use keys with lifecycle events.

It's an easy trap to fall for, using the events without keys.

08f0333ec9cf51dff089fcf4f21a1e2fa70934b2 authored over 5 years ago by Falco Peijnenburg <[email protected]>
Add Float, Double, Int and Word instances to backend ToMisoString

c2c22c4cbb24f32675e9a992aca65a71f599f074 authored over 5 years ago by Falco Peijnenburg <[email protected]>
update README.md for stack

0513ec504383a62de5afee3ecac63e0e348ff449 authored almost 6 years ago by Yutaka Nishimura <[email protected]>
Fix typo.

6ff117ee8bd492d0ad80f19599fc5b29c7188a45 authored almost 6 years ago by Peter Stuart <[email protected]>
Add liftIO for jsaddle

630e823dd40a434b73124e12b229a79d9fefb01d authored about 6 years ago by David Johnson <[email protected]>
Add 1 git-crypt collaborator

New collaborators:

5E2D10B5 David Johnson <[email protected]>

4e9db71ea8d3501ebb57c9e6cde9e6237941681c authored about 6 years ago by David Johnson <[email protected]>
Merge branch 'master' of github.com:dmjio/miso

d257224eb761ea41144e9ea833722772aa42d8d1 authored about 6 years ago by David Johnson <[email protected]>
Add nixops deploy keys

233c1e72a0fece6c277719febfd974524afd5248 authored about 6 years ago by David Johnson <[email protected]>
Added .gitattributes for encrypted files

9986100e9ac8c2defb3a187b3cf363a8338b842a authored about 6 years ago by David Johnson <[email protected]>
Put miso on AWS

5a38ecfcae2df9e39d6afac28e09d0d104f8ee59 authored about 6 years ago by David Johnson <[email protected]>
Increase GC interval

59ae4be051a3dc9b551619b11bda7d8f6c9deb5e authored about 6 years ago by David Johnson <[email protected]>
Add HasRouter instance for Header

07e215c112dfb5f6d830444e2751878371ca2b07 authored about 6 years ago by tysonzero <[email protected]>
Add stable name to short circuit eq

57841232839c8a623b13e0d04afddd561c3d42a8 authored about 6 years ago by David Johnson <[email protected]>
Update README.md

Remove saucelabs badge

a9c4f0a3a6e7d87f9432dc6cf4b1d0c052bf7ef1 authored about 6 years ago by David Johnson <[email protected]>
Bump to 0.21.2.0

bb2be3264ff3c6aa3b18e471d7cf04296024059b authored over 6 years ago by David Johnson <[email protected]>
Fix order of new node append in keys patch

995d8d2640b46664b0ca0af5f836d70c03dee0e1 authored over 6 years ago by David Johnson <[email protected]>
Safari checkbox selection bug fix

For inputs of type checkbox, selections do not apply and should return
null. Safari throws a typ...

48109ec625c378c0a7f66ba29b65e9a80bbb1636 authored over 6 years ago by David Johnson <[email protected]>
Properly override ghcjs nix scripts

580d678539c62009a21723d2def3b11a42d99493 authored over 6 years ago by David Johnson <[email protected]>
Router fix

Account for trailing slash after `decodePathSegments`

21e16ddcf6e4c427bd0a9dfe610ce328a828477d authored over 6 years ago by David Johnson <[email protected]>
Spruce up nix scripts, return an attr set for release.nix

06322372452a54b369f7ef6361b65da2bb16922c authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #441 from cocreature/jsaddle

Support compiling the frontend API using JSaddle

5c3d01780bce2f803bf10d531c876250be5eebc6 authored over 6 years ago by David Johnson <[email protected]>
Support compiling the frontend API using JSaddle

Support for JSaddle is currently opt-in using a Cabal flag.

* If you compile with GHCJS and dis...

f9935060fa901026edbcb2ac8c4ed61aca1284df authored over 6 years ago by Moritz Kiefer <[email protected]>
Merge pull request #443 from dmjio/polimorphic-flexible-router

Make router more flexible

7d1665e9ab813eb9c001e0889581af97bbe089f6 authored over 6 years ago by David Johnson <[email protected]>
Make router more flexible

6bf6ec1db6bfd1f6a1a1b2127465c68107d7dd44 authored over 6 years ago by tysonzero <[email protected]>
Merge pull request #439 from hlinander/mathml

Add MathML support

5ae755b1983f3714d4c2f1633b70c89c413d8087 authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #440 from dmjio/empty-notify

Initial commit of empty notify

c63609d08346461ee625797a8347f74b5c1f35c1 authored over 6 years ago by David Johnson <[email protected]>
Initial commit of empty notify

1c92fd08317e88fdd0e4224a3a9501bd5bfcca8f authored over 6 years ago by David Johnson <[email protected]>
Add MathML support

Add new namespace for MathML.
Update the diff js package to handle the new namespace.
Add Mathml...

93d6451093a73770fcaddfe6f5ad637b2e42086c authored over 6 years ago by Hampus Linander <[email protected]>
Merge pull request #438 from dmjio/remove-xhr

Removes unused XHR module

50f89d2b55b189c8b484f16a36c3f977753178f9 authored over 6 years ago by David Johnson <[email protected]>
Removes unused XHR module

d0325e0e9cc0fff195ea3aab2f4bc817c3349469 authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #436 from polimorphic/scroll-into-view

Create scrollIntoView function

d95258cf554426233f05c02963e05db64c18fc0c authored over 6 years ago by David Johnson <[email protected]>
Create scrollIntoView function

0f7fd522ed3660377ce4b3449f8420dea239eec5 authored over 6 years ago by tysonzero <[email protected]>
Merge pull request #431 from cocreature/expose-websocket

Move WebSocket related types to Miso.WebSocket

c0a3ec5f6309cdff2b732507f6ce9db992da3cd3 authored over 6 years ago by David Johnson <[email protected]>
Move WebSocket related types to Miso.WebSocket

This allows sharing these types between the client and the server
which is often useful since th...

9ac62ca5c1b07a22437585abea5eb543f4d560de authored over 6 years ago by Moritz Kiefer <[email protected]>
Remove duplicate html tag

93783297bd79685b7a471bc565bcdc801c270b02 authored over 6 years ago by David Johnson <[email protected]>
Bump to 0.21.1.0

0ad4d97cc73e7374177b1eb88bcbd9ed0a799b32 authored over 6 years ago by David Johnson <[email protected]>
Fix MkLink instance

c845fecb08b604c09a7d80ef315ef79bd75cce1f authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #428 from dmjio/version-bump

Bump to 0.21.0.0

f4772b314b1e1083c2b51a9a84e1dde0cc4ce88b authored over 6 years ago by David Johnson <[email protected]>
Bump to 0.21.0.0

8f12027f2dd38d41eb9666fd2339aa9a84b3456f authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #427 from dmjio/mklink-fixes

Add CPP for new MkLink

62a82e2f54847678c2c41e95478b3471c56c388d authored over 6 years ago by David Johnson <[email protected]>
Add CPP for new MkLink

2c42a78b5827d71fd40db8efd560a12e79ce6a28 authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #424 from dmjio/version-bump

Bump to 0.20.1.0

9428e28fefedcd33f9dca66c6265d207dd14ce2c authored over 6 years ago by David Johnson <[email protected]>
Bump to 0.20.1.0

037ed0a1e9be7a2bc1919032f7885ee97bb9c2a3 authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #423 from JamieBallingall/master

Conform all three copies of the sample/simple app

08c9be8474edea7474cb827084a79b8175c3b0b7 authored over 6 years ago by David Johnson <[email protected]>
Conform all three copies of the sample/simple app to the one in /sample-app

6f2d4a95a708ec9700498dbb8b5c0eb3598ce714 authored over 6 years ago by Jamie Ballingall <[email protected]>
Add issues to cabal file

7d0885ba67e670d48ff2ec4bb8c69bd0c4caa527 authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #420 from JamieBallingall/master

Add note to copy Sample Application to Nix section of README.md

d6fd3fa96cf5adca9052460328be888c64df52d8 authored over 6 years ago by David Johnson <[email protected]>
Add note to copy Sample Application to Nix section of README.md

4ceb151c66f1c0a5302a04ab725ca8f93588af34 authored over 6 years ago by Jamie Ballingall <[email protected]>
Merge pull request #418 from y-taka-23/upgrade-miso-in-readme

Upgrade Miso to make the example compilable

f5e9730cf9f486fbea76644792778bb360d040fc authored over 6 years ago by David Johnson <[email protected]>
Upgrade Miso to make the example compilable

f856ff0b4ce0db532eeba9f05734bdb36dd25a49 authored over 6 years ago by TAKAHASHI Yuto <[email protected]>
Merge pull request #416 from dmjio/tests-flag

Re-add tests flag, default to false

3a378e2451a5c455e140ec323641b3f3d89f9b84 authored over 6 years ago by David Johnson <[email protected]>
Re-add tests flag, default to false

8e4e9aad83fa219f6e7615f7d0f34369055b9ba5 authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #415 from dmjio/issue-feature-templates

Update issue templates

bd57bec60b9807d7cae48ea29cf301d540e5cec2 authored over 6 years ago by David Johnson <[email protected]>
Update issue templates

73076b9c41a5c1c40e60dbc78c343068f98f9bc4 authored over 6 years ago by David Johnson <[email protected]>
Merge branch 'master' of github.com:dmjio/miso

70b097f7295fc566524022766af4f622202abcd5 authored over 6 years ago by David Johnson <[email protected]>
Bump to 0.20.0.0

c756a6771a2da437f874645b1930e12d27127650 authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #412 from LumiGuide/scheduleIOFor_

Export scheduleIOFor_ & Fixed some warnings

5d23dbd464c7f9edbb94cf79d3df850f8d033174 authored over 6 years ago by David Johnson <[email protected]>
Miso.Subscription.Window: remove redundant imports

f11e9adc594af611378b24fccdcf5072b5ea7903 authored over 6 years ago by Bas van Dijk <[email protected]>
Export scheduleIOFor_

cc9494f2c34d2a395b1cc05653db18838eb15d74 authored over 6 years ago by Bas van Dijk <[email protected]>
Merge pull request #410 from tolgap/batch-effects

Add ability to batch multiple actions into an Effect

b7d322eb9f385d24a8704876e139a3d40802f7dd authored over 6 years ago by David Johnson <[email protected]>
Add ability to batch multiple actions into an Effect

3e7fc3c56623d3853fce8c79f629c5080141e556 authored over 6 years ago by Tolga Paksoy <[email protected]>
Merge pull request #409 from Woody88/smart-attribute-constructor

Added smart constructor for Attributes

86f7a3e07af5de2217800237078ba2c492aa7c74 authored over 6 years ago by David Johnson <[email protected]>
added smart constructor helper function to export

c2cd1bad10b20c7387c28311a02c0655eba9e28c authored over 6 years ago by Woody <[email protected]>
Added smart constructor for Attributes

042b2ec916b1fc9f14e71706c0217b42d8fd4ffb authored over 6 years ago by Woody <[email protected]>
scheduleIOFor_

49f4443b590b2524050957bb94d11af02e744e93 authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #405 from LumiGuide/scheduleIO_

Add scheduleIO_ :: IO () -> Transition action model ()

c201c1b0f3cf7492f3c4f32c8a41b526cd2ee50f authored over 6 years ago by David Johnson <[email protected]>
Merge pull request #406 from dmjio/nixops

NixOps

ae9d01960264aae9025850f78a150f48c4baad31 authored over 6 years ago by David Johnson <[email protected]>
Add digital ocean nixops script

d9431b9fe9028725eec143e5ed283d5cb761a0a3 authored over 6 years ago by David Johnson <[email protected]>