Thad House

Results 114 issues of Thad House

I have a project that doesn't set JAVA_HOME, but instead uses the java.home vscode setting from the redhat java setting. The gradle extension currently supports this. However redhat is changing...

enhancement
ai-triaged

Many build systems today are able to read a compile_commands.json file in order to provide intellisense and formatting services. Gradle should have a task to generate this file for native...

I'm working on some plugins, and one of the things that would really be helpful would be to have a way to get the toolChain path from having a Gcc,...

In the old Software Model, we have a cross compiler setup which is performed by extending `AbstractGccCompatibleToolChain` with our own functionality (We tried many different ways and this was the...

We have a software model build, where we use 1 base component to build all the objects, and then other components to actually link those objects together. We do this...

a:sample

We have an artifact server that uses TLS 1.0 (we are trying to update it, but we don't own the server the files are hosted on), and whenever anyone tries...

stale

I am attempting to use this library in Java 11, and whenever I try to create a `JsonRpcServer` is get `java.lang.ClassNotFoundException: javax.servlet.ServletInputStream`.

https://github.com/wpilibsuite/2024Beta/issues/51 was caused by a class being removed, and then the method loading failing later on when called. Due to how we load the method, this actually just results in...

type: feature
component: hal

Static JNI loading is impossible to catch, and results in weird error messages Also, only robot projects use it. All the tools explicitly disable it because they load a different...

build

Currently, the digital filter API is very bad and complicated to use. Update the API to match the way LabVIEW does it. WIP, still needs both Sim and high level...

component: wpilibj
component: wpilibc
component: hal