Sebastian Malton

Results 129 issues of Sebastian Malton

Without these typescript 4.9 complains when used with `(req, res) => {}` expression and not being able to find the correct type.

**Description:** If I run the following code ```ts import { Packr } from "msgpackr"; const packer = new Packr({ moreTypes: true, }); const data = packer.unpack(packer.pack(() => 10)); console.log(data); //...

resolves https://github.com/kriszyp/msgpackr/issues/130

This would be very useful since it is now part of the ES standard.

**What would you like to be added**: More keyboard shortcuts. Such as: - Add new sync target for kubeconfigs (while viewing the catalog) - Scrolling pod logs - Creating/saving edits...

enhancement

Sometimes when I am working with a monorepo of many workspaces with intermittencies I encounter the following error: ``` npm ERR! Cannot read properties of undefined (reading 'extraneous') ``` Which...

### Feature request It would be nice to be able to send keyboard events to the application when electron testing, not just to pages and frames. This should be able...

P3-collecting-feedback
feature-electron

Rendered: https://github.com/Nokel81/rfcs/blob/get-mut-refs/text/0000-get-mut-refs.md Previous IRLO discussion: https://internals.rust-lang.org/t/add-as-mut-ref-for-slice-or-array/14199/ Previous Zulip discussion: https://rust-lang.zulipchat.com/#narrow/stream/219381-t-libs/topic/GetMutRefs

T-libs-api

**Describe the bug** I am trying to write a unit test to verify that some `useDrag` cannot be dragged under some conditions however the way that I have found to...