Eric Lowry

Results 6 issues of Eric Lowry

**Describe the bug** Support HTTP 1.1 RFC 7231 method DELETE (which may have a BODY) **Steps to reproduce** ``` const fetcher = useFetch('http://my/api'); fetcher.del('widget', {xyz:"123"}); ``` **Observed Behavior** the endpoint...

Hey There, Sorry if I am following the wrong submission format (I didn't see any guidance for feature requests). I am wondering if it is possible for both the Provider's...

Hey, I would like to display the feeds from several cameras at the same time... But it looks like it creates a global variable window.webcam - is it possible to...

When you sign into google with gnome, the set of permission you grant gnome is crazy: - Read, compose, send, and permanently delete all your email from Gmail - See,...

Hey - thanks for your great work on a handlebars mode for emacs! Examples of the problem: {{#myhelper value}} This indents and highlights correctly {{/myhelper}} {{#myhelper "constant"}} This doesn't indent...

small thing, but your instructions should really have users put the your .el file into a sub directory of ~/.emacs.d/vendor/ just to avoid namespace collision (and it's a minor security...