Dan Nagle

Results 125 comments of Dan Nagle

You still need the core run-time libraries. You won't need as near as many. I don't have the exact number, but the biggest ones, the graphics libraries, can be eliminated.

https://github.com/dannagle/PacketSender/blob/master/README.md#ddls-that-can-be-removed-in-console-only-portable-mode

It is on the roadmap, but without a sponsor, it is not a high priority. That is why this request has lingered for so long. Comments like yours and hitting...

TIL that a ARM Windows has an emulation service similar to Rosetta. I'll look at that processor test.

Awesome. Always happy to add another language. The translations are XML format and located here as `.ts` files: https://github.com/dannagle/PacketSender/tree/master/src/languages Here are the steps... 1. Download the English version: https://github.com/dannagle/PacketSender/blob/master/src/languages/packetsender_en.ts 2....

Thanks for submitting this idea. Have you tried creating subpanels to group related buttons? Look here: https://github.com/dannagle/PacketSender#scripting-a-panel The syntax transition is like this: ``` your_packet1 your_packet2 panel:4 ``` After executing...

This is a neat idea that does not seem to technically difficult. It won't make it into the next release, but the following one is possible. I've labelled this as...