Ethan Chapman
Ethan Chapman
I'm not necessarily against adding unofficial logos, but I'd definitely prefer one which is widely used. From some more Google searching, it seems like that'd probably be https://commons.wikimedia.org/wiki/File:C_Programming_Language.svg, which is...
Reference images aren't being validated, so the issue is in your apple_podcasts.svg file. Line 5, columns 54-81 are the first stop tag in your file, so something's wrong there. I...
I tried it a good number of times and it happened every time, but now I'm going back to it and it works, so unfortunately not much information there. Maybe...
More broadly, this happens when the characters are all whitespace (eg ` `) or the string is empty.
I haven't been able to work on Chokistream lately, but hopefully once we get into summer my schedule will clear up more. When I get back to Chokistream, I expect...
The core of what we need is just understanding the protocols to communicate with Rosalina. Since InputRedirectionQt is permissively licensed, and pretty simple, it's probably easiest to just read that...
Further discussion about input redirection should take place in #35. I've put out some planning stuff there that's normally behind closed doors, but since you're interested in contributing, I thought...
Can you provide more information? Look at the bug report issue template for what kinds of information is helpful here.
@thugisa17 If you go to open a new issue, the bug report template should be available there. Let me know if it's not! This might also be a case where...
It should be possible to read the EXIF tags with `ImageReader.getImageMetadata()`. It appears that internally, the orientation is used [here](https://github.com/openjdk/jdk/blob/486dee2cf420981b4c8111c24c5fbd27aceb238b/src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/JPEGMetadata.java#L968) when reading dimension metadata, but I'm admittedly not sure what...