floratmin

Results 32 issues of floratmin

When a schema has a property with `const` value, then the inferred type should also be const. E.g.: ```ts const schema = { $id: 'myschema', title: 'MySchema', type: 'object', required:...

question

When creating a storybook with the command ```bash nx g @nxext/svelte:storybook-configuration tool ``` I get the error ` NX Cannot parse apps/tool/.eslintrc.js: InvalidSymbol in JSON at 1:1` When replacing the...

bug

When running the command with an existing application named tool ```bash nx g @nxext/svelte:storybook-configuration tool --tsConfiguration true ``` I get the error `NX Cannot read properties of null (reading 'replace')`....

bug

When building a library with and not having already a libs folder in nx ```bash nx g @nxext/svelte:library form --directory=libs --importPath=@myapp/form ``` then either the entry under the compilerOptions paths...

bug

When creating a project with `nx generate @nxext/svelte:application web --directory apps` then the directory names of the projects for the svelte app and the cypress e2e do not follow the...

bug

When generating an application with cypress e2e the command `nx run app-e2e:e2e` fails with ``` Failed to load url /src/main.ts (resolved id: /home/workspace/app/src/main.ts). Does the file exist? The request url...

bug

### Describe the bug When I am running tests in watch mode and make some minor changes in the test files, after a while, vitest can not exit watch mode....

help wanted
p2-edge-case

[@effect/schema](https://github.com/Effect-TS/schema)

new package

I see that most of the options of ICU Number Skeletons have equivalent options in `Intl.NumberFormat`. But I do not understand why we fall short and do not implement the...

c: numbers
s: comment
Proposal