Eric Gjertsen

Results 17 issues of Eric Gjertsen

This enables the common case where you want to persist table state -- in other words, to save the last sort order of the table between refreshes. I changed the...

HTML table columns are a pain, as we all know. The default is they expand to fill the content, regardless of width styling. This is often not what we want....

This uses platform-specific separators for paths, in building the PATH variable. So on Windows you get backlashes and semicolons instead of forward-slashes and colons. (The other variables shouldn't change of...

Any plans for supporting a backend that uses the HTML5 filesystem API? Or possibly even local storage somehow? I think this would be very useful, for example to give web...

I redesigned mock_bot to work with Eventmachine, so the tests pass, with minimal changes. See what you think. - I made one small change to the code, to split the...

Just wanted to confirm, in order to get menu navigation behavior with the keyboard, you have to `Sub.map` the autocomplete subscription, all the way up your app tree, correct? Essentially...

Not sure if I'm not doing something right, but I have a 1d (X) brush that works perfectly only when the outer width exactly matches the viewBox width. When it...

This may be the same issue as #103 , but not knowing the internals I'm not sure if I'm dealing with a subvec or not. The error message is the...

Thanks for this useful write-up. One thing I'm not clear on is if you want your gem to be used either with or without bundler, it's great that bundler now...