Chad Selph

Results 16 issues of Chad Selph

It seems like there's no port of Elm's [File](https://package.elm-lang.org/packages/elm/file/latest/File) module. I tried to get around this with ```reason input'( [type'("file"), onChange(s => GotFile(s))], [text("ok")], ) ``` but the callback just...

It would be nice to have a Cakefile that could read the manifest.json and build the right zip file for Google Chrome (and possibly other browsers) just based on that....

Just for the hell of it I feel like internationalizing the 2 buttons because Chrome makes it pretty easy; the OAuth permissions though will will always be in english since...

The published artifacts are all for scalajs 0.6 but 1.0 has just been released https://www.scala-js.org/news/2020/02/25/announcing-scalajs-1.0.0/ Thanks!

I checked out the elm-3d-scene project from here https://github.com/ianmackenzie/elm-3d-scene and when I was inside the examples, elm-format was not happening on save. ## Expected Behavior Elm formatting to work on...

enhancement

(Feel free to re-name this ticket to a name that makes more sense to you. I don't know all the terminology.) Suppose I have a contact in my address book...

I wasn't able to `pip install jsmespath-terminal` due to an error with urwid 1.2.2 not working on newer pythons. Bumping the version just seems to work and 2.1.2 [still supports...

I ran into a confusing problem where examples from the website weren't working in the [java library](https://github.com/burtcorp/jmespath-java), and I narrowed it down to raw strings inside backticks. I was a...

This is a really great library, a joy to use! However, I managed to his an edge case that probably isn't a common one. I was generating menus dynamically, based...

bug

It would be great for gingkoctl to provide a command that asked a service if it was ready. The reasoning behind this is for startup scripts that use `ginkgo start`....

runner