Jeff Wendling

Results 24 issues of Jeff Wendling

A common issue that everyone will hit when using DRPC is how to handle concurrent RPCs. We should have some answer for this.

enhancement
help wanted

Add support to generate python servers and clients. If you use gRPC with python, I could use some help with answering questions like: - is async like, a thing for...

enhancement
help wanted

Before hover: ![image](https://user-images.githubusercontent.com/96925/179418006-87168a2a-f1c7-4839-89f4-777aa2c9987c.png) After hover: ![image](https://user-images.githubusercontent.com/96925/179418054-389a8e04-81cf-4d51-9951-2422cb82a289.png) Notice the vertical line being drawn that wasn't drawn before coming out of the `JMP 0x514b2e` instruction.

- [ ] Capacity planning - [ ] On-disk layout - [ ] Benchmarking numbers in context

documentation

sqlite3 supports this easily, whereas postgres will require doing an `on conflict update` setting every single column to either the create value or a default value.

enhancement

People like mysql. We should add it as a dialect.

enhancement
help wanted

The schema to create the table for the following model fails on sqlite3: ``` model entry ( key pk field pk serial64 field when utimestamp ) ``` The problem is...

enhancement

We should have a `crud user.pk ()` or something. maybe just `rud` ?

enhancement