Coby Geralnik
Coby Geralnik
I'm thinking of looking into this. Any idea if @rich-murphey is still planning on working on this?
@mental32, I talked with Val about helping with this. Any chance you can give me a status of what still needs to be done?
Warp also takes a huge amount of time to compile, as each function which returns ``` impl Filter + Clone ``` adds to monomorphization time. Returning a `BoxedFilter` instead would...
Doesn't seem like share-generics would help here, as that only lets crates share monomorphizations, which isn't the issue here. Why is boxing routes an issue? The only issue I can...
Honestly I just had my specific use-case which was blocking my use, and I didn't have the time or setup to check and test every single database supported. Each database...
I've now added support for all filesystem types supported by Everything stable (Currently NTFS/REFS/EFU/Folder), along with tests for each. When I have some more time I'll add support for more...
Hey, thanks for the review. I updated the code according to your request, and I've also added support for a previous version of Everything, in order to what supporting multiple...
Hey! It's been a while, but I finally got around to rewriting this with a simpler (better?) implementation, using cstruct. I haven't been following any project changes for a while,...
Thanks for the review. I'm vacationing the sea for the next couple of weeks, so hopefully I'll get to this right after that
Hey, I actually totally forgot about this, sorry about that 😅 Going over the comments now and fixing them. Something I just noticed when rebuilding this is that [packaging](https://github.com/pypa/packaging) is...