initramfs
initramfs
Sorry for the slow response. Initially I only tested on my working machine running Arch Linux (in which Thorium is linked/launched against Electron 31, I'm not well versed with if...
I just realized that the RTL script directionality also affects text rendering with interesting results:  It gets worse with scripts rendered under `writing-mode: vertical-rl` (e.g. traditional mandarin chinese) but...
I finally figured out how to debug the program itself with element inspection. I noticed that the viewport scaling seems to be implemented via adding an inline stylesheet to the...
@TheCandianVendingMachine the flight data was captured via a debug function from a mod I have written for an artillery computer/solver for ACE. Somewhat off-topic mod description here The main solver...
@TheCandianVendingMachine Sorry for the delay, I've placed the repo at https://gitlab.com/initramfs/a3-ballistic-solver where the mod is in the folder `bscm`, building is handled by [hemtt](https://github.com/BrettMayson/HEMTT). Basic usage involves calling: ```sqf [objNull,...