-
Running firmware 0.3.9 on a Yi 1080p (y20ga) camera with base version 8.2.0.0A_201912270941. Our WiFi is powered by a couple of Unifi U7 Pro access points. The camera has everything disabled except RT…
-
### Describe the feature
After using `get_object`'s chunked read, I assumed `put_object` similarly supported chunked writing:
```rb
client.put_object(bucket: blob.bucket, key: blob.key) do |buf…
-
Changing the dataset saving procedure from currently beeing "numeric" to "array" should save the data as a binary blob instead of each individual point as numeric float. This should speed up saving (f…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
-
I see many times per second this message in the logs:
```
Nov 21 09:30:35 nyx com.github.IsmaelMartinez.teams_for_linux.desktop[2263981]: [55:1121/093035.193767:ERROR:gbm_pixmap_wayland.cc(82)] Ca…
-
Hello!
Icons doesn't work, all-the-icons is installed and works in treemacs, configs:
```elisp
(use-package all-the-icons
:ensure t
:if (display-graphic-p))
```
and
```elisp
(use-packa…
-
Uniform Buffer Objects let you specify a bunch of uniforms from a buffer. The advantages are:
- You can manipulate all the uniforms in the buffer outside of WebGL / WebGPU
- You can have different s…
-
**Description**
So my bufferline doesn't work on LazyVim with native windows 11, is there any way to fix it? But it does load when I check with :Lazy
**To Reproduce**
tabline.lua
```lua
r…
-
For OSRDCH paste - don't watch for OSRDCH calls, don't do that initial fake keypress, just disable keyboard IRQs and poke values in to memory directly. I think the buffer addresses are the same for al…