Tanguy Krotoff
Tanguy Krotoff
When using Nvidia Web Driver with a [MSI GeForce GTX 970 GAMING 4G](https://www.msi.com/Graphics-card/GTX-970-GAMING-4G.html), I randomly get `Error allocating 0x800 pages` at boot time in verbose mode. I couldn't fix this...
[Conventions Commits](https://www.conventionalcommits.org/en/v1.0.0/) and [Angular conventions](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines) don't use a capital letter after colon: none of their examples use a capital letter after colon. action-semantic-pull-request examples should not deviate from the conventions...
### Guide in question Post-Install guide ### Link to page with the issue "Universal" section I guess (or maybe "Miscellaneous") ### Clearly explain the issue Enabling TRIM is important for...
v4.2 features spinner. They can be embedded inside a button: https://getbootstrap.com/docs/4.3/components/spinners/#buttons Would be nice to be able to also embed a spinner inside an input. Sometimes you have fields that...
See https://github.com/jsdom/jsdom/issues/3712#issuecomment-2097679026
Validation is missing: you can avoid entering a name and still go to the next step and also submit the registration
[Object.freeze()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze) is not recursive Possible implementations: - https://gist.github.com/tkrotoff/e997cd6ff8d6cf6e51e6bb6146407fc3 - https://github.com/christophehurpeau/deep-freeze-es6 - https://decipher.dev/30-seconds-of-typescript/docs/deepFreeze/ - https://learntypescript.dev/10/l5-deep-immutable - https://github.com/search?q=deepfreeze+language%3ATypeScript&type=code Related Lodash issue: https://github.com/lodash/lodash/issues/4295
Check https://stackoverflow.com/a/3789144
The generated npm package contains files that are randomly named like chunk-GUY7XK43.mjs. Please make the npm package files human friendly. This makes the source code difficult to debug (in the...