-
This is an intermittent error compiling a small "hello, http" app with tinygo 0.29 [EDIT: also with 0.28.1, see below]:
```
panic: runtime error: index out of range [0] with length 0
goroutine 65…
-
Both C++ capnp and pycapnp seem to support relative imports just fine (e.g. `c++.capnp` located next to the schema and imported as `import "c++.capnp"`) -- wonder if there's a reason for disallowing t…
-
Dear Madam or Sir,
thank you very much for your kind service. I noticed that copy and pasting the log output introduces for each line another empty line, which is annoying.
Furthermore, loading …
-
Interface is a great way to represent "opaque remote object", however, I am struggling to use it.
Consider the following API interface
```
interface Api {
interface OpaqueHandle {}
create @…
-
# Context
I've had this storage policy:
```
/hdd_data/clickhouse_data/
default
…
-
| | |
| --- | --- |
| Bugzilla Link | [21285](https://llvm.org/bz21285) |
| Version | trunk |
| OS | Linux |
| Attachments | [module-loader-5101c1.sh](https://user-images.githubusercontent.com/60944…
-
There are currently two ways to provide a configuration to `workerd serve`:
- A capnproto text file (e.g., `workerd serve my-config.capnp`)
- Binary encoded capnproto (with the `--binary` flag)
…
-
### Describe the highlighting problem
I'm working on `github:nix-community/poetry2nix/overrides/default.nix` and it's absurdly slow until I `:TSDisable highlight nix` and resort to semantic highlig…
-
### Describe the bug
This piece of code, which is completely fine to python, produces an error on treesitter:
```python
class Foo:
foo: Annotated[
list[AnotherType],
some_f…
-
@teqdruid after basing the new cmake features on the CAPNP_DISABLE flag, anyone with an older cmake is going to have to set CAPNP_DISABLE=1, even if they have no idea what ESI cosim is or why they nee…