magicgoose

Results 21 issues of magicgoose

If an Android project uses another Scala project or library, there may be parts of Scala library that are used by them but not by Android project itself directly, and...

…for example, to disable SIP. I tried to use cmd(right)+R but it ignores it and boot as usual.

This would a good thing, because outdated browsers and extensions are a security risk. And checking manually every time is meh, I'm sure most users will just forget about it.

enhancement
help wanted

https://github.com/google/butteraugli (it's one of the key points in guetzli, btw) AFAIK this metric is more faithful than different variants of SSIM and PSNR, so… maybe mozjpeg could (optionally) use this...

Since this is based on Electron, it's unlikely that it can have better performance compared to browser, am I right? If so, there must be something else that makes it...

README says: > Guetzli-generated images are typically 20-30% smaller than images of equivalent quality generated by libjpeg But what about [mozjpeg](https://github.com/mozilla/mozjpeg)? It existed long before this project, by the way...

Currently Spray-json doesn't know how to deserialize to ListMap. But this is not really different from deserializing to a regular Map. The library should be able to deserialize to any...

Build script attempts to download portaudio code through plain http and without any signature checking (because there aren't any) and then run it. https://github.com/RustAudio/rust-portaudio/blob/c776b83efc99984e54d6d1815d0a511ebe54ae05/build.rs#L62 https://github.com/RustAudio/rust-portaudio/blob/c776b83efc99984e54d6d1815d0a511ebe54ae05/build.rs#L75-L91 That's of course portaudio team's...

Looking at https://pittvandewitt.github.io/Wavelet/Import it seems it accepts a single row of values. Would be cool if it allowed 2 lines (for left and right channel), then this feature could become...

Zooming itself is fine, it works if "zoom in(out)" menu items are clicked. Default zooming hotkeys (which are written on these menu items) do not have any effect. Geany 1.32,...