Federico Zivolo

Results 282 comments of Federico Zivolo

Is the project still maintained? I'd like this PR to be merged.

> Looks like a bug that it should be transpiled by default, you can workaround it by using `new URL('./path/to/file.ts', import.meta.url)`. Though for AudioWorklet, even if `?url` works you might...

> I think this is related to #6757, [#2522 (comment)](https://github.com/vitejs/vite/issues/2522#issuecomment-1111024311). The second looks definitely related, I'm not sure about the first, it seems to be a different problem?

Could someone help me understand if this is the same bug I'm observing in https://github.com/storybookjs/builder-vite/issues/489?

Having the same issue on mac after I upgraded to Create React App, it's only happening while running the unit tests. But it's not happening because of a dependency, it...

https://github.com/facebook/create-react-app/issues/11928 (includes a [workaround](https://github.com/facebook/create-react-app/issues/11928#issuecomment-1015175497) I found)

If anyone missed it, I provided a workaround for this issue here https://github.com/facebook/create-react-app/issues/11928#issuecomment-1015175497

I think you should memoize that function with `useCallback`. Anyways I would suggest to upgrade to Floating UI as this version is not going to receive many updates.

Related: https://github.com/InsightSoftwareConsortium/itk-wasm/issues/476

Just adding my use case here, I maintain a quite popular library (Popper) and I need a way to expose the TS types like I do in Flow (the system...