Graeme Meyer

Results 14 comments of Graeme Meyer

I've been monitoring requests made via the web-gui to reverse engineer this. Here's a valid curl query that will pull 100 alerts: ``` curl -X POST -H 'Authorization: Bearer your_token_here'...

For some reason you need to append "?force=1" as a query string to the url to delete alerts with this method. If you inspect the traffic from the actual web...

I had a ton of these issues and some seemingly related issues installing landrush on WSL2, and eventually solved it by installing the "build-essentials" tools from apt. It seems that...

Screw it I decided to yolo a 1 line pull request in - let me know if any problems: https://github.com/Neo23x0/munin/pull/54

Is this "OpenBAS" as in UC Berkeley's "Open Building Automation Systems"? Curious what that will look like

This bug has now reoccurred, and I have observed it happening: A - when the machine is first booted (before the user logs in) B - with a different set...

Uninstalling PowerToys has again resolved the issue. I managed to capture a FocusLogger trace before and after the uninstall, capturing the bug/issue in-action and after resolution. The sequence of events:...

I see in the 0.77 release that [Keyboard manager does not register low level hook if there are no remappings anymore.](https://github.com/microsoft/PowerToys/releases/tag/v0.77.0#:~:text=Keyboard%20manager%20does%20not%20register%20low%20level%20hook%20if%20there%20are%20no%20remappings%20anymore). I will observe if this has had any impact...

Negative, I haven’t seen a reoccurrence of this yet. Given the delay before it reoccurred last time, I was going to give it another couple of weeks before closing. I...