Kyle Kirbatski

Results 13 issues of Kyle Kirbatski

This code was added pretty recently to force the texture's encoding to match that of the renderer's encoding: https://github.com/pmndrs/drei/blob/6964043afe2c30af7cb5e07411c49aca2de79a2c/src/core/Image.tsx#L105 But it seems this is only needed because react-three-fiber overrides the...

I noticed that the use of references is incorrect, at least in the way that I believe the library is meant to be used. When calling `registerField`, you are passing...

**Describe the solution you'd like** It would be nice to only have to install one module and allow the bundler to tree-shake the unused hooks. Just a thought.

While `useRef` will only set `current` once, it will still call `register` on each render. Which seems to me like an undesired side-effect.

# ↪️ Pull Request Parcel shouldn't ignore the existing tsconfig's module resolution. This PR moves the `moduleResolution` property up before the expansion of `config`. That way if the user provides...

As the title says, I had to clear the cache to see my subscriptions in the home Reddit. I tried closing the app several times and pulling to refresh.

I activated the theme and got the following error: **Atom Version**: 0.194.0 :warning: **in 1.0 API Preview Mode** :warning: **System**: Mac OS X 10.10.2 **Thrown From**: [yosemite-unity-ui](https://github.com/k9ordon/yosemite-unity-ui) package, v0.3.13 ###...

Changed the exit event to be 'close' since 'exit' can be sent even though the stdio streams are still open. The alternative is to use the 'close' event which is...

Hello. It seems to me like gorillascript is no longer being actively maintained. I would love to be able to contribute heavily to this repo, but I find my biggest...

Basically what I'm wanting to do is tell GorillaScript to generate a macro function from something like the following: ``` let a = @tmp \a ASTE let $a = true...