Lev Chelyadinov

Results 63 issues of Lev Chelyadinov

[pnpm](https://pnpm.io) is faster, more space-efficient, has a subjectively better command-line interface and prevents hard-to-debug problems from undeclared dependencies. Coincidentally, this last benefit is the reason why some JS packages don't...

TYPE | workflow

This one's badly needed. It's very hard to see what this plugin has and what it doesn't. Is there a sole `TimePicker` widget without the calendar or a way to...

**Is your feature request related to a problem? Please describe.** It seems like only `ts` works with Monaco code blocks now, not `tsx`. **Describe the solution you'd like** I'd like...

enhancement

**Is your feature request related to a problem? Please describe.** Regular syntax highlighters make you choose between highlighting language syntax or diff lines (with `lang=diff`). Even then, the highlights are...

enhancement
pr welcome

Imagine you have a JS file which exports some enum: ```js export default Object.freeze({ TOP_LEFT: 'top left', TOP_RIGHT: 'top right', }); ``` You want your prop to be one of...

This particular issue is about the current 4.0.0 beta, but it may affect the stable release as well. The margins between the screen and the text are just too big....

### Problem description I want to test that my `` calls the necessary function upon moving the slider thumb to a particular value. So far, it doesn't seem to be...

enhancement
needs specification

Layouts allow providing Svelte components to be rendered instead of certain HTML elements that markdown generates, but that doesn't seem to apply to `` or `` elements. Perhaps this has...

enhancement
assigned

## Summary Revise the Provider API in a backwards-compatible way to support the autocompletion features provided by the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_completion). ## Motivation The current Provider API has a number...

### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...