Steve Fan

Results 196 issues of Steve Fan

## Type of change ``` - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy...

community-pr

I wanted to get rid of tokio so we can run this with our own runtime of choice (async-std, smol, whatever). This works by removing tokio mpsc but instead use...

Although I can workaround it by generating a random UUID and both server and client agree to use that as a universal identifier, are there any better way to do...

Stemming from #418, I think we need to think about how to let the server has extra data context with the client elegantly, just like actix!

I need this so I can match the kernel dependencies to match the kernel module but I don't want a whole `cargo tree`. I just want to compare the structures...

https://bellard.org/otcc/ Seems to be an interesting case that did not work today.

**Is your feature request related to a problem? Please describe.** Imagine if you have multiple netbird agents on private AWS, Azure networks, and on-premise respectively, can we connect in such...

feature-request

## Motivation In MySQL BLOB types cannot be primary key directly, and instead you must add a simple type constraint outside to make it a primary key indirectly, although it...

Stemming from #305, I think this is a pretty sane issue that is vital to everyone yet nobody talks about it. We can't be putting `_` everywhere and I think...

This PR will address #344 but there is a catch: for some reason the macro just crash saying that something beyond my control: ``` PS E:\Git\github.com\stevefan1999-personal\rust-peg> cargo run -p peg-macros...