Sam Duke

Results 33 issues of Sam Duke

Currently Typechains generates output types that are an intersection (`&`) between an array and an object, like so: ```( [string, string] & { prop1: String, prop2: string } )``` We...

Is it possible to release the connection to the device after talking to it? e.g. return the mouse to the system.

question

Hi, is it possible to have the trigger firing be more strongly typed/parameterised? Specifically - to the params provided. It would be nice to force using of a certain number...

If `module` is set to something like `src/functions` the plugin fails as the package zip filename has a '/' within it

Bit of an unusual Q / feature request for you - is there any way with this tool or others to emulate an eGPU and actually render on the CPU....

* **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request => Please do not submit support request here, see note at...

**Description of the enhancement:** It looks like the OpenAPI VSCode extension can generate a server stub or client implementation - it doesn't, however, look like VSCode's intellisense understands the link...

kind/enhancement

It would be useful to have an intermediate class I can subclass that just deals with setting a credential. `GROAuth2SessionManager` could subclass that. Then I can use one session manager...

The OAuth2 spec makes no connection between refresh tokens and expiry. It's possible to have one without the other. Specifically - [section 4.4](http://tools.ietf.org/html/rfc6749#section-4.4) says there SHOULD NOT be a refresh...

**Describe the bug** I've tried 2 or 3 times to work out how to use this to generate stubs for a custom micropython build for the RPi Pico W but...

Documentation