-
### LVGL version
master
### What happened?
I'm trying to use LV_COLOR_DEPTH 1, but I encounter a problem when the draw buffer is allocated.
[Here](https://github.com/lvgl/lvgl/blob/master/src/draw…
-
After a long chat, about 300 lines, I found the memory usage of Neovim increased significantly from 40MB to 1.2GB. System monitor shows a consistent memory increase at the rate of 4MB/s when `gp.nvim`…
-
First of all, thanks for this great project = 0.7)
NVIM v0.10.1
Build type: RelWithDebInfo
LuaJIT 2.1.1720049189
Run "nvim -V1 -v" for more info
### Operating system/version
Linux fedorapc…
-
Wait until the stable release is out
-
For many GNU/Linux applications in userspace the expectation is to use libgbm to allocate graphics memory while using DMA-BUFs to pass those on as references. Meanwhile applications capable of integra…
-
The changes in https://github.com/ZettaScaleLabs/rmw_zenoh/commit/6f50175ada594b513cc25bbd47ddcb64368b378f can cause the following error. That's why we still use `z_bytes_copy_from_buf`.
```conso…
-
## Problem
All `vim.lsp.buf.*` functions run asynchronously, however they do not provide callbacks when they finish.
This is needed so users can invoke other behaviours after calling these functions…
-
## Introduction
Introduction of a `net_buf` based safe string handling library that is convenient to use while dealing with string-based network protocols.
[EDIT: This PR shows a possible implem…
-
I guess a lot of people are working with the bytes crate when using tokio and network protocols. It would be nice if rasn could work directly with the relevant types, with an API similar to https://do…
shahn updated
3 weeks ago
-
`Buf_write` writes allocate extra buffer space as needed. Currently there is no limit to how much. It would be good if it could suspend the calling fiber when some limit is reached and wait until some…