-
HI, thanks for the work on this library. I noticed what appears to be a bug. If I try to compile this file, [this struct](https://github.com/commaai/cereal/blob/b88523f05ac958f87a8f6d57c3f4bb20da55f21…
-
Error:
```
[9/52] Building CXX object CMakeFiles/graphite_metrics.dir/metrics/graphite.cpp.obj
FAILED: CMakeFiles/graphite_metrics.dir/metrics/graphite.cpp.obj
C:\tools\msys64\mingw64\bin\c++.exe …
-
### Describe the bug
just run plugin update then i find it not work anymore. the codeblock still in markdown file.
### To Reproduce
1. `set conceal=2`
2. open a markdown file which have…
-
**Describe the bug**
Decoder service times out when deploying it on a stock-only knative cluster on cloud lab:
As shown in the image of the log below this is because there is no module named cap…
-
Hi, I'm Termux 🤖.
I'm here to help you update your Termux packages.
I've tried to update the helix package, but it failed.
Here's the output of the update script:
Show log
INFO: Updating helix [C…
-
Recently, I have been trying to figure out how to implement streaming capability in Capnp framework. The "stream" is not a flow continuous information (as in e.g. a media stream), but rather a stream …
-
~~~
[ TEST ] kj/async-io-test.c++:3069: OS handle pumpTo
[ PASS ] kj/async-io-test.c++:3069: OS handle pumpTo (1247 μs)
[ TEST ] kj/async-io-test.c++:3124: OS handle pumpTo small limit
[ PASS ] kj…
-
### Describe the bug
Going to a new line in nvim causes this error to pop up:
`Error executing vim.schedule lua callback: ...nvim/lazy/nvim-treesitter/lua/nvim-treesitter/indent.lua:99: attempt to…
-
### Describe the bug
The specific error I get every time I open neovim:
```
nvim-treesitter[wing]: Error during "tree-sitter generate"
nodenv: version `18.16.0' is not installed (set by /home/my…
-
```
130 kj::Promise Http::cleanupPeers(kj::Timer& timer)
131 {
132 return timer.afterDelay(15 * kj::SECONDS).then([&]{
133 for(EventPeer* p : eventPeers) {
134 // an empty…