Mark Jansen
Mark Jansen
**Describe the bug** When using nested sections, the 'INFO' output is retired too early. **Expected behavior** The 'INFO' output stays in place for all relevant scopes. **Reproduction steps** In this...
Messages are delivered using a callback instead of polled, this allows a window to continue to process events while it is being dragged on Windows *Only one example builds, the...
- [x] Has this change been discussed on [the forum](https://en.sfml-dev.org/forums/index.php#c3) or in an issue before? - [x] Does the code follow the SFML [Code Style Guide](https://www.sfml-dev.org/style.php)? - [x] Have you...
### Operating System Windows ### What's the issue you encountered? When closing a file with the middle mouse button (after restarting imhex following a crash), the dialog `Some changes haven't...
This Proof of Concept code tries to find a .msi file embedded inside an .exe, if the .exe cannot be loaded directly as msi. This allows to inspect the .msi...
VMWare has a custom encoding for the cursor: https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#vmware-cursor-pseudo-encoding This is something that I am implementing in a tool I'm working on, would you be interested in me contributing it...
Currently it is not possible to identify which client is logging something. The way I see it, there are at least two options to solve this: 1. Move `rfbClientLog` and...
The expected format is: ``` --annotations [disabled|comment] Specify the type of annotations to include in the XML output. 'Disabled' - no annotations. 'Comment' - annotations as comments. ``` The actual...
[Currently click has 2 modes to display a help text](https://click.palletsprojects.com/en/stable/documentation/#escaping-click-s-wrapping): 1. Word-wrap the entire blob, and remove all other whitespaces 2. Preserve newlines, but disable word-wrapping 1) with a console...