Eric NICOLAS

Results 11 issues of Eric NICOLAS

Consider this external library I'm consuming: ```typescript export declare function doSomethingWith(items: string[]): string; /** @deprecated Pass arguments in a single array instead `doSomethingWith([a, b, c])` */ export declare function doSomethingWith(...items:...

bug
help wanted
typescript

**Summary of fixes:** ```diff # Extraneous "the" -and the the return type +and the return type # "little-used" is the proper adjective -a little used feature +a little-used feature #...

Here's a [demo Stackblitz that illustrates the problem](https://stackblitz.com/edit/ncstate-sat-popover-issues-hloak6). I just: - forked [the issue template](https://stackblitz.com/edit/sat-popover-issues) - **updated all dependencies** (except `core-js` [for that reason](https://github.com/stackblitz/core/issues/930)). NB: Actually, the opening animation does...

bug

Added support for cat options, initially inspired by the code authored by @seme1, shared in his issue (#31). Includes testing. Fixes inconsistent line endings in one file. Fixes #31.

Fixes atom/github#1716. Added mention of the undo discard functionality, as redesigned with atom/github#1702. I tried being simple and concise, and to match the writing style of the rest of the...

Hello @ericallam 👋 I wanted to take a look at this and started playing with the project, but couldn't get it set up... I didn't want to open an issue...

### Description The `#scrim` overlay displayed in narrow layouts when the drawer is open does not properly cover the `[main]` element when some its content has a positive `z-index`. ###...

Fixes issue #153 by creating a stacking context on the `[main]` content so that all its potentially `z-index`ed children are stacked within a context scoped to that element. ## Introduced...

cla: yes

Thanks for this excellent extension! It would be awesome to support Gnome 46, which was released very recently and (I believe) will ship with Ubuntu 24.04 next month! I'm currently...

enhancement

## The Issue When setting up `kickstart.nvim` into my fresh `neovim` installation, the `LuaSnip` build fails with an assertion error. -- The specific step appears to be: `build: cc -shared...