Eric Haynes

Results 16 issues of Eric Haynes

As there are already types, this simply needs an entry in `package.json` for `"types"` and to be added to `"files"`

# Suggestion ## 🔍 Search Terms function inferred return type alias ## ✅ Viability Checklist My suggestion meets these guidelines: * [x] This wouldn't be a breaking change in existing...

Suggestion
Awaiting More Feedback

### Description When using `@Type(() => Date)` along with an `@Transform`, calling `plainToClass` appears to first run the custom transform, then convert that result back into a Date. ```typescript class...

type: fix
status: needs triage

### Neovim version (nvim -v) NVIM v0.8.1 Build type: Release LuaJIT 2.1.0-beta3 Compiled by builduser ### Vim (not Nvim) behaves the same? N/A ### Operating system/version Arch Linux 5.15.81-1-lts ###...

bug
lua

I've had several instances lately where `eslint` works fine, but `eslint_d` reports `Failed to load config "whatever" to extend from.` These are shared configs that are loaded as npm modules....

### Is your feature request related to a problem? Please describe. Currently, for `api/queues`, the docs state: > The parameter enable_queue_totals=true can be used in combination with the disable_stats=true parameter...

enhancement

I had struggled with this a few times... The cast to the interface is fine when you just want an emitter, but I had issues extending `EventEmitter`. #30 gets to...

If you save sessions (various plugins for this, but they are all wrappers around the native `:mksession`), closing nvim with the view open and then restarting results in a broken...

bug

`Result.fromThrowable` takes a function as an argument, and returns a new function that returns a `Result`. There is no corollary for `ResultAsync`, which really diminishes the utility of the library....