Ben Burdette
Ben Burdette
This is really handy for using Browser.Document in a single index.html file. Documenting it would alleviate some [confusion](https://github.com/elm/compiler/issues/1821#issuecomment-428339764)!
I'd like to use s-expressions for a config file rather than json, but the single line output is pretty hard to read. I'm not seeing an obvious pretty-print flag in...
I was trying to make some code more generic and ran into this: ``` elm-19: You ran into a compiler bug. Here are some details for the developers: [00] [00]...
Hey! First off, thanks for the awesome lib. Today I made a program to let me use my phone as a mouse - it works! mousepage on crates.io. Now I'm...
I'm writing a web server using indradb, and it would be convenient for pagination to be able to start a new query where an old one left off. I can...
**Quick Summary:** I got an error trying to publish my package! ``` -- ERROR ----------------------------------------------------------------------- I ran into something that bypassed the normal error reporting process! I extracted whatever information...
Super basic implementation of this!
looks like jack functions are no longer there? should I be using a specific version of portaudio? ``` bburdette@BB-5520:~/code/cyclofraust$ apt list --installed | grep portaudio WARNING: apt does not have...
With lengthy documents, sometimes I'd like to save my place, not return to the top of the document next time. This would be especially great with PDFs that might be...
Just finished a long hack session getting touch events to work. Turns out google helpfully strips out the touch information from touch events before domina gets them, and then the...