Ethan Glasser-Camp

Results 43 issues of Ethan Glasser-Camp

At https://gist.github.com/glasserc/be6ffc197fc961bd7f0ea3e9fee3cfd5 I have posted a stripped-down example of what I'm facing in a project at work. I have a src file which has some subclasses of `Error`: ```javascript class...

`ethan-wspace` defines many functions with names that might be confusing to the new user. Anything with an infix -clean- looks as though it will clean the error type, even though...

The version of the app on F-Droid is 4.8.4, whereas the latest release here is 6.4.2. Is it possible to update the version on F-Droid? Thanks!

Does it make sense to add support for the [Dynamo BatchWriteItems API](http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html)? It basically just does up to 25 requests in parallel. In Haskell, it seems like the more common...

Hi, `gitlint` is great, I'm trying to convert a project over to use it now (replacing a handful of shell one-liners). Some checks in the project that I'm trying to...

bug

### Prerequisites - [x] I have read the [documentation](https://github.com/mozilla-services/react-jsonschema-form/blob/master/README.md#readme); - [x] In the case of a bug report, I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the...

enhancement
help wanted

Fixes #209. - Only examine URL `pathname` when deciding whether a request should be handled statically. - If a file does not exist, don't try to serve it statically. I'm...

In my project, I have a registration flow that takes the user to a URL like `http://localhost:8080/awaiting-confirmation/[email protected]`. Doing `pushUrl` from the Elm side works fine. However, refreshing this page in...

Per #136, it's possible for a user to be passing the `--debug` flag to `elm-live` in an incorrect way, in which case it becomes silently ignored. Flags that `elm-live` doesn't...

STR: - Clone https://github.com/glasserc/elm-navigation-back - `npm run debug` - Navigate to http://localhost:8080/ - Open up the Elm debugging console and/or the browser debugging console - Click on some links: `/home`,...