Eric Wooley

Results 55 comments of Eric Wooley

I looked into how hard peerjs would be to scale, in case I ever get to that point. I believe the easiest option would to add something like redis support...

I'm having the same issue as @scottdallamura Here is a commit where it happens. https://github.com/ericwooley/graphql-code-generator/tree/4adaae6dbcad6859d8b280aa1dbe2f3a93d459d8 to trigger the issue, run `yarn build && yarn generate:examples`

In sveltekit, i added this to `src/app.d.ts` ```ts declare module 'svelte-icons/**/*.svelte' { import { SvelteComponentTyped } from 'svelte'; export default class extends SvelteComponentTyped {} } ``` Which seems to work

I don't use it anymore, but it seems like this is still open

One of those got closed. Is this still blocked?

So... I guess this didn't quite make the merge?

I have not tried discord, I could give it a shot there, but I'm sure I'm not the only one to have this question, feels like having the answer in...

> > I have not tried discord, I could give it a shot there, but I'm sure I'm not the only one to have this question, feels like having the...

Hi @janpio Sorry, 27.0.3 of jest 14.17.4 I didn't realize it was built into node, I'll have to investigate why jest 27 is breaking that

For anyone else getting here from google or whatever, there are lots of changes regarding setImmediate in the jest changelog for 27 https://github.com/facebook/jest/blob/master/CHANGELOG.md I'm still investigating, but I suspect https://github.com/facebook/jest/pull/11222...