Thad House

Results 114 issues of Thad House

On linux, if the datapath doesn't support GSO, we fall back to 1 buffer sends. However, since we have sendmmsg, we can actually segment a large buffer at the user...

good first issue
OS: Ubuntu

In many cases, higher throughput can be achieved between 2 systems by using multiple connections. However, there are some pitfalls to doing this if a user doesn't know the right...

Area: Documentation

``` #define ADDRESS_IN_USE TESTRESULT_FROM_WIN32(10048) ``` If `TESTRESULT_FROM_WIN32` is not defined, the above code will result in the following stack trace. ``` System.InvalidCastException HResult=0x80004002 Message=Unable to cast object of type 'ClangSharp.Stmt'...

The current DS thread model has some pretty major issues. It makes it difficult to know if all data is from the same remote packet, and if the data changes...

The NI implementation doesn't allow us to dynamically change the mask without an allocation. However, there are reasons to want to do this, especially for reading multiple interrupts, so changing...

Lots of requests over the years to make things more configurable. This is a list of things that have been asked for. - [ ] Run commands on robot program...

https://docs.gradle.org/5.0/userguide/managing_transitive_dependencies.html#declaring_participation_in_a_platform Right now its possible for them to all end up with different versions. That is not something we want.

At least at some point, running a deploy would also run tests. We have a flag in vscode to skip this behavior, and it's documented. I'm not actually sure that's...

For 2022, the plan was to move to a staged pipeline, to make deploys more robust. However, this would make it impossible to run a task like file deploy without...

Missing debugging, but does deploy, and now includes an example. Examples need to be updated to actually look like a vision program. Succeeds #412