Justin LeFebvre
Justin LeFebvre
# Task Description Over [here ](https://github.com/amethyst/laminar/blob/master/src/net/socket.rs#L196) we allocate a new vector for dropped packets. In a perfect scenario, this should be avoided. # Task TODO There is likely a way...
# Task Description We currently have an issue where, when a user isn't familiar with how our acking model works, the protocol gets further an further behind trying to send...
# Task Description Reactivate the macOS build when we have a stable build machine. The build is currently disabled. # Task TODO - [ ] @fhaynes should take care of...
Since the library is actually using the urlfetch module when running on appengine, we really should be using `urlfetch.get_default_fetch_deadline()` to set the default deadline for fetch requests.
For example, if we would like to match against an occurrence of one or more actual bytes (like 7c or FFFF) we should be able to. This would take a...
It would be really neat to have a library to do this. Here's an example of another project that does a similar thing. https://github.com/d0c-s4vage/gramfuzz
## Description When trying to cancel scheduled tasks with their corresponding `CancelationSource`, I noticed error logs were constantly being emitted. The root cause of this turned out to be that...
This can be worked around by also registering MySQL or some other DB's OptionTypes but seems like that shouldn't be necessary.
While I'm in the process of converting my application from Serilog to ZLogger, I'm occasionally seeing the following error when I deploy my service to AWS in a linux based...