Milan Andric

Results 11 issues of Milan Andric

Any ideas if it's possible to run this in the browser as a service or service worker? Can you compile this package to web assembly/WASM?

Reporting a likely naive typescript env error after a clean checkout. Help appreciated! ``` $ npm test > [email protected] pretest /Users/mandric/dev/portfolio-manager/iex-api > tsc --noEmit --pretty && npm run lint >...

I think expanding the cli here or linking to a project written in go that uses this library to provide a little more cli utility would be very helpful and...

Please tell me if I'm missing something but isn't `npm install --save-dev audit-ci` also an attack vector since it runs `npm install` and installs all packages? Isn't the whole point...

There are two headers, `uri` and `statusCode` which are not valid http that are being returned from the httpAgent code see [lib/nano.js line 195](https://github.com/dscape/nano/blob/master/lib/nano.js#L195). This could lead to some sensitive...

The current script supports the `--exclude-from` rsync option but I'm finding I want to exclude most of a directory except for a few bits of configuration. For example data for...

"yyyy-MM-dd'T'HH:mm:ss.SSS" format works for me but when including the Z character at end I get a 400 error. Wondering if this is my specific installation or not. This is on...

Have you thought about adding tab completion here, so `./do.sh foo` would give you a list of functions that begin with "foo"? Basically add some conventions so it behaves similar...

Right now if you get a 301 or 302 from a request, couchr handles it like an error. Would it be useful to follow the redirect before returning an error...

It's pretty crucial that we do useful error handling/logging in the app so we can tell when things are broken. If an exception is thrown in the browser it's not...

Type: Technical issue