Kornelius

Results 81 comments of Kornelius

What do you mean with Appstream's fault / why did you close this?

Hey, thanks for your detailed answer, I appreciate it. > The excludelist is from pkg2appimage, it is not related to linuxdeploy. That's actually wrong! That excludelist is hosted on pkg2appimage,...

@probonopd Can you maybe confirm whether bundling Glib makes this plugin unnecessary? I'd assume it does so, based on my personal tests, but it would still be good to have...

> You still need to bundle auxiliary files, e.g., gsettings schemas and other files. You'd need to bundle all of these files. And that's what such a plugin is good...

Thanks to both of you for these answers :) I know a single AppImage is not a big sample size, but as I noticed that it worked without it, I...

Thank you for this answer, I appreciate it. There exists one similar project, to this, [node-appdmg](https://github.com/LinusU/node-appdmg), which uses its own [ds-store generator](https://github.com/LinusU/node-ds-store) (both of these seem to be based on...

> FWIW, I think positioning relative to the top of the screen just breaks when you open the dmg file on another system with a different screen size; the co-ordinates...

I think Levenberg-Marquardt is still missing. #21 was about this, but has been closed. There is the external levenberg-marquardt crate (https://github.com/rust-cv/levenberg-marquardt), but yeah, maybe this could be integrated into argmin...

After running `RUST_BACKTRACE=full cargo run`, I get the following backtrace: > thread 'main' panicked at library/core/src/panicking.rs:156:5: > unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and...