Benjamin Chung

Results 23 issues of Benjamin Chung

The overload for `Symbolics.substitute` takes a dict mapping symbols to be replaced to the values to replace them with. However, the symbols must be written in the local scope of...

Adding preliminary support for substituting into array expressions; currently missing tests and a principle of operation.

The link to the technical manual (https://drive.google.com/file/d/1UDHMxPDLgt4fsL51FpNM2gXw7iGktJlw/view?usp=sharing) seems to have died. Would it be possible to upload another copy?

## Checklist - [ ] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public API - [ ] All...

## Checklist - [ ] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public API - [ ] All...

This implements the `skip-data-copy` feature, which disables loading the `.data` section (containing statically allocated variables) in cases when that section is either: * Already loaded and possible, or * No...

This is an issue that I found when getting boot2's copy-to-RAM setup working on RP2040. The boot2 bootloader sets up the SPI flash, copies all of it (including the .data...

It would be useful to be able to access the JsonRpcRequest (or in my particular case the RequestId) from service implementations so that I can do out-of-band association between client...

Traditionally we'd need to control TVCed engines via cooked control in KSP, making them (and reaction wheels, but there's no good reason to care about controlling them individually) the final...