Patrick Canfield

Results 11 issues of Patrick Canfield

I've used coc.nvim for a while with a variety of languages and I'm trying to get started with Elm. I've installed this language server and its dependencies in my local...

Holding down RMB puts me in Fly mode in which I can walk around like in the normal Hubs experience (or should be that way, at least.) For me, however,...

## Summary There were some comments in the accidentally closed clone of this PR https://github.com/XRFoundation/XREngine/pull/6996 ## References closes #_insert number here_ ## Checklist - [ ] If this PR is...

### Current Behavior I created a sprite and added it to a particle container and set the sprite's visible property to false. Result: the sprite is visible despite its visible...

Hi! I noticed that cannon.js has a large suite of unit tests that seem to have not been ported over to this fork yet. Wondering if you'd be interested in...

help wanted

Maybe I'm missing something very obvious, but when I use this codemod as described in the README against files using the `.extend` API, those files remain unchanged. NPM version: 6.10.2...

Steps to reproduce: I haven't figured out how to reliably reproduce it. Seems like it might be a race condition? Anyway, if I import "pixi3d/pixi7" _sometimes_ this crash occurs.

# Steps to reproduce 1. start `node` interactive shell 2. import("pixi3d/pixi7") # Stack trace ``` Uncaught Error: Unrecognized source type to auto-detect Resource at autoDetectResource (file:///.../node_modules/@pixi/core/lib/textures/resources/autoDetectResource.mjs:15:9) at new _BaseTexture2 (file:///.../node_modules/@pixi/core/lib/textures/BaseTexture.mjs:46:64)...

I believe this fixes #2147 ## Description Instead of passing the element that the request was triggered on, `ajax` is passing `null` which causes `issueAjaxRequest` to default to the BODY...

bug
needs test

### The feature request I would like to have a way for my git hook scripts to know if they're being run from Github Desktop, as opposed to another interface...