Jaci Brunning

Results 9 issues of Jaci Brunning

Supports both C++ and Java, JNI support not included for the time being

Bundle source files into their own jar / zip, and place them in a known location on the RoboRIO (example: `/home/lvuser/sources/{project_name}-sources.jar`). This can be useful in recovering code from a...

feedback wanted

Add a task to force-download and cache of all dependency configurations. Possibly add a way to store in a maven repo in order to provide event support (i.e. CSAs and...

enhancement

Due to unfortunate timing, it sometimes only merges the most recent project in the pipe.

When deleting an entry with NetworkTables (i.e. `table.getEntry("myEntry").delete()`), the key remains in the outline viewer (and the tab, if a widget is present). If the widget is not present in...

Calling ForceSetUpdate from a restarted instance of NetworkTables does not update the entries in shuffleboard (in this case, a button). This can be confirmed looking at Shuffleboard's inbuilt outline viewer....

Consider the following socket reader, analogous to an asynchronous codec: ```rust let data = socket.recv(|buffer| { let len = buffer.len(); if len < 13 { return (0, None) } (13,...

kind/question

When calling `object::build::elf::Builder::read32(...)` on an ELF file that contains different alignments in its load sections (e.g. the below), the following error is raised: "Unsupported alignments for PT_LOAD segments" From `objdump...