molsson
molsson
When a user does a password reset / changes his password, it makes sense to drop all sessions for that user. Currently the user id is stored inside a json...
I have a project where I have used react-linkify successfully for several years. I'm currently upgrading this project to ESM (i.e. I'm putting "type": "module" into my own package.json file)....
The "babel-plugin-react-css-modules" npm package allows you to write CSS module references using styleName="my-css-class" instead of className={styles.MyCssClass}. It would be really neat to have vscode-css-modules understand such styleName="" attributes. Details: https://github.com/gajus/babel-plugin-react-css-modules
### Exact URL of where the bug happened https://lichess.org/analysis/qbrbrbbb/krbrbrb1/rbnbrbrb/qrbnbrbr/qqrbrbrb/qqqrbrbr/qqqqrbPb/qqqqqrbK_w_-_-_0_1#4 ### Steps to reproduce the bug 1. load url https://lichess.org/analysis/qbrbrbbb/krbrbrb1/rbnbrbrb/qrbnbrbr/qqrbrbrb/qqqrbrbr/qqqqrbPb/qqqqqrbK_w_-_-_0_1#4 2. move pawn h3, g4, f5, e6 (while moving bishop back...
### Exact URL of where the bug happened happened in this game: https://lichess.org/mR6neprGOVt2 ### Steps to reproduce the bug When I hovered over the opponents name it shows his ongoing...
 $ echo -e "const x = 1\nx = 2\nconsole.log(x)" > main.js $ deno lint main.js No complaints from "deno lint" even though deno run crashes when it executes. The...
 echo -e "foo()\nlet x" > test.js deno lint test.js Deno lint finds the unused "x" but it doesn't warn me that I forgot to import foo(). If I try...
npm init -f npm install string-entropy echo 'import { entropy } from "string-entropy"; console.log(entropy("correct horse battery staple"));' > main.js $ node main.js node:internal/modules/esm/resolve:274 throw new ERR_MODULE_NOT_FOUND( ^ Error [ERR_MODULE_NOT_FOUND]: Cannot...