Mikael Fangel
Mikael Fangel
> The header is deprecated (and quite Linux specific, on which it defines non-standard functions like [mallinfo(3)](http://man7.org/linux/man-pages/man3/mallinfo.3.html)). Use instead if you simply need [malloc(3)](http://man7.org/linux/man-pages/man3/malloc.3.html) and related standard functions (e.g. free,...
Depending on how acpi lists the batteries when you have connected Bluetooth devices, the script will update the wallpaper based on the wrong input ot not at all. ### Example...
### Describe the bug When clicking on a symlink, it doesn't follow the symlink, but rather it opens it in the default file explorer on the system. ### Reproduction 1....
The link doesn't work anymore and returns 404. * [NSA Security Configuration Guidance](https://apps.nsa.gov/iaarchive/library/ia-guidance/security-configuration/)
### Changes * Updated dead link for the publications.
I've been made aware that the license has changed and because Nix and NixOS are not on the allowed list, we can't redistribute the package under this. Can you please...
I've run a memory check with `valgrind` on the application, and it looks like the application has several memory leaks. ## Simple example ``` valgrind --leak-check=yes ./result/bin/gcli ==190672== Memcheck, a...
Add the feature for chatting with GitHub copilot in NixVim. - Plugin: https://github.com/CopilotC-Nvim/CopilotChat.nvim Tracking: - [x] Add the plugin to Nixpkgs - https://github.com/NixOS/nixpkgs/pull/310697 - [ ] Add the pluging to...
In "Captain's Log" one of the hints is displayed wrong. It's this line below that is not displayed correctly. https://github.com/exercism/elixir/blob/4dc3f9b7f2e72bc8831c5f8f932c352140e15f36/exercises/concept/captains-log/.docs/hints.md?plain=1#L20 ### Image of the issue:  Notice how the math...
Fixes: #531 Fixes: https://github.com/charmbracelet/gum/issues/591 ### Changes - Manually assigned `p` with the size of the `Width + 1` because when you use `var()` to assign, the cap defaults to 32...