mbartlett21

Results 25 comments of mbartlett21

I've been using the `embed-manifest` crate for this: https://crates.io/crates/embed-manifest It's just a couple of functions that you add to your `build.rs`

Here's how you can get it working with `windows-rs` if anyone is interested: When creating the `ListView`, include `unsafe { nwg::ListViewExFlags::from_bits_unchecked(0x4) }` as one of the flags. (This is `LVS_EX_CHECKBOXES`...

Unfortunately, this is incorrect. The non-rotated image on the display is portrait.

@BagelOrb When will this be in Cura?

> ... > * 0x1C - print time in seconds, 4 bytes. > * 0x20 - filament usage in mm, 4 bytes. > * __0x24__ - unused (zero), 4 bytes....

@reneklacan Should I have it as a feature or just change it completely? It looks like triple_accel supports wasm, so it should work just like that

> Is this safe to use on different systems? unix vs windows, with single charcter lineends versus windows CrLf ? @Tieske Yes, it is. It currently just drops any CRs.

> test and documentation updates are missing, mind adding those? @Tieske For the documentation, do I remove mentions of it with the asterisk, seeing as that seems to be what...

> > > Is this safe to use on different systems? unix vs windows, with single charcter lineends versus windows CrLf ? > > > > > > @Tieske >...

The actual obfuscator code is here: https://github.com/javascript-obfuscator/javascript-obfuscator