John Kelly

Results 27 issues of John Kelly

Go to releases and download newest macOS arm64 build, open it, and folder is `linux-arm64` not `osx-arm64`

Conditional types aren't handled in the `array-type` rule when converting from generic syntax to array syntax ```tsx type ClearError = { values: ReadonlyArray // GOES TO values: readonly T extends...

awaiting response

Clang supports Objective-C and having the ability to generate code for it would be useful for many Apple-centric interop scenarios. ## __Work items__ - [ ] Support `@protocol`s [current] -...

**Describe the Bug** **To Reproduce** 1. Have an incorrect `output` path in the schema ```prisma generator typegraphql { provider = "typegraphql-prisma" output = "../../blah" // Incorrect } ``` 2. Run...

question

Currently all intrinsic paths are x86. ARM and ARM64 paths would benefit from NEON intrinsic acceleration

enhancement
wontfix

#### Description (optional) Versions of the bindings which use the insider preview SDKs. #### Rationale There's a lot of stuff in the insider SDKs that is useful for developers to...

proposal
untriaged

### Idea Introduce PIX bindings for this repo #### Rationale PIX is the officially recommended debugger for DX and support is useful #### Proposed API ```cs // CPU only void...

`this` cannot be disposed during execution of one of its methods. Dispose is an instance member. Call is unnecessary and will just slightly hurt perf

Apple M1 on macOS. I installed `x86_64-pc-windows-msvc` via `rustup target add x86_64-pc-windows-msvc`, and `cargo xwin --target=x86_64-pc-windows-msvc` works great. However, when I added `i686-pc-windows-msvc`, I get a large number of linker...