-
Hello Susumu,
We are using the Python Marisa trie wrapper (https://github.com/kmike/marisa-trie) which implements your library. The amount of data we've been placing in the trie has been increasing …
-
Sometimes it works well, but other times it frequently throws errors. Even within the same buffer, it’s available on some lines but unavailable on others.
The following is the output of the message…
-
## Bug Report
**Describe the bug**
We have inputs one harvests fluent-bit logs and the other is from the a different service /logs/gen0.log(Throughput: 10 logs/min of size 150bytes)
The mem_buf_l…
-
### Describe the bug
When I tried to pressing `` key to get the last command, the kernel hangs.
### To Reproduce
1. `make run ENABLE_KVM=1 SCHEME=microvm RELEASE=1`. It's much easier to…
-
I found that there is a bug in labwc which leads to a dropping frames and drops down fps when mouse is moving in fullscreen mode. It happens when vblank sync is enabled (SwapInterval = 1).
There is…
-
-
fastaction doesn't list code actions that `vim.lsp.buf.code_action` proposes.
Config, in lazy: `{'Chaitanyabsprip/fastaction.nvim'},` in `lua/bindings.lua`:
```
local opts = {noremap = true, sile…
galou updated
5 hours ago
-
Hi Michael, first of all huge thanks for building joplin. i've failed at it for last few years, and as a result have had to resort to using google keep or evernote. Thanks again.
That said, when I…
-
While compiling I noticed the following warning for [CWE-479](https://cwe.mitre.org/data/definitions/479.html) from GCC 14:
```
depbase=`echo CRT.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc-14 -D…
-
Hi It's fine to see this good project. I'm trying to test jiff format.
```rust
use jiff::{civil::date, fmt::strtime::BrokenDownTime};
fn main() {
let zdt = date(2024, 7, 9)
.at(16…