Arman Poghosyan

Results 36 comments of Arman Poghosyan

Can confirm that yarn global install without nvm also causes the same issue.

I'm not sure I fully understand what `husky` and `cz` must do with git hooks and whether this workaround is legit, but it works for me on windows to skip...

@perry-mitchell I can confirm that `Content-type: application/x-www-form-urlencoded` is set by default for all non-json requests, and I've found out that it is just `axios` [default](https://github.com/axios/axios/blob/1b07fb9365d38a1a8ce7427130bf9db8101daf09/lib/defaults.js#L7)(see source code). Also changing to...

@Daniel-Pek I have tested with 1KB text file and ~100KB jpeg image, both result in 0KB file on webdav server. And the only webdav server that I'm working with is...

@perry-mitchell Another observation is `client.putFileContents` works ok on the same server. So even if it something related to load-balancer, only streaming the file fails, and using `client.putFileContents` with any buffer...

You can run (it is documented in Angular CLI docs): ``` ng config schematics.@schematics/angular:component.styleext scss ``` the changes are reflected in `angular.json` file, but unfortunately it doesn't take effect and...

I have just noticed that you mentioned in your issue how to set default styles extensions for `@nativescript/schematics` and it turns out that `ng g c some-component` uses that schematic...

@RyanZim I agree that nowadays it is safe to switch to `https://`, but anyways I don't see the need for it to parse Google Analytics. It would be better performance...

@RyanZim Does uncss give a way to configure jsdom as it had [skipExternalResources](https://github.com/tmpvar/jsdom/blob/master/lib/old-api.md#external-resources) property in old api which is still supported (as stated in their main documentation). If so we...

I still think the problem is not only on loading relative url. Why to load it in the first place, there can be many scripts that are there for other...