Warren Seine

Results 30 comments of Warren Seine

@mayeut It looks like all your PRs are ready: - https://github.com/giampaolo/psutil/pull/2040 - https://github.com/giampaolo/psutil/pull/2102 - https://github.com/giampaolo/psutil/pull/2103 Any hope to see this merged soon and unlock this new wheel architecture? Thank you...

Note that this could perfectly be a bug in asdf or in its Homebrew recipe.

Yes, `asdf` also works on my machine. The problem is that VS Code doesn't load my `.zprofile` (and that's expected!) so it's not aware of the `$ASDF_DIR` environment variable.

Yes, don't install asdf from Homebrew. Install it using the Git [method](http://asdf-vm.com/guide/getting-started.html#_2-download-asdf).

I did notice this issue too. If it helps, I took an old demo of yours, updated the code to bump dependencies, including `postprocessing` to its latest version, and it...

I know this will be tricky to read, but please bare with me. Here's a screenshot of Spector.js (a WebGL debugger) running the same scene of the above sandbox. On...

Hey, disabling autoclear seems to work! ``` ``` There are probably side-effects to this workaround though.

Here's an [updated sandbox](https://codesandbox.io/s/react-postprocessing-outline-demo-forked-zelix) (which works here). The versions are the ones you list.

No, the original example didn't support unselecting either. Not sure why. I doubt TypeScript makes a difference. Could you try running your example through Spector.js and compare it with mine...

I confirm that I only tested on meshes, not groups. Considering that [the selection is added to a layer](https://vanruesc.github.io/postprocessing/public/docs/file/src/effects/OutlineEffect.js.html#lineNumber593) and that [groups cannot be added to layers](https://discourse.threejs.org/t/group-and-layers/4014), I'm not surprised...