Alexander Kachkaev
Alexander Kachkaev
Iām working on creating `@company/markdownlint-config` and have a question about this statement in the docs: > JS configuration files must be provided via the `--config` argument; they are not automatically...
I have a project with a local data folder, which is listed in all `.*ignore` files. When this temp folder gets quite large (more than 10K files), Markdownlint seems to...
## š What is the purpose of this PR? When reviewing #899, I noticed [one case of unnecessary condition spotted by LGTM](https://lgtm.com/projects/g/hashintel/hash/rev/pr-e05bdd412ffc66afab6228f325748588d5efad5d). It turned out [a corresponding ESLint rule](https://typescript-eslint.io/rules/no-unnecessary-condition/) was...
## š What is the purpose of this PR? ## ā ļø Known issues ## š« Blocked by - [ ] ... ## š¾ Next steps ## š What does this...
## š What is the purpose of this PR? ## ā ļø Known issues ## š« Blocked by - [ ] ... ## š¾ Next steps ## š What does this...
`TODO:` figure out how we can use native `div`, `p`, etc. functions something like `toHtml` (like we do with specs using `toVegaLite`). `Thought:` Should we reserve `h` / `html` for...
š @d4rkr00t! Thanks a lot for this awesome package! Iād like to share one issue I could not resolve myself, it is to do with React fast refresh in Next.js....
I have a project that depends on `[email protected]`, which seems to be the latest version. When running `yarn audit`, this error shows up since a few days ago: ``` āāāāāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā...
MWE: https://github.com/kachkaev/next-page-transitions-hash-mwe ## Default next.js behaviour ``` yarn dev ```  ## After adding `next-page-transitions` ``` PAGE_TRANSITIONS_ENABLED=true yarn dev ```  As you can see, navigating to `/long-page#some-anchor` works the...
Closes #135