-
# Context
I was working on wine, trying to (partially) implement `VK_EXT_external_memory_win32` on top of native Vulkan. The basic idea is to encapsulate dma-buf file descriptors as win32 handles,…
yshui updated
3 months ago
-
I run multiple installations of dbmail on FreeBSD 14.1 based servers.
On all servers i upgraded mysql to 9.0.1 some weeks ago.
I noticed on some if the hosts that a few mails are stored without an…
mayrk updated
1 month ago
-
**_Reported by Johan Hedberg:_**
To facilitate cheap clones of buffers, we need to split off the data part from the buffer context (meta-data) part. Since we don't want double the complexity of the m…
-
Hi,
I am using lazyvim, which in turn (in my setup) uses fzf-lua for goto definitionand goto reference ("gd" and "gr" keybindings).
When I am trying to use these keybingings in a "otter" enabled f…
-
### Code
I'm working on some low-level bit-manipulation code, and discovered that v1.77 generates code that runs at about half the speed compared to the output of v1.76. Since the v1.77 release not…
-
Requested feature: Enable contracts for functions that modify memory via encapsulated pointer.
Use case: Kani contracts require that all writeable memory to be specified. However, they may not …
-
While sending data over a TCP connection using `tcp_send()`, the system crashes with a LoadProhibited exception on core 1. This issue occurred around the time the module is roaming from one Wi-Fi netw…
-
![image](https://github.com/nvim-colortils/colortils.nvim/assets/82473148/81e6deae-5a4d-4981-844a-ca5bf7fae179)
Do you know of how to fix it? I am using JetBrainsMono Nerd Font and WezTerm (also trie…
-
When I type with Cyrillic alphabet, and getting suggestions, pressing the key binding to accept gives this error:
```
Error 02:24:02 PM msg_show.lua_error Error executing vim.schedule lua callback:…
-
Hi dusty. I used to decode h.264-codec rtsp camera stream with gstreamer python api ( I built the pipeline with nvv4l2decoder and nvvidconv). Here is the detail:
1. The pipeline convert image from …