-
The optimized generated code for marshal, unmarshal, clone etc. still resorts to generic, `protoreflect`-based logic for builtin/well-known types such as `google.protobuf.Timestamp`, `google.protobuf.…
-
After updating all docker images in mount and doing docker compose down/up, I get this: (python client later)
```py
arkitekt-next-internal_docker-1 | DiscoveryError: Error! We could not retrieve …
-
The current FPS proposal (https://github.com/WICG/first-party-sets) requires FPS be submitted to a GitHub repository and authentication of source is accomplished by requiring the FPS files be served f…
-
This issue tracks currently known problems in our scoring of SWE-bench. As well as false positives and false negatives, there are three types of failures. Cases where only our implementation has the f…
-
**Is your feature request related to a problem? Please describe.**
When entering a filesystem via import etc we see the "filesystem browser" that lets us choose one file inside a collection such as a…
-
It looks (cursorily) like we're within our rights to establish 24-bit integer types in stdint.h. The `_BitInt(24)` extension for this isn't very well known, and it's come up a few times that this is a…
-
I'm using Goland (2022.2) with buf 1.7.0 and non-well-known-types are not resolving and show an error, even though . Unlike #37, well known types work just fine. Running `buf build` and `buf generate`…
-
I only see two. Purkinje cell is missing and all the other well known cell types.
-
This is a proposal to introduce a new syntax for declaring maps ahead of their use, outside of probes:
```
let @x[uint64] = stack_t;
BEGIN
{
@x[123] = ustack();
}
```
I would like this f…
-
**Is your feature request related to a problem? Please describe.**
Currently only `Deployment` and `DeploymentConfig` are supported resource types in release manager. That makes it hard to deploy (…