Raz Goldin

Results 19 comments of Raz Goldin

I think right now its confusing to have to look at all the containers and then switch completely to components. I'd prefer to have each applet in a folder with...

> Here's the `cloneDeep` function I'm using, courtesy of [StackOverflow](https://stackoverflow.com/a/40293777) > > ```js > function cloneDeep(obj, hash = new WeakMap()) { > if (Object(obj) !== obj || obj instanceof Function)...

> Is `structuredClone` equal to `deepClone`? > https://developer.mozilla.org/en-US/docs/Web/API/structuredClone Awesome find. I think people may complain that it lacks support for functions, but I don't often see the need for that...

OK hi @jdanil thank you for your very specific feedback and consideration--whenever I open a GitHub issue I always worry that it will just get lost in the sea, but...

definitely not a silver bullet: but could we address by keeping a different count for scripts, meta tags, etc. rather than just one next-head-count we could keep one for each?...

It seems that headers.raw() is no longer valid in Node 18? Not sure but I got a run-time error when running in Node-18? Previously working (in Node-16): ``` javascript const...

``` [11:18:40]➜ website: yarn add @testing-library/react17@npm:@testing-library/[email protected] ➤ YN0000: ┌ Resolution step ➤ YN0001: │ Error: Assertion failed: Expected the resolution for react-dom@npm:17.0.2 [b0b86] to have been registered at website/.yarn/releases/yarn-3.6.3.cjs:446:3657 at...

I made a PR so far: if any of you want to continue from there. That's fine or if preferred I can continue to work on it.

I think in the documentation for retryTimes they say it only works with the "default" Jest circus test runner? So I guess the question is what would make this storybook...