Michał Dominiak
Michał Dominiak
I have a system with two nvme drives, their temp_input paths are as follows: ``` /sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.0/nvme/nvme0/hwmon0/temp1_input /sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.0/nvme/nvme0/hwmon0/temp2_input /sys/devices/pci0000:00/0000:00:1d.0/0000:55:00.0/nvme/nvme1/hwmon1/temp1_input /sys/devices/pci0000:00/0000:00:1d.0/0000:55:00.0/nvme/nvme1/hwmon1/temp2_input ``` but the indexing of the hwmon changes on boot in...
# Description This PR implements a feature to enable having a grouping of entries have a "header" indicating the common field. This is very similar to what [telescope-egrepify](https://github.com/fdschmidt93/telescope-egrepify.nvim) does display-wise,...
### Requested feature I would like Lualine to provide a way to save tab names in sessions. I do not believe this is currently possible; the PR that added tab...
I've tried this with both bash and zsh. They are both broken, but in slightly different ways; I think the breakage in bash is worse, but they both are not...
Also make the memcpy_async tests slightly more robust. ## Description Closes #57 ## Checklist - [x] New or existing tests cover these changes. - [x] The documentation is up to...
## Description Implements ``, with a complementary backport of constexprness to C++14 and up. Resolves #1321 Note for reviewers: I separated pulling updated upstream headers into their own commits, so...
```[tasklist] ### Tasks - [ ] Basic math functions - [ ] exp, log - [ ] Classification functions - [ ] hypot - [ ] Rounding functions - [...
```[tasklist] ### Tasks - [ ] https://github.com/NVIDIA/cccl/issues/2144 - [ ] Initial design proposal for cuda::memcpy ```
`container.create` in the C bindings for LXC allows a user to pass in a null pointer instead of a template name for that argument; this is used for example when...
Currently, the plugin only invokes `textDocument/signatureHelp` when at a trigger character (or at retrigger if already active). This is fine when initially typing a function call, but if you need...