Paul Sajna
Paul Sajna
##### Summary Following the example on the [win_regedit docs](https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_regedit_module.html) ```yml - name: Add or update registry path MyCompany, with dword entry 'hello', and containing 0xff2500ae as the hex value ansible.windows.win_regedit:...
Fixes the nightly error. Sauced from https://github.com/rust-lang/rust/blob/62415e2a95a3b0f137636f86f6a904b8ed85798e/library/std/src/panicking.rs#L516 @overdrivenpotato pls
Test building cargo psp on windows
As discussed on discord: sajattack: Using bevy 0.10.1, bevy_transform_gizmo 0.7 and bevy_mod_picking 0.13, in WebGL, on a nested mesh, I can bring up a transform gizmo but not interact with...
Neither the flatpak nor the arch package nor a compile seem to work on KDE plasma 6. I receive the following error `INFO notify::application: running app_id=com.ranfdev.Notify version=0.1.5 profile= datadir=/usr/local/share/notify GDBus.Error:org.freedesktop.DBus.Error.NoReply:...
Enables some options to support more weak graphics apis and disables ffmpeg and gamemode, which were causing issues for me.
Similar to the panic_fmt of old, which allowed us to provide our own implementations of what to do when panicking, I think we should be able to have our own...
Hey, just wanted to let you know discourse actually does support API keys for non-admins, it's just really poorly documented. There's some documentation [here](https://meta.discourse.org/t/generating-user-api-keys-with-rest-api/61916/13) and [here](https://meta.discourse.org/t/user-api-keys-specification/48536/2) and some code [here](https://github.com/sajattack/discourse-tui/blob/84a4f1c892a002cb97399dcd197d043e04c684a7/src/api.rs#L352).