Bryan Gonzalez

Results 6 issues of Bryan Gonzalez

Not sure if there is a reliable way to determine if a commit is a pull request from within all CI environments, but would like to see the option explored...

**Describe the bug** If I use `Class::class` as a switch case, intelephense doesn't detect that I've used an undeclared symbol. **To Reproduce** Use `Class::class` as a switch case literal but...

Before: ```typescript import p5 from "p5"; export interface HasBoxSize { get boxHeight(): number; get boxWidth(): number; } export type HasId = { id: number | string }; export interface XBounds...

```shell osslsigncode verify -CAfile /etc/ssl/certs/ca-certificates.crt -in ./nhm_windows_3.1.0.11.exe Current PE checksum : 03B786AA Calculated PE checksum: 03B786AA Signature Index: 0 (Primary Signature) Message digest algorithm : SHA1 Current message digest :...

When building an executable the native AOT compiler, Yubico.NativeShims.dll is output next to the executable instead of being trimmed away. There are also no compiler warnings about dependencies having trimming...

enhancement

Hi @RoboPhred, I realize I haven't so much as asked you a question yet, but I wanted to thank you for all of your help. I was able to develop...