Taylor

Results 10 comments of Taylor

Same on my Mac. This worked in previous versions (can't remember which). I can't get 1.0.0 running on my Mac now (sits at empty terminal), but I know it used...

I am seeing a similar issue to @davamale. Randomly I'll get my "lost connection" alert that is tied to the "disconnect" event. A client actually asked me today why he...

@mp3il yeah. Here is my "com" class, responsible for handling all socket communication. You'll see I deal with connect/disconnect issues by using a callback queue. It works fantastically, but I...

That's why I call .disconnect() on any previous socket instance before creating a new one.

Also, this only forces a reconnect when an action is taken (see connect() in all the other methods). If the app is sitting socket gets a chance to reconnect on...

@JoshuaKGoldberg - thought I was commenting on this earlier 😂 - hoping you can hop in and get this over the line if @gund is tied up! Thanks to you...

Hey there! I do not offer support for the code. It's supplied as is.

`date-fns` pushed a breaking change and we're having issues in our projects. It would be helpful to either upgrade to `date-fns` to the latest or to replace it entirely (based...

@JoshuaKGoldberg - thanks for doing this. I'll have to disable the deprecation plugin for now, just to get the rest of our ecosystem onto eslint 9, but I'll be following...

Same problem without our CLI tools here: https://github.com/sprucelabsai-community/spruce-cli-workspace 1. `cd packages/spruce-cli` 2. `bun build ./src/index.ts --compile --outfile=spruce` 3. `./spruce`