Ben Sima

Results 34 comments of Ben Sima

FWIW, here is a nix expression that gets botamusique working locally: http://ix.io/2k74 Save that as `default.nix` and then `nix-shell` should work to give a development environment. I'm using it currently...

So [elm/persistent-cache](https://github.com/elm-lang/persistent-cache) isn't going to be released, which means I need to use LocalStorage and [ports](https://guide.elm-lang.org/interop/javascript.html)...

Idea how to do this: https://twitter.com/roman01la/status/899707436076085249 could even just use a special endpoint for storing the hash, don't really need local storage

This is in progress as of commit c5e36d6, which hardcoded my personal page. Will have a PR soon

Apparently I need to use ports to use local storage. This "persistent cache" plugin isn't released yet https://github.com/elm-lang/persistent-cache

I want this, will try and work on it soon

I started work on this but couldn't figure out how to run the tests. @dmjio any advice? ```sh [ben@lithium:~/src/stripe]$ nix-shell default.nix --attr stripe-haskell these paths will be fetched (0.01 MiB...

Okay, I think it's working, thanks for the help. I'll write up a CONTRIBUTING.md with this info to try and help newcomers. David Johnson writes: > First step would be...

I'm seeing the same thing. What can we do to help implement/fix background chat notifications?

This is the python traceback, btw ``` [nix-shell:~/work]$ python install-shopify-themekit.py Fetching release data Downloading version v1.0.0 of Shopify Themekit Validated binary checksum Traceback (most recent call last): File "install-shopify-themekit.py", line...