Brendan Weibrecht
Brendan Weibrecht
This is a duplicate of PR https://github.com/evancz/elm-todomvc/pull/66, but I think is a more elegant fix due to less URL encoding required. Fixes issue https://github.com/evancz/elm-todomvc/issues/65. Confirmed working in latest stable Firefox...
Actually, I hadn't seen [the note at this link](https://github.com/tastejs/todomvc/blob/c50cc922495fd76cb44844e3b1cd77e35a5d6be1/examples/react/node_modules/todomvc-app-css/index.css#L195) from the other PR. Maybe IE/Edge do require the whole thing to be URL encoded. ~~Could someone test on those please?...
I don't think this is an issue with Shotgun itself. This must just be how Rack maps work - loading all the Rack apps when `config.ru` executes (which Shotgun does...
I've just had a fiddle with making `Rack::Builder#map` lazy, and it works! There would probably be some side-effects from laziness, so I wouldn't make it default. And I reckon what...
I think I found the docs for the necessary signals: - [`window-created`](https://gjs-docs.gnome.org/meta10~10_api/meta.display#index-signals) - [`position-changed`, `size-changed`](https://gjs-docs.gnome.org/meta10~10_api/meta.window#index-signals)
Interesting. Thanks for the context! It looks like Maxi waits on a subsequent event, `focus` before maximising - would that help? Or does maximising not have the same restrictions as...
Right, sorry, I didn't realise this was addressed in the readme: > #### Sometimes diffs are printed to the terminal, and other times they are paged via less. How do...
Please reopen
@siedentop I don't think a lack of paging is related to your issue. Unix piping runs all processes at once, streaming the stdout between them - rather than waiting for...
Very annoying indeed. I'd have thought there'd be a setting for this, but I can't find one. That `less` idea is interesting, but I imagine I'd still often come across...