Results 64 issues of Andreas

fixes #101 Using SVG sprites with `` will not update the icon. The reason is that `getAttributeNS` and `setAttributeNS` DOM APIs are inconsistent in it's arguments. E.g.: lets say 'foo:bar'...

I just started using `nanomorph` and I have a simple test by changing the icon of an SVG icon sprite every second. Works perfectly in latest chrome but not in...

If I reply with a `set-cookie` I expect `document.cookie` to be updated within a browser or fake-DOM environment, like Jest/jsdom.

If I enable `extract`, then the `import` statement for the CSS file is removed. I expected, that the import would be updated with the path of the extracted file.

I build a component library and I only want to transform SCSS files to CSS files and keep the `import` statements renamed to the CSS file. The user of the...

> If the new state is computed using the previous state, you can pass a function to setState. https://reactjs.org/docs/hooks-reference.html#functional-updates https://github.com/jamiebuilds/unstated-next#3-reducing-re-renders-using-reactmemo-and-usecallback **Better:** ```js function useCounter() { let [count, setCount] = useState(0)...

### Are you submitting a **bug report** or a **feature request**? **feature request** ### What is the current behavior? I can't set errors and other related meta data from outside...

Would be nice to have ESM bundles. [`microbundle`](https://github.com/developit/microbundle) is a zero config tool, wich gives you all needed for this feature.

I want to serve a Create-React-App production build at different stages. So I want to set all [`REACT_APP_` environment variables](https://create-react-app.dev/docs/adding-custom-environment-variables/) during runtime, not at build time. In order to make...

The Typescript types provided by [`@elastic/apm-rum` package via `types` property in `package.json`](https://www.elastic.co/guide/en/apm/agent/rum-js/current/typescript.html) are incomplete and partly incorrect. **`Basespan`** is missing various public properties and methods, like `id` and `parentId`. -...