Volker Braun
Volker Braun
Workaround is to put ``` npx localize-extract --format=xlf --source=./dist/app/**/*.js --outputPath=/dev/null --duplicateMessageHandling=error ``` into your CI, will exit with status 1 on duplicates
I'm getting the same `error: ‘Handle’ has not been declared` error with nodejs-14.14.0, for the record.
No, that was with the latest release. Just tried with master and that builds: ~~~ $ podman run --rm -it fedora # cat /etc/system-release Fedora release 33 (Thirty Three) #...
@intellix I'm also getting slightly slower incremental rebuilds, you are not the only one. Though build caching (this ticket) should only affect cold starts.
We generate a static tailwind scss, that works fine (but unnused classes are then not pruned). I suggest you open a separate ticket as its specific to the built-in Angular...
old webkit bug whereas autofill does not emit an input event Workaround is to register a change event handler as in https://gist.github.com/dtarnawsky/fc92869c1c67b9c74c66de8af3e081b2 See also https://capacitorjs.com/docs/guides/autofill-credentials
Works for me, for what its worth! I would consider setting the default to "grant" because nobody wants the repeated permission request.
I ran into the same issue, nginx reverse proxy https -> http. But being redirected to https. The "/" handler from the script server ``` 2023-03-27 17:44:49,598 [tornado.access.INFO] 302 GET...
There is no post-pull hook. The only way would be the post-merge hook (a pull that is not a noop will include a merge). But you don't want to invoke...
I have `"moduleResolution": "node",` in my `tsconfig.json`, and madge 5.0.1 used to resolve the `index.ts` file. But after updating to madge 6.0.0 the `index.ts` is not checked, and the directory...