Dmitri K

Results 20 comments of Dmitri K

Since the time this issue was opened, we have rewritten a lot of code in our viewer. We have also fixed some bugs in our transitions and switched to using...

OK, I should remove the `expand` options. The following config works as expected: ``` js grunt.initConfig({ typescript: { all: { options: { rootDir: 'app/', }, // expand: true,

Anyway, do you plan to support a stadndard grunt file configuration (`cwd`, `srd`, `dest`)? As I see it, it can be just a thin layer inside the plugin converting `cwd`,...

Yeah, probably I've posted the issue to a wrong repo ))) I played interchangeably with `grunt-ts` and `grunt-typescript`. I found the both plugins confusing in the same way, probably because...

We've added a post-install script to patch the package in `node_modules/`. I will share the script here in a hope that this will be useful to someone. Updates to `package.json`:...

+1. It does not make sense at all to return an error for non-error HTTP status code; that is, if the status code is `2xx` or `3xx`, there should be...

@lithdew I would love to know if you had any progress with it.

I've submitted https://github.com/crewjam/saml/pull/434 to address it

+1 for '*' in allowed headers. I need to support multi-part uploads using evaporate-js. The latter relies on 'x-amz-content-sha256' header. Update: evaporate-js uses 3 headers: Content-MD5, X-AMZ-Content-SHA256 and X-AMZ-Date. Additionally,...

Just in case, this happened me few times when memory ran out. Usually when running go build/get in a VM with 512MB or less, or in docker container with limited...