Adrian Kunz

Results 80 comments of Adrian Kunz

Some additions: | Tool | Cache Directory | |---|---| | [pnpm](https://pnpm.js.org/) | `~/.pnpm-store` | | Gradle | `~/.gradle/caches`, `~/.gradle/wrapper` |

Docker already has an option for this: Now when I run `sudo mdfind "com_apple_backup_excludeItem = 'com.apple.backupd'"`, it already lists the Docker VM folders: ``` ~/Library/Containers/com.docker.docker ~/Library/Containers/com.docker.docker/Data/vms/0/data ```

The current behaviour is actually problematic with Angular, in particular ngcc, which writes new files into the packages. These new files don't end up in the global store and thus...

All the indexOf and split stuff seems very arcane for number manipulation. Is there no better, numeric way to get the decimal places?

Looking forward to this to be merged as well. In the meantime, I worked around the problem using `ValidationTypes.isValid = () => true;`, but it broke validation (everything is valid...

@Prim3591 thanks for approving, can you approve the workflow run as well please?

@Prim3591 Bumping this, I still have an ongoing project that is blocked by this change...

My workaround: `ValidationTypes.isValid = () => true;` But this seems to break validation (everything is valid now)

> @NickKelly1 @CyriacBr I have open the PR from your fork to @ts-revival/class-validator here [ts-revival#9](https://github.com/ts-revival/class-validator/pull/9) I'm glad this was ported over, but you never released it :/ @nolazybits