Ade Attwood
Ade Attwood
When rendering a document in to JSX you cannot use a `'` in the title. The resulting JavaScript code results in a syntax error. For example, the following document. ```org...
Hi `vscode-conventional-commits` contributors, I am a maintainer over at commitlint. We have been putting together a PR to introduce regexs in to the `scope-enum` rule. I thought I would dorp...
There have been a few comments on #233 on have to use commitlint with GitLab CI. Now we are crating a new top level heading on our docs for "Integrations"...
In the user can function should it use the logged in users id form the app not using the podium id that is different to the `Yii::$app->user->getId()` like ~~~php $access...
Is anyone else having an issue with `$index` not being the same as the record id? Because my database id's start at 1 and the index being passed into the...
Passing null as the second parameter is deprecated in PHP 8.1. When using the `legacyConstruct` function the `htmlFuncFlags` are never set and passing null into `html_entity_decode`. This move setting `htmlFuncFlags`...
## Problem to solve As mentioned by @arnevm123 in https://github.com/AdeAttwood/ivy.nvim/pull/81#issuecomment-2188204019 > Also, should the keymaps for the window be configurable? Most of them seem very intuitive and don't need changing...