heapwolf

Results 125 comments of heapwolf

I was able to reproduce, the bug seems to be that the first tap on something that should be tappable isn't getting recognized, but all subsequent taps are. I'll look...

what's also a bit interesting is that tap on body *always* responds. ```js document.body.addEventListener('click', function() { console.log('BODY TAP') // tap is reliable }) ``` UPDATE: It also looks like the...

if you want to build the project so that you can contribute, you'll need clang >=15, (FYI you can also just npm install so you don't need to update your...

now you have a new problem, I think because it's in a bad state, what happens if you just delete any artifacts created by that script and do this... ```bash...

would it be possible to show the delta/diff between the vite example that works and your changes?

Did you also change `copy = "src"` to `copy = "dist"`?

someone changed it ;) by default `copy = "src"` (as evidenced [here](https://github.com/socketsupply/socket/blob/master/src/cli/templates.hh#L1662)) so im curious what else may have changed from the demo that works, can you provide a link...

I recently experienced this as well

> I guess maybe a `src` directory could work but the node stuff feels out of place when this module is intended to work in one type of of environment...