Patrick Lee Scott
Patrick Lee Scott
https://goo.gl/forms/WnJztEIEx8Ivkrwk2 everyone fill this out! Rethinkdb needs a new home! On Fri, Oct 7, 2016 at 1:37 AM chrbala [email protected] wrote: > https://rethinkdb.com/blog/rethinkdb-shutdown/ > > What are your thoughts? Think...
I like the live feature. I've been using Apollo but this makes me interested in checking out cashay. As far as good wrappers around rabbitmq, I use servicebus( https://github.com/mateodelnorte/servicebus) for...
I got import.meta working by using `esbuild-jest` ``` "transform": { "^.+\\.svelte$": "svelte-jester", "^.+\\.(ts|tsx|js|jsx)$": ["esbuild-jest"] }, ``` There were a slew of other problems beyond that - such as mocking sveltekit's...
Now using `babel-jest` and `babel-plugin-transform-vite-meta-env` for this and a TestHarness component instead of mocks: https://github.com/CloudNativeEntrepreneur/sveltekit-eventsourced-funnel/blob/master/.babelrc https://github.com/CloudNativeEntrepreneur/sveltekit-eventsourced-funnel/blob/master/jest.json#L6-L9
@benmccann I believe the latter when in tests - looks like `.env` of `import.meta` specifically is undefined, and all properties of it - to test it, the repo I've been...
> For now, the solution to using sveltekit runtime modules appears to be a mixture of: > > Mocking the individual modules, as outlined in: [fix] refactor import.meta.env to be...
> @patrickleet's TestHarness.svelte along with babel-plugin-transform-vite-meta-env To be clear, the `TestHarness` was the result of the clever thinking of @wallw-bits https://github.com/sveltejs/kit/issues/1485#issuecomment-902965385 I had provided some of the example mocks, and...
It seems like the easiest place to make this work would be knative, to allow a user to customize the gateway that's generated by knative - it's something that's already...
I changed my workflow to create a draft first, then it's not an issue when the race condition occurs, as a workaround
this would be great! we wrote our own script to handle this too, would be nice for each company to not have to solve this independently.