Eric Driggers

Results 12 issues of Eric Driggers

Note: `/etc/systemd/system/` is the local machine's path, instead of the package-manager one under `/lib/systemd/system/`. I am unaware if there is some way to get pip install to put unit files...

I am not 100% sure, since I am just quickly reading source code and not digging into exact bits as much as I would want before filing this, (may edit...

enhancement

Some people asked for maybe a more windows-friendly version of the sync projects script. Couldn't hash out a .bat version off hand quickly, but this should work on any currently...

For our uses of moonsharp, we have some strong controls forcing sandboxing and total execution cycles/wall time constraints. These include and require us to attach a debugger to every script...

In `EnrichAndCreateScopeItem()` if my TState was originally created as `Dictionary` the if statement fails to pivot my items into LogEvent.Properties as expected. Similar to #186 but not quite, though if...

proton wine is built against the [steam runtime](https://github.com/ValveSoftware/steam-runtime) and a number of issues with winetricks/wineserver/winebus etc arise if they are ran on a system with incomplete, or mismatching library versions....

Reproduction lua, this should not throw/error. It is a valid regex and source string. There is some bug in the old-old (2015?) KopiLua_strlib.cs and it is loosing track of the...

As part of back and forth on a [recent reddit thread](https://old.reddit.com/r/rust/comments/193llbd/the_rustc_backend_targeting_net_now_works_with/) where you got cargo integration (sort of) working by wrapping a shell script to `dotnet run %foo%.exe` the real...

Using some trick such as [this](https://forum.digikey.com/t/simple-way-to-use-usb-type-c-to-get-5v-at-up-to-3a-15w/7016) to simply get 5V 3A from USB-C, and include a simple 5 volt to 3.3 volt regulator such that both voltages are available at...

enhancement

Quick and dirty background worker and response compression to improve end-of-turn performance by hiding it under the rug for the moment. Basically per quick analysis: 1. last player submits orders...