ygopensource

Results 22 comments of ygopensource

> @yogeshgadge > > > Is this better than trying to open same file in append mode and write to it in every vm in ever request ? > >...

`npm audit fix` fixes nothing and `npm audit fix --force` I am afraid my getting started might break.

I thought this was caused by dependency produced by `eg gateway create` ``` "express-gateway": "^0.0.1" ``` but after updating 1.16.11 I still have ``` 19 vulnerabilities (5 moderate, 9 high,...

@KnVerey Can't comment on the #4121 and I see people pointing to a feature table and documentation which is good but why not maintain a kubernetes JSON schema. I believe...

I have fixed this issue by providing `$directory` however I am running into issue in my angular test. Build fix: ```scss @use '@fontsource/roboto/scss/mixins' as roboto; @include roboto.faces( $directory: '@fontsource/roboto/files', $weights:...

fyi i switched to fetch API and I no longer have this issue. But is this the correct way instead of subrequest ? ``` async function searchUsingFetch(r) { let reply...

@harthur Do you need us to reflect the no version number in the PR?

added PR https://github.com/ericblade/quagga2/pull/539

side observations: root tsconfig.json has types ["mocha", "node"] probably consider tsconfig.test.json for the mocha tests inside src/