nicod-pc

Results 12 comments of nicod-pc

So the workaround is to add `"useDefineForClassFields": false` to the `tsconfig.json` like so: ```json { "compilerOptions": { "useDefineForClassFields": false }, } ``` So the result is, that classes are not...

I've the same issue. It would be nice if someone merges the pull request to solve the issue.

I've created this one: https://github.com/Foliotek/Croppie/pull/654

`portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png` is a path, not an URL. `wikipedia.org/assets/img/Wikipedia-logo-v2.png` isn't an url, too, but `wikipedia.org` looks like a domain, so this lib tries to make an URL out of it, I...

The reason that is breaks now seems to be an change in the amazonlinux image. With `amazonlinux:2.0.20230307.0` (10th of March) it’s working, if I use `amazonlinux:2023.0.20230308.0` (10th of March) or...

As the older `amazonlinux` image has known vulnerabilities and alternative that is working as well is debian: ``` FROM debian ARG TF_VERSION RUN apt update RUN apt install -yq git...

As debian works, I will keep it, I think. Maybe it would be good to have a list of programs tfenv depends on or checking them on startup, so no...

@chriskrycho said in December 2023 in #1577 that they want to spend more time on the project again, but as volta does everything they need at Linkedin, it's hard to...