Shadlock0133

Results 26 issues of Shadlock0133

it might be worthwhile to write down the specification of the format, as it's being used by e.g. prusa's binary gcode format

it would be nice to add custom messages to that, esp. combined when using specific filaments and plates, like: "don't forget to glue up the smooth plate for printing PETG"....

https://github.com/pozm/bsod-rs/blob/9a80e6c801e9b7ada458c0acd0240010d89fa5bc/src/lib.rs#L27 this code is UB, as pointed by `CStr::as_ptr` documentation (https://doc.rust-lang.org/std/ffi/struct.CString.html#method.as_ptr): ```rust // Do not do this: let ptr = CString::new("Hello").expect("CString::new failed").as_ptr(); unsafe { // `ptr` is dangling *ptr; }...

version 4.0.0, got this error in terminal: ``` ❯ ./logisim-evolution.exe Exception in thread "main" java.awt.AWTError: Assistive Technology not found: com.sun.java.accessibility.AccessBridge at java.desktop/java.awt.Toolkit.newAWTError(Unknown Source) at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) at...

investigating
windows

just making an issue to keep myself subscribed to progress. one feature i'm looking for is parallel compression, since i'm working on a project where i'm async-ly downloading multiple jsons...