-
The Framing and FramePump classes use a number of new object allocations for each incoming message. When message frequency is high (> 100s of thousands of messages per second) these new allocations b…
-
As I go to implement sharing links, some oddities with Sandstorm's data model around grains vs. UiViews are rearing their heads, and it seems worth thinking about a proper resolution to these now, rat…
-
### Describe the bug
I am not able to run tree-sitter as it shows hoon and gdscript can't be installed. I have a windows PC. Moreover the makefile in the hoon and gdscript doesn't works
![image](h…
-
```golang
// Main loop
for {
m, err := reader.FetchMessage(context.Background())
if err != nil {
if err != io.EOF {
log.Error(err)
}
break
}
topic := strings.Split(m.T…
-
I am trying to install go-capnp by following the installation instructions in the README file. However, I am encountering an error when trying to install the Go language bindings using the following c…
-
One test failed on ppc64le for 0.10.4.
```
[00:01:54] + make -j43 check
...
[00:04:02] [ TEST ] capnp/encoding-test.c++:1877: legacy test: Encoding/Generics
[00:04:02] capnp/layout.c++:2182: fail…
-
### Describe the bug
lua parser update in `7c27bed` breaks various highlighting issues. Here an example of the `comment` parser being affected (disabled?)
after the commit:
before the comm…
-
### Describe the bug
Here's minimal code to showcase the issue:
As you can see my cursor is on the closing parenthesis ')' on line 4. However it is highlighting the matching parenthesis as the…
-
### Describe the bug
I using TreeSitter for Astro.
For some reason I'm getting some of the syntax highlighting when starting template of the HTML part in Astro like so:
![image](https://github.co…
-
`pycapnp` is based on polling and generally sleeps for `0.01` second between polls. This means that a maximum of 100 messages per second can be exchanged. This is a significant slow-down. By decreasin…