Manu Schiller
Manu Schiller
@Stranger6667 > https://github.com/Stranger6667/jsonschema-rs/issues/212. I started a complete rewrite in a separate repo and just this change yields ~50% validation time reduction in some benchmarks + simplifies the code dramatically (it...
I'd be in as well! I experimented with a repository already (dev server, build and running jest tests via `swc`) which could maybe a starting point for experimenting with swc:...
> Sounds great @jmcdo29! AFAIR `swc` can be used in conjunction with webpack as well, correct? In this case, simply adding `--swc` flag and `swc: boolean` option to the `nest-cli.json`...
@jackel119 @kamilmysliwiec the generated AST can be seen in swc's online repl (**please see the switch at the top right View: Result -> View: AST**) https://play.swc.rs/?version=1.2.146&code=H4sIAAAAAAAAAyupLEhVcMvP90vMTVWwVSguKcrMS7fm4korzUsuyczPU0jLz9fIA0pawVRpKlRzKQBBcn5ecX5Oql5OfrqGekZqTk6%2BgrqCtgJIraY1Vy0AWmkKHlkAAAA%3D&config=H4sIAAAAAAAAA0WNSwrDMAxE76J1FiHL3KGHMK4SHPxD40CN8d0rF5fsJM2bp0YXLO2NshGwjAk1FvOhnUrNDCsuF1qoQE%2BH8eCui5GTiyKMbd1WjX1K4AksFFx0Rx0ym0IWBp7IxNP%2Fya6ukN73OLTfP3VqJaR4gfojmmWH16SL3Ny%2F3SauU70AAAA%3D Custom Types are also...
> @extroonie swc has code to produce ESTree AST/ acorn AST, but it's not exposed to js world currently. It will be nice if you can patch it to expose...
Would the current helm-chart need any updates as well, or is Keycloak 19 a drop-in replacement, once it will be released?
thanks for the clarification on the relation between this image and the chart everybody!
sure - could you please confirm quickly that the readme is wrong on this, and that `/bitnami/mariadb/conf/` would be the correct path since it gets symlinked on container start?
@rejvban How Would I set up unit tests with netjs-minio-client? The default generated test with included imports for minio can't resolve the dependency to MinioConfigService: ```typescript import { Test, TestingModule...
It would be really powerful to have your json-schema validator available in wasm!