Gianni Ceccarelli
Gianni Ceccarelli
I suggest looking at one commit at a time, in order: I've tried to keep them self-contained (tests always pass, for example) and focused (one file, or one class of...
As an additional data-point on ways to use `App::Spec`, I may point to my minimalist mailing list manager, [`Sietima`](https://www.thenautilus.net/cgit/Sietima/tree/lib/Sietima.pm). The mail class [defines the basic sub-commands](https://www.thenautilus.net/cgit/Sietima/tree/lib/Sietima.pm#n100), and [traits can add...
@perlpunk they look like yours because I'm using `App::Spec` ☺ The [main script](https://www.thenautilus.net/cgit/Sietima/tree/example/sietima) uses a [helper class](https://www.thenautilus.net/cgit/Sietima/tree/lib/Sietima/CmdLine.pm) that builds a [trivial subclass](https://www.thenautilus.net/cgit/Sietima/tree/lib/Sietima/Runner.pm) of `App::Spec::Run`, and then it all works thanks...
I'll get started, then ☺
fair. https://datatracker.ietf.org/doc/html/rfc6265#section-4.1.1 ``` cookie-value = *cookie-octet / ( DQUOTE *cookie-octet DQUOTE ) cookie-octet = %x21 / %x23-2B / %x2D-3A / %x3C-5B / %x5D-7E ; US-ASCII characters excluding CTLs, ; whitespace...
I suggest also adding a test like this: ```go func TestEntity_WriteTo_lineWrap(t *testing.T) { var h Header h.Set("Content-Type", "text/plain; charset=US-ASCII") h.Set("Content-Transfer-Encoding", "7bit") r := strings.NewReader( `123456789 123456789 123456789 123456789 123456789 123456789...
I'll take a look on Friday… I don't actually use Cura, I just wrote this issue to capture a problem reported on Discord, but it's easy enough to install and...
bad news: it still needs work I've built (and flashed) [my sketch](https://www.thenautilus.net/cgit/keyboardio-model01/tree/Model01-dakkar-firmware.ino) with: * keyboardio/Kaleidoscope 9bf6eba010dd61fc56da377eda87aded43f4a8ad * keyboardio/Kaleidoscope-Bundle-Keyboardio@7d68bb7745b61d2d9637b9513d06a2cca685b595 * keyboardio/ArduinoCore-GD32-Keyboardio@4fcce930d09ff9069649f17de9a497a9163b8f95 Then installed https://github.com/Ultimaker/Cura/releases/tag/5.1.1 With Cura open, the keyboard is unresponsive....
I've cobbled together a minimal script that does the same thing as Cura w.r.t serial ports (as in, I've copied the code, removed the bits that depended on Ultimaker's other...
Linux, with: * keyboardio/Kaleidoscope 8da824a8f88dfd8bd90b55b4beb93c1b3fe24806 * keyboardio/Kaleidoscope-Bundle-Keyboardio@7f6008abcc8ada3bca57897efa7520750a70d115 * keyboardio/ArduinoCore-GD32-Keyboardio@57fc0ec8c230d2dffa2a1482656f676db4ee075a still locks up