Egor Dezhic

Results 6 comments of Egor Dezhic

I'm working on something related here - https://github.com/edezhic/prest/ Simple usage example can be found here - https://github.com/edezhic/prest/blob/main/examples/todo/src/main.rs Besides from/into row it also provides utilities to easily CRUD table derived from...

It looks like the linked commit has already switched a lot of Rc->Arc and im_rc crate can be replaced with im Also, Sync is probably a lot less important since...

I've been thinking about supporting static scenario and I'm interested in it, but I haven't found a good way to implement it yet. Easiest solution could have been to make...

@jonititan That's a fair point that I haven't thought about much. While enabling rust power on the client side is one of the goals, static deployments aren't that important to...

While the fix in #3 worked for me it took a while to understand at which point things go wrong and that the issue is related to tower-livereload. Would be...