Érico Nogueira Rolim

Results 297 comments of Érico Nogueira Rolim

I do it mostly in order to avoid changing/opening another terminal. In my case, I usually debug embedded applications, so loading the binary to the target is done manually, and...

I'd like to take a crack at it! Do you think the program would have to detect if the terminal properly supports Unicode, or would it be ok to use...

@mb720 is that image generated by `graphviz`? I'm having issues with a PNG generated by it as well, `imv` just shows a white screen. My browser can open the image,...

I can open the same image with `deepin-image-viewer`, which also seems to use `FreeImage` as the backend. So it's likely an `imv` issue. I tried building it with support for...

@rien333 I hope a [Google Drive link](https://drive.google.com/file/d/1uxNLzf_zeHpC-6Uj7KgmHNl5ZPGJhmbG/view?usp=sharing) is fine. This is the image I am having issues with. @mb720 I am using Sway as well.

You need to install `alacritty` to use the terminal from the default configuration, unless you're using Debian (I believe they patch it to use xterm instead).

Even unsetting `WAYLAND_DISPLAY` and running `imv-x11`, I still get this error.

This has been fixed in version 2.3, I will try to update the version in meson's wrapdb. Sorry for the noise, and thanks for the project!

~~sorry for the noise again~~ The help message, however, is the wrong one (the parent's), as is the version number. Reopening with new title.

This can be worked around by initializing the parent parser with `argparse::ArgumentParser parent_args("parent", "1.0", argparse::default_arguments::none);` Maybe documenting it is a good enough stopgap instead of changing how initialization as a...