Ilya I
Ilya I
This project is awesome! Well structured, good architecture, useful functionality, CI, tests and documentation - great! However there are issues and features that I'd like to help fix and add....
1. eslint and prettier '--fix' applied to lib/ files (so when debugging js in VSCode, lint errors don't obstruct code editor) 2. disable eslint rules for lib/*.js/.ts files that tsc...
**Description:** --ssl is broken with Angular 12 **Steps to Reproduce:** ```bash ionic start myApp tabs --type=angular ionic ssl generate ionic serve --ssl ``` **Output:** Server starts, however, browser shows error...
### Describe the bug @sveltejs/kit/src/routing/client.js returns 500 response when certain events happen (too many redirects, failed/timed out fetch, etc.). https://github.com/sveltejs/kit/blob/a2b9c3ecd2a41fae41a42141d87dc8fec43b8830/packages/kit/src/runtime/client/client.js#L291 https://github.com/sveltejs/kit/blob/a2b9c3ecd2a41fae41a42141d87dc8fec43b8830/packages/kit/src/runtime/client/client.js#L815 https://github.com/sveltejs/kit/blob/a2b9c3ecd2a41fae41a42141d87dc8fec43b8830/packages/kit/src/runtime/client/client.js#L892 https://github.com/sveltejs/kit/blob/a2b9c3ecd2a41fae41a42141d87dc8fec43b8830/packages/kit/src/runtime/client/client.js#L1390 https://github.com/sveltejs/kit/blob/a2b9c3ecd2a41fae41a42141d87dc8fec43b8830/packages/kit/src/runtime/client/client.js#L1718 What is the problem? The 500...
### Describe the bug Build `vite build` of demo app (`npm create svelte@latest`) fails with `ENAMETOOLONG` in `src/exports/vite/index.js` L460 in 'Prerendering' phase when it tries to fork(). https://github.com/sveltejs/kit/blob/96751b0636f1cd511498de1de4d70990079348ea/packages/kit/src/exports/vite/index.js#L460 Root cause...
Paths with env variables, e.g. %USERPROFILE%\go\bin are not working. Apparently, env variables are not being substituted. However, it is very common practice to include environment variables for many different reasons....
Using [email protected] package (which has jazz-midi package as a dependency) in a React app (create-react-app), gets this warning: ```bash ./node_modules/jazz-midi/index.js Critical dependency: the request of a dependency is an expression...
I like NeatJSON - great package! I encountered a need to display JSON objects containing an array with 1000 to 2000 numbers. I was able to make NeatJSON to print...
## Summary Fixes #674 #628 #474 ## Test plan ```bash npm run test ``` There are couple new testcases that exercise deletes near the end of the worksheet rows. They...