Manuel Baun

Results 19 comments of Manuel Baun

Hey guys, when using the **ws** not **socket.io** lib for websockets, intercepting the websocket upgrade and performe some validation can also be done using the websocket gateway decorator like this:...

I did work on this in my fork in the `feature-continue`-branch. You can have a look there. I have also added a markdown file where I describe what I did....

When I see it correctly, the `then`-method of the `PostgrestBuilder`-class already uses JSON.parse/JSON.stringify. If I do it like you suggested, then data would be already parsed and I had to...

Previously I used your posted suggestion, but the performance aspect lead to this pull request. parse -> stringify-> parse doesnt seem right, if it can happen in one go. Besides,...

> Do you mean in Dart? That's not possible at the moment. alright I got that. >If it's not there, do you get any error messages during the build? no...

Hey guys, recently I was exploring how CRDT can be utilized to build a sync layer. So I did a university project written in Dart. The main purpose was to...

> @Manuelbaun Thanks, this looks very interesting. We'll probably still end up implementing it in Rust and JS respectively. yeah, I also would not recommend to implement it in Dart....

If your app only communicates with a server to sync, then I think it is ok to only persist the logs since the last sync, and after successful sync, you...

Hi, I also came across the need of a generic type `T` for a function that needs to be changeable. since you can't do things like: ```dart abstract class Base...

I got the same issue: turbo: 1.5.5 docker desktop: v4.12.0 pnpm @7.5.0 somehow either `pnpm install` works or the copy of the `full` folder. but not both! ``` # ------------------------------------------------------------------...