Maxime Guerreiro
Maxime Guerreiro
```markdown ### `[package.metadata.deb]` options Everything is optional: - **name**: ... - ... - **separate-debug-symbols**: whether to keep debug symbols, but strip them from executables and save them in separate files...
> swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript. swc is a serious project with 10k stars on [GitHub](https://github.com/swc-project/swc). It is used...
Hi! Looks like this link is already dead: https://github.com/rust-lang/this-week-in-rust/blob/29b99ca4436d9436b3d8434a1e5fc3b99bc71baa/content/2022-07-20-this-week-in-rust.md?plain=1#L54= * [How Rust manages memory using ownership and borrowing](https://stackoverflow.blog/2022/07/14/how-rust-manages-memory-using-ownership-and-borrowing/)
node.js does not natively support dgram over UNIX sockets, and this makes talking to ubus (and so, systemd) more painful than it should. See https://www.pluralsight.com/tech-blog/using-systemd-notify-with-nodejs/ There are no _great_ packages...
Linked issues: #14, #15 The Macros are not even removed. They are stored as part of the "PowerPoint Document" stream, in a format that is different from Word/Excel.
```Exception in thread "main" java.lang.IllegalArgumentException: malformed input off : 23, length : 1 at java.base/java.lang.StringCoding.throwMalformed(StringCoding.java:685) at java.base/java.lang.StringCoding.decodeUTF8_0(StringCoding.java:768) at java.base/java.lang.StringCoding.newStringUTF8NoRepl(StringCoding.java:965) at java.base/java.lang.System$2.newStringUTF8NoRepl(System.java:2197) at java.base/java.util.zip.ZipCoder$UTF8.toString(ZipCoder.java:60) at java.base/java.util.zip.ZipCoder.toString(ZipCoder.java:87) at java.base/java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:301) at java.base/java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:123) at...
Check if DocBleach protects against the [Office social engineering with embedded objects](https://securify.nl/blog/SFY20180801/click-me-if-you-can_-office-social-engineering-with-embedded-objects.html) attack.
~> Apache Commons Compress? This dependency adds around 20M to the final jar
https://blogs.msdn.microsoft.com/ericwhite/2008/09/29/the-flat-opc-format/ I'm not sure Apache POI handles this Related: https://github.com/decalage2/oletools/issues/283