-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration i…
-
see also #1018
>
> You can generate code for the (dependency) imports with this option:
>
> ```diff
> # buf.gen.yaml
> inputs:
> - directory: proto
> plugins:
> - remote: buf.build/bu…
-
### System information
Type | Version/Name
--- | ---
Distribution Name |Arch
Distribution Version |rolling
Kernel Version |6.5.8-arch1-1
Architecture |x86_64
OpenZFS Version |2.2.0-1…
-
When I use WinRAR to encrypt a file in Windows, I use the following code on Linux to determine whether the file is encrypted. The result returned is that the file is not encrypted. In fact, the file i…
-
I want to use libusb library to communicate with an HID device. I could implement many of its functions and it was ok. but when I want to get the device descriptor with ```libusb_get_device_descriptor…
-
### Problem
I needed to perform an LSP replace using the same pattern on different files on a project. Easy enough: `live_grep` with `Telescope`, send to quickfix, `cdo` with some positioning and the…
-
# Problem
Related: https://github.com/neovim/neovim/issues/30450
Currently there are lots of single-purpose APIs to get what may be called "editor metadata" about:
- a buffer (not its text contents…
-
> glaze v4.0.1
Using the following test:
```json
{
"test": true
}
```
```cpp
#include
#include
int main()
{
glz::json_t json;
if (!glz::read_file_json(json, "test.json…
qudix updated
2 weeks ago
-
## 例如我将日志存储在一个10K环形缓冲区内,每次取5K的数据输出,但是会出现数据截取5K数据最后一条Log不完整改怎么解决?
```c
void elog_async_restore_data(size_t size){
uint32_t recoveryCount = 0;
recoveryCount = last_read_index;
recoveryCoun…
-
### Before you begin...
- [X] I have searched the existing issues
- [X] I am not using version 13.x of node (if so, please upgrade)
### Description of the problem
Incorrect return type output when…
veksa updated
4 hours ago