Andri Möll
Andri Möll
Hey, I noticed that the `canonicalHeaders` function uses `Object.keys`. `Object.keys` ignores inherited properties. The Fetch standard for one, or at least every implementation, takes inherited headers into account when creating...
Hey, Thanks for taking the time to write a syntax highlighter for NFTables! Would you consider not overwriting the tabstop, tab width and other related configurations in https://github.com/nfnty/vim-nftables/blob/master/ftplugin/nftables.vim, however. I...
Hey, Thanks for maintaining acmetool. It seems exactly what I was after — an idempotent and declarative ACME client. I'm setting up a DNS hook and added the TSIG key...
This is a mirror of a [bug](https://github.com/sstephenson/sprockets/issues/363) on Sprockets as it affects either. The problem is this: `EjsTemplate` [passes data](https://github.com/sstephenson/sprockets/blob/master/lib/sprockets/ejs_template.rb#L34) to `EJS.compile` which uses `gsub!` in its implementation. When used...
Hey, I noticed https://github.com/jaspervdj/digestive-functors/pull/114 added Monoid constraints to a lot of functions. I don't understand why. Isn't the error type in `Form error m value` supposed to be for _one_...
Hey, Have you thought of initializing `Rack::LiveReload` with any unused port rather than its default? Having all instances use the same port prevents running two [Nanoc] sites with `nanoc live`...
Presumably they should be fully opaque when a cursor is above them, but for webscale reasons they seem to revert back to semitransparent on Firefox v43. But at least not...
Tabs?
Hey, Is it me or doesn't `dedent` support dedenting tabs? Cheers
Hey, Thanks for writing plugins with tests! Any idea how to use Sideways's argument text objects as Vim motions? So instead of deleting or changing the argument you're on, you'd...
Given code: ``` javascript fun(foo, bar, baz) ``` Doing outer argument first on `baz` and then again without moving the selection results in: 