Michael Trouw
Michael Trouw
Dang... this is the _one_ thing that I needed to work to fake/mock backend errors and it doesnt work 😢 but really nice tool nonetheless
This is happening for me too, without any VPN 😢 Why are proxy tools so hard to get working always... Mac OSX Catalina: `10.15.7` Proxyman: Version 2.16.1 (21610) Fresh install,...
@NghiaTranUIT this is happening to me without any VPN active. Do you think even having a VPN app installed might influence things?
Since our privy-containerscan triggered on a recent curl CVE (https://security.alpinelinux.org/vuln/CVE-2022-42915) we tried to remove curl via `apt del curl` and this seemed to stop the containerscan from complaining. However, what...
Thanks, I now see why I missed this: I don't think it's a very obvious place to put documentation around test harnesses in the middle of component usage examples. I...
This can cause very slight visual regressions in existing projects where background colors are just #FFF white, and makes it so that a first experience of implementing an Angular Material...
Any updates? this is still very unclear. Without using @angular/CLI, one runs into all sorts of problems extracting translation requirements using either `./node_modules/.bin/ng-xi18n` or `ng xi18n`...
@Foxandxss Unrelated to either *JIT* or *AOT* compilation, is there a way to only specify *.HTML* files to the `xi18n` tool? Instead of it actually trying to compile and find...
Thank you for your fast reply @ocombe ! Yes, that is how it should work ideally but I can not even get it to work using the command line (`ng-xi18n`...
Ah, great! I was hoping that was the case. I should be able to trial and error my way through webpack and Angular xi18n then, with the help of the...