Tobias Hernstig
Tobias Hernstig
We want to disallow the usage of `style` attributes as it breaks some common [CSP directives](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP). Would it be possible to add such a rule?
This is the same issue as fixed here https://github.com/jorgebucaran/fisher/issues/611 Currently `nvm_data` is set to something like `nvm_data:/home/userA/\x2elocal/share/nvm` which makes it harder to sync the fish_variables file. This could be solved...
When `resave: false` and `rolling: true` then the store will update the top-level `expires` in the session database on each request. express-session will also update the cookie and send it...
Most editors and code review tools often highlight trailing white-space as a "fault". Either marking them red or similar. Since commonmark supports both two spaces or a backslash to render...
Currently the API uses `inmemoryBlockOnConsumed` as an option, but it would be better if `inMemoryBlockOnConsumed`. It is obviously more correct (camelCase), easier to read and it also does not give...
It would be amazing if httpie could default-install completions for the awesome fish shell. Reference: https://fishshell.com/docs/current/#where-to-put-completions Example of other great tools that does this: ```sh ll /usr/share/fish/vendor_completions.d .rw-r--r-- 4.4k root...
[Feature]: Closing stale issues and PRs automatically - do not close issues with X amount of upvotes
### 🚀 Feature Proposal Would it be possible that the bot that closes issues automatically does not close them if they have let's say 10 upvotes? ### Motivation Upvoted issues...
I could not find any documentation in regards to `FZF_PREVIEW_FILE_CMD` and `FZF_PREVIEW_DIR_CMD`. My initial thought it would be the commands used automatically if I do `fzf --preview`. But seeing as...
> What is the problem you're trying to solve? When creating a `.stylelintrc.json` as per the [Getting started](https://stylelint.io/user-guide/get-started) guide, it does not allow for comments. Ideally when some rules are...
https://github.com/jaredhanson/passport/blob/e1e4e1f0c225eea32b196c5be7f7a95c4af38bf1/lib/authenticator.js#L45-L59 `Authenticator.prototype.use` should have `@param {Strategy|undefined} strategy` as its type (or ``@param {Strategy|undefined|null} strategy`, as otherwise editors supporting type inference from JSDoc cannot parse function call properly when not using...