Charlie Hess

Results 11 issues of Charlie Hess

I'm trying to add an `OutlineEffect` with code that mirrors the example in the [docs](https://github.com/react-spring/react-postprocessing/blob/master/api.md#custom-effects): ``` ts import { useContext, forwardRef, useMemo } from 'react'; import { EffectComposer } from...

bug

* Add a BrowserView from the main process * Open the task manager * Select the BrowserView process * Click the _Open DevTools for Process_ button

After generating the `windows.ui.notifications` module, trying to build it for Electron using `--msvs_version=2013` resulted in: ``` PS C:\Users\Charlie\Documents\NodeRT\output\windows.ui.notifications> node-gyp rebuild --target=1.2.7 --arch=x64 --dist- url=https://atom.io/download/atom-shell --msvs_version=2013 gyp info it worked if...

I've got a [fork](https://github.com/charliehess/IsoSpriteSorting) where I've refactored this and put in a variety of improvements for my game. This PR is accidentally all Zenject, so ignore the diff—the gist of...

Rather than using `Update` and comparing properties every frame, this whole thing can be simplified using the `TextMeshPro.OnPreRenderText` event, which was purpose-built for modifications like this. [Here's a forum post](https://forum.unity.com/threads/reveal-effects-through-animating-vertex-positions.927344/#post-6069747)...

Right now player timeout is configurable, we should also add options for: - Blind levels - Starting chip stacks - Time between raising blinds (needs additional work)

enhancement

And add the option to display leaderboards, stats on the biggest pot, etc.

enhancement

When a player bets all their chips, these actions are still labeled as "bets" or "raises." It would be helpful to note that these are all-ins, and provide an "all-in"...

enhancement

Right now when a player bets, it is added to the pot immediately. If all players fold, the winning player gets their bet back in the pot, but the _player...

bug

Right now the game is structured in tournament form; each player starts with $200 and blinds are fixed at $1/2. It would be cool to have the option for a...

enhancement