Jakka Prihatna
Jakka Prihatna
Hi, It seems the tag for [1.8.0](https://github.com/vorillaz/devicons/tree/1.8.0) points to commits for release of version 1.7.0. I think the _miss-tagging_ is causing people to get incorrect version when using CDN or...
Please bump `tsconfig-paths` dependencies. `minimist
Updated the syntax highlighting rules. This should fixes #1.
The extension manifest (`package.json`) defines the `activationEvents` as: ``` ... "activationEvents": [ "onLanguage:xml", "onLanguage:yaml", "onLanguage:json", "onLanguage:json-tmlanguage", "onLanguage:yaml-tmlanguage", "onLanguage:tmlanguage" ], ... ``` I'm aware that `tmLanguage` file is essentially an `XML`...
The conditional exports in package.json points to files which does not exist: https://github.com/developit/unfetch/blob/ee5810e7f9cd769677984b159d7e250adf4611b9/package.json#L16-L20 This causes the following errors when importing `unfetch` with typescript: ``` Cannot find module 'unfetch' or its...
Does this project use [semver](https://semver.org/) for versioning? If it does, why is there a version `v0.2.16` after `v0.3.0`?  Does `v0.2.16` contains patches for `v0.2.15` which is not compatible with...
Hi, There! This PR add support for passing the time argument as `BigInt`. AS IS, when trying to pass a `BigInt` to `pretty-time`, for example: ```js const start = process.hrtime.bigint();...
### Description This PR changes to the `multiline-comment-style` rule autofix behavior by adding proper spacing to the comment lines AS IS, running the autofixer for `@stylistic/multiline-comment-style` rule with the following...
This commit fix issue related to off-by-one error, due to mixed-use of `0-based` vs `1-based` indexing, and `end-exclusive` vs `end-inclusive` ranges in Neovim API. fix #49