Architector #4
Architector #4
Telegram Desktop 3.0 client has introduced the ability to "change how the messages will be sent" when forwarding (see attached image): https://desktop.telegram.org/changelog#v-3-0-31-08-21 From that, I assume it would be possible...
It would be nice to introduce another flag for the `dedupe` mode, which makes it open files in read-only mode for deduplication. This is useful, for example, to deduplicate files...
In the ["Falsehoods about Computers and Programming"](https://github.com/spickermann/awesome-falsehoods-programmers-believe#falsehoods-about-computers-and-programming) there is a "Shutdown Hooks" link that leads here: http://grimoire.ca/dev/shutdown-hooks However, this link returns a 404.
I'm adding this editor by slapping it on the Bevy app like so: ```rust .add_plugin(EditorPlugin::new().in_new_window(Window::default())) ``` However, the viewport window in the editor, as well as keyboard shortcuts like T/R/S,...
Been enjoying bcachefs (genuinely, thank you for the good work!), and then pulling hair for the past day due to this preventing DXVK on Wine from getting Vulkan drivers when...
I decided to try enabling CCD on some dynamic rigid bodies in a project, and immediately noticed crashes on unreachable code. The error seems to originate from Parry, but I'm...
Currently in a bit of a pickle here. I ran `bcachefs fsck --reconstruct_alloc -pf /dev/myroot` out of boredom, saw it printing a load of messages quickly, assumed that's normal part...
pom.xml specifies an old version of Lombok as a dependency, and, because of this, it won't compile. Changing the version to the current one in line 101 fixes that.
I'm doing a bunch of logic before, within, and after the `FixedUpdate` schedule in Bevy, on the fixed timestep. I'd like to run XPBD physics within the `FixedUpdate` schedule, to...
The popup still pops up on Qutebrowser despite having the optional adblock function installed and properly running. It uses the "adblock" project on PyPI, which is apparently a wrapper around...