Results 18 issues of qaqland
trafficstars

when it comes to non-docker host, cli like below will be helpful ``` $ flatnotes [--host] [--port] [--path] [--auth] [--version] [--help] ``` thus can be run as a bin instead...

suggestion

```python repo = pygit2.Repository("xxx-repo") try: repo.notes() except KeyError as e: print(e) ``` get: ``` "reference 'refs/notes/commits' not found" ``` when refs/notes or other note-name not fount, it means note is...

pfetch-rs is higher than pfetch or htop shows https://github.com/Gobidev/pfetch-rs/blob/23d17190eb02a6e679afe6c9823d0765cbf37ea9/src/lib.rs#L187 It's probably due to a different calculation method: https://github.com/KittyKatt/screenFetch/issues/386#issuecomment-249312716

bug
libmacchina

关于全局对象的解构函数,代码大概是这样写的: ```c resource = wl_resource_create(client, &wl_output_interface, version, id); if (!resource) { wl_client_post_no_memory(client); return; } wl_resource_set_implementation(resource, &wl_output_impl, 0, wl_resource_destroy_func); ``` 所以原文中描述的 > This function is also passed into `wl_resource_create` as the...

checkout on tag v0.3.0 ```bash qaq@lab ~/t/sleek ((v0.3.0))> cargo fetch --locked error: the lock file /home/qaq/test/sleek/Cargo.lock needs to be updated but --locked was passed to prevent this If you want...

Add one new function following existing code. Document is copy from libgit2.

### Description ![Image](https://github.com/user-attachments/assets/57935c60-8d11-40b0-b5c2-b6a2402d0f20) It is invalid to use systemd in Openrc https://github.com/jeessy2/ddns-go/blob/v6.9.1/main.go#L236 https://github.com/jeessy2/ddns-go/blob/v6.9.1/main.go#L245 ### DNS Provider _No response_ ### Did you search for similar issues before submitting this one? Yes...

bug

Sometimes it is difficult to determine the order of multiple monitors, so use environment variable to specify the output. It read `CAGE_OUTPUT_NAME` or fallback to the last mode.