Louis Goessling

Results 10 comments of Louis Goessling

I've observed this too. It seems related to crewed parts. Building a craft without a crewed part causes the dV calculation to work fine. Sometimes this can be worked around...

To anyone else finding this thread, a temporary workaround I have been using: in `Physics.cfg` change `kerbalCrewMass` to `0.0`, `perSeatReduction` to `0.0` and `perCommandSeatReduction` to `0.049`. Then if using ModuleManager...

@KerbonautRecruit it's not a file from the mod. It's a file from the base game. It is next to `KSP_x64.exe` (in the folder containing `GameData` -if you installed it via...

Looks like I made this PR against `master` instead of `beta`. Sorry about that. I changed it in the GitHub interface, but let me know if I should instead close...

Having a snapshot of scope settings would be useful for me. We should maybe think generally about how to save scope setup information like this in historical waveforms. Function generator...

FYI, someone appears to have packaged this to AUR already: https://aur.archlinux.org/packages/scopehal-apps-git . The `-git` suffix indicates it will build from the latest VCS snapshot, and that it shouldn't be taken...

I'm using this in a work project. I'd love to see something around these lines landed.

The easy part of this is enforcing that the type passed to pluck is a terminal identifier (I have a patch that does this that I'll PR shortly.) This solves...

I was poking around in Copper, and can't find such a check. The silver code ``` terminal Id_t /[a-zA-Z][a-zA-Z0-9]*/; terminal IntLit_t /[0-9]+/; terminal If_t /if/; ignore terminal WhiteSpace_t /[\t\r\n\ ]+/...

Note for the future: I've opened a issue on Copper about the lack of a runtime check as mentioned. This issue is now tracking the "other half" of the original...