Richard Feldman

Results 165 issues of Richard Feldman

This is presumably because opening writes to the editor, which triggers a save. Instead, opening docs should not modify them.

bug

Relevant: http://package.elm-lang.org/packages/mgold/elm-date-format/latest

I found a use case - not for reading or writing cookies, but rather [detecting when they have changed](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/cookies/onChanged). 1. I log in, and the server uses `Set-Cookie` response header...

Fleshed out the README a bunch.

The README [currently says](https://github.com/elm-community/Manifesto/blob/745ff071228b98626426f4e766af22f4c2c4983d/README.md) `elm-community` is for two purposes: 1. [Providing a home for widely used packages that are no longer maintained](https://github.com/elm-community/Manifesto/blob/745ff071228b98626426f4e766af22f4c2c4983d/README.md#package-maintenance) > It sometimes happens that packages which are...

question

We already have an implementation of PCG pseudorandom number generation in [roc-random](https://github.com/lukewilliamboswell/roc-random) but implementing random generators in a purely functional language seems like a good fit for this book because:...

in-content
assigned

Splitting this off from some foundational work on caching. The basic idea here is that in really big Roc projects, incremental rebuilds will involve a huge amount of file reads...

Currently, the parser fails when trying to parse a module that has a comment before its module header. This is unfortunate because if it worked, we could have "roc scripts"...

bug
parsing