Hideki Igarashi
Hideki Igarashi
I want to use emphasis and strong in the middle of a word. Example: ``` abc*def*ghi abc**def**ghi ``` Expected Output: ``` abcdefghi abcdefghi ``` Actual Output: ``` abc*def*ghi abc**def**ghi ```...
Currently, License Finder only supports npm v6. It barely works, as it can load lockfile v2. However, projects using [Workspaces](https://docs.npmjs.com/cli/v8/using-npm/workspaces) do not work properly.
I want to deploy a project with a Node module on a private registry added as a dependency. I configured `.npmrc` following: ``` //npm.pkg.github.com/:_authToken=${NPM_TOKEN} @scope:registry=https://npm.pkg.github.com ``` However, I cannot pass...
**Description:** The test fails when run on non-x86 architectures such as Apple Silicon. The return value of `os.arch()` can be replaced using Jest's `spyOn()` so that tests can be run...
react-textarea-autocomplete is a great library. However, this library is tightly coupled to the textarea, making it difficult to customize the textarea. Make it customizable by implementing the components on my...
Currently, It is only confirmed when the tab is closed or when clicking a link.