Aral Balkan

Results 312 comments of Aral Balkan

> @aral I should be able to get to the rebase later this week. Yay, thanks! Please also see my branch for fixes you might want to copy over. >...

@jeffturcotte Also, please see 6d5e03fa81dc4a2d4ea4500721d72ddaea06be65 by @Renerick – that fixes `hx-vals` not being sent correctly for WebSocket calls in v2.0v2.0 just so we don’t miss it off of this PR.

@jeffturcotte Hey Jeff, just a quick head’s up, I’ve gone ahead an added a fork of htmx 2 and htmx-ws based on your work to [Kitten](https://codeberg.org/kitten/app) along with a little...

If I remember correctly, Vite uses esbuild and this is an esbuild issue… right found it: https://github.com/vitejs/vite/discussions/2785 https://github.com/evanw/esbuild/issues/1626

Another update: problem resurfaced and this time I had to `rm ~/.config/sublime-merge/Local/'Auto Save Session.sublime_session'`

Similar experience on Node v10.16.0 on Linux (Pop!_OS 19.04; based on Ubuntu 19.04) ```sh Creating a new Proton Native app on /home/aral/sandbox/my-app Installing packages... This may take a few minutes....

Update: after deleting the `node_modules` folder in the generated app and running `npm i`, it worked. However, this was the output during the npm installation process (I snipped it as...

Note: the only bit I’m not sure of in this is whether the `applyTo()` function will have the correct scope for `this` (I’m not using this/haven’t tested). @HenningM, could you...

@sberlinches If you need it right now, please feel free to use it [from my fork](https://github.com/aral/express-ws?organization=aral&organization=aral) until it’s in master. I’m using it in production with [Site.js](https://sitejs.org) to power [our...

No worries and thanks for the report. I’ll investigate today and update when I have something. __Update:__ Verified; now tracking here: https://source.ind.ie/site.js/app/issues/127