Haltarys

Results 16 issues of Haltarys

```js var match = /^(-?(?:\d+)?\.?\d+) ``` Could simply be replaced with: ```js var match = /^(-?\d*\.?\d+) ``` The `\d+` matches a digit one or more times. This match is then...

## I'm submitting a... [ ] Regression [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

Would it be possible to add ZSH autocompletion to the commands? It would be very useful, especially to autocomplete man pages.

enhancement
good first issue

**Describe the bug** I can't use the keyboard shortcut `Ctrl+Shift+R` to refactor my code because it is shadowed by this extension. **To Reproduce** 1. Install Thunder client. 2. Open a...

bug

**Describe the bug** I can't use the keyboard shortcut `Ctrl+Shift+R` to refactor my code because it is shadowed by this extension. **To Reproduce** 1. Install the extension. 2. Open a...

### Feature Title says it all. I'd like the following content to be rendered as if the commented lines were ignored. Right the preview doesn't load because this is technically...

## Current behaviour I have a project with `@koa/cors@^3.3.0` installed as a dependency. Changing it to `devDependencies` updates it to the latest version `@koa/cors@^3.4.3` respecting range. ## Expected behaviour Changing...

bug
node dependencies

I am making a small react project with [Material UI](https://mui.com/) and [React Router](https://reactrouter.com/). I want to implement a tab system with transitions following the [documentation](https://mui.com/components/tabs/#full-width). To do so, I use...

## Example code ```ts declare function acceptsSuperhero(superhero: { name: `Super${string}` }): unknown; acceptsSuperhero(1); // Argument of type 'number' is not assignable to parameter of type '{ name: `Super${string}`; }'. ts(2345)...

# Error Text An index signature parameter type cannot be a literal type or generic type. Consider using a mapped object type instead. # Supporting Information Please provide other information...