Patrick Lee Scott
Patrick Lee Scott
There was some more conversation about this here in the past as well: https://github.com/mateodelnorte/meta/issues/77
This is really the biggest issue that affects me using schemahero, imo, as well as with FKs - one that forces me to review and edit the majority of generated...
Author of comment of the said person who had to mock this stuff. I don't mind mocking - fine as a workaround for unit testing anyway. It wasn't exactly simple...
@rmunn > so load() functions are never run In at least pre-esm jest@26 and svelte-jester@1, you can mock `$app/env.js` to set browser to true or false, which will cause the...
Other sveltekit mocking tips: ### `import.meta.env` 1. Put all import.meta.env usage in one file, I have been naming that file `lib/env.js`, so I can reference it via `$lib/env.js`. This way...
@rmunn This is from a different repo for a client, so it's private, unfortunately - it's still on jest@26 / svelte-jester@1, and the "funnel" example was more of an example...
you can install the tillerless helm plugin as an alternative https://github.com/rimusz/helm-tiller
``` stage('Decrypt secrets') { when { anyOf { branch 'PR-*' branch 'master' } } steps { container('nodejs') { sh "pip install aws" sh "mkdir -p ~/.helm/plugins" sh "mkdir -p ~/.aws"...
@badavis hey - sorry but this has gotten stale - also we set up semantic-release which relies on formatting commit messages properly. Any chance you could open a new PR...
there was refactoring done and in this org: https://github.com/servicebus/ This version is now [rabbitbus](https://github.com/servicebus/rabbitbus) and there's now a [kafkabus](https://github.com/servicebus/kafkabus) as well. The Rabbit version is quite stable I'd say. This...