Greg Slepak

Results 297 comments of Greg Slepak

@snowteamer So I am 100% sure that this is not caused by a change to a file in `shared/`. Instead it happens sometimes shortly after the server comes online after...

@snowteamer proof that this isn't a problem with browser sync! It still happens on port :8000! ![Screen Shot 2023-05-27 at 11 29 27 AM](https://github.com/okTurtles/group-income/assets/138706/1908a597-8bf8-4b70-9917-e15829b2fd24) ![Screen Shot 2023-05-27 at 11 29...

@snowteamer Over on Slack [I mentioned](https://okturtles.slack.com/archives/C0EH7P20Y/p1685213354666989) that I saw this in a previous backend log when the banner came up: ``` Debug: connection, client, error Error: read ECONNRESET at TCP.onStreamRead...

If the web socket stuff isn't working well, we could consider also switching to [`EventSource`](https://developer.mozilla.org/en-US/docs/Web/API/EventSource)...

Also, for TCP servers, where's the async nature of the server? All this packet parsing seems synchronous, so how are gigantic messages handled without taking down the server?

Well, I don't think we want to store it under the member's identity contract, because we want it to be stored in a central place related to the group. We...

+1 (and thanks for sending this in!)

This project seems abandoned, I'm guessing anyone can pick it up, fork it and add a "2" to the end of the name (as long as they plan to maintain...

@Harsha509 wrote: > i will take the ownership of this npm can you please allow me to update this. **[Never, ever, give ownership of your repo to a random person,...

> ``` > export DYLD_LIBRARY_PATH=`brew --prefix molten-vk`/lib > ``` Thanks @ph1lm!! That worked!!