Ignacio Taranto
Ignacio Taranto
> Mine is not working either, the debug log is saying : `[2024-09-08 17:55:58.688] [warning] Timezone: Asia/Dhaka. std::chrono::tzdb: cannot locate zone: Asia/Dhaka` I don't even see any log message, not...
Duplicate of https://github.com/hrsh7th/nvim-cmp/issues/1719
Duplicate of https://github.com/hrsh7th/nvim-cmp/issues/1719
> yaml file is converted from json and will lose orders as a result of using map[string]interface{} during json decoding. if we marshal spec.Swagger directly into yaml, the generated file...
This happens to me too. I'm using Arch Linux, Go 1.22.2 and go-sqlite3 v1.14.22.
Oh, I just read the docs, you need to have CGo enabled: `export CGO_ENABLED=1`.
I have the same issue. This happens to me because I have the following auto commands: ```lua -- Open the location list window if the quickfix command starts with an...
> > I forgot to add I use arch btw xd > > 23 dislikes and counting. That's the Linux community for ya. It's being disliked because it's not appropriate...
Same here, using Sway in Fedora 40. It doesn't happen 100% of the time, but I would say it happens like 80% of the time. Some time I get this...
Here's the backtrace reported by gdb: ``` #0 wl_map_insert_new (map=map@entry=0x557f851d34c0, data=data@entry=0x7f7cb40040b0, flags=0) at ../src/wayland-util.c:228 #1 0x00007f7cb9708a81 in proxy_create (factory=factory@entry=0x7f7cb40043b0, interface=interface@entry=0x557f60a66048, version=version@entry=3) at ../src/wayland-client.c:492 #2 0x00007f7cb9708c05 in create_outgoing_proxy (message=0x557f60a650a0, proxy=0x7f7cb40043b0, args=0x7f7cb95fe990,...