Bryan Gonzalez

Results 11 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
awaiting yubico action

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...

⚠️⚠️⚠️ Since we do not accept all types of pull requests and do not want to waste your time. Please be sure that you have read pull request rules: https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma...

pr:please address review comments

### 📑 I have found these related issues/pull requests As described in this issue: https://github.com/louislam/uptime-kuma/issues/3069#issuecomment-2418414747 ### 🏷️ Feature Request Type New monitor ### 🔖 Feature description I would like a...

feature-request

I use pebblehost. They provide MySQL databases, but the server has max_allowed_packet set to 16777216 (16M), and we cannot raise it. Bluemap tries to send packets of 25 M. Short...

Adds an example using a docker socket proxy. Implements #131