Amin Ya

Results 1114 comments of Amin Ya

For the start, if there is a way to ignore untracked files like Git LFS files, it would be great.

I tested `"@kobalte/core": "^0.13.1"`, but it still has the issue even with `import Dialog from "@kobalte/core/dialog"` ```js file:///node_modules/@kobalte/core/dist/chunk/XYP6O4WD.js:10 import { createComponent, mergeProps, memo, Portal } from 'solid-js/web'; ^^^^ SyntaxError: The...

> This seems to still be an issue with 0.13.3. Using @solid-js/start ^1 and I'm just sort of stuck and unable to even try Kobalte to see if it will...

Instead of importing the dialog via `import Dialog from "@kobalte/core/dialog"`, import it like `@kobalte/core/src/dialog`. The documentation should mention this somewhere. Or better just not include built files and let the...

The import map change allows importing the source files. The top-level source entry is for some bundlers like Parcel that prefer the source files over the built files.

I recommend using the latest beta version of zeromq until we fully release v6

@lefticus Could you take a look at this? The user input verification is quite important in terms of security.

@lefticus A kind reminder on this if you have missed it. These security issues are important.

> @aminya since invalid input would result in generated code that cannot compile, I'm curious how this qualifies as a security issue. Could you provide an example for how invalid...

@DVLP Could you take a look at this? 😃