Michael McQuade

Results 10 issues of Michael McQuade

The example has the following code: ```csharp void Update() { #if !UNITY_WEBGL || UNITY_EDITOR websocket.DispatchMessageQueue(); #endif } ``` I was looking over the [`#define` directives](https://docs.unity3d.com/Manual/PlatformDependentCompilation.html) and it looks like to...

If the package is used in a javascript project, a warning is thrown: > warning " > @vercel/[email protected]" has unmet peer dependency "@types/node-fetch@2". If this was moved to dev dependencies,...

Children are already optional because they are null checked before being used, but this makes it so TypeScript won't complain if you don't include children.

There was a typo in the unity editor. Orgre -> Ogre

### Bug description Currently, it seems any time you create a record with type `timetz` the time is automatically converted to be in UTC. In my case, I would like...

bug/2-confirmed
kind/bug
topic: dates / DateTime
team/client
topic: timezone logic related

Currently running the command prints "Found 0 Elements" on all pages that don't have a details element. This initially misled me to believe the tool wasn't working. This PR simply...

size/XS
dco-signoff: yes
needs-ok-to-test

This PR updates the issue links throughout the codebase to use the coder repo.

The docs show how to handle errors in a middleware by using `huma.WriteErr` [here](https://huma.rocks/features/middleware/#errors) with the following code: ```go func MyMiddleware(ctx huma.Context, next func(ctx huma.Context)) { // If there is...

### Description Presently, if configuring a docker client (in golang), docker is using the system `ssh` binary by executing a crafted command. This happens in connhelper.go https://github.com/docker/cli/blob/master/cli/connhelper/connhelper.go#L51-L65 Golang offers a...

kind/feature
status/0-triage