Steven Noonan

Results 12 issues of Steven Noonan

If I request, e.g. https://ifconfig.co/port/3389, it seems to believe my ports (on a local IPv6 address) are unreachable, but I don't think it's actually *tried* in any way. If I...

The call stack functionality on Linux tries to use `dladdr()` to resolve symbol names. For shared libraries built with `-fvisibility=hidden`, `dladdr()` cannot resolve the symbol names that aren't explicitly marked...

bug
enhancement

https://github.com/simd-everywhere/simde/blob/647dc121216f12ddedea82ce5da5662f158c856b/simde/x86/sse.h#L3171-L3176 This is an SSE instruction and has nothing to do with MMX, the `&& defined(SIMDE_X86_MMX_NATIVE)` should be removed here. I can see how this likely happened though, since several...

Windows 10 for ARM64 is out, and it has proper Windows desktop development support (none of this "Windows RT" nonsense). It even runs x86 (and on Windows 11, x86_64) apps...

type-enhancement

I have a bunch of iptables rules already set up so that I can route networking for virtual machines running on my local machine. The commands that `protonvpn-cli-ng` uses to...

Can you please make the card monitoring thread's polling interval configurable? My current hack works, but makes me sad: ```python self._monitor = CardMonitor() self._monitor.addObserver(self) success = False attempts = 0...

help wanted

Thanks for writing this tool, I just discovered it and it looks very useful! Since every possible path is evaluated, it might be interesting to gather some other statistics along...

Originally submitted to fmt via https://github.com/fmtlib/fmt/issues/3090 but they [think](https://github.com/fmtlib/fmt/issues/3090#issuecomment-1242753176) it's an spdlog problem. Including the text of the bug report here for convenience: --- I just did a rebase of...

http://docs.gl/gl4/glClipControl ![image](https://user-images.githubusercontent.com/29616/129035711-cf3ea034-2427-4f06-9af2-a61d834fa97d.png) Presumably those should each render as a mathematical formula.

It seems like the EGL loader could really benefit from multi-context support. With EGL 1.5, or with [EGL_EXT_client_extensions](https://registry.khronos.org/EGL/extensions/EXT/EGL_EXT_client_extensions.txt), different extensions are made available without and with an `EGLDisplay`, i.e. client...