-
otherwise we'll forget to run `build.sh` after each change
if committing generated code is not easy, at least error when build should have been run but wasnt
-
Install from link
```
lighthouse@VM-8-9-ubuntu:~/park/park/envs/congestion_control$ sudo add-apt-repository ppa:keithw/mahimahi
Tools for network testing and emulation
More info: https://launc…
-
```
We currently use enums for HashAltgorithm and SignatureAlgorithm in the
protobufs. Should we ever add a new value to the enum, and send a signature
to a server that runs old code, the hash_algor…
-
```
(env) D:\github\reverse-engineering-assistant\reverse-engineering-assistant>reva-chat
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run…
-
Version: Deno 2.0.0
Hi, Take the following RsBuild + SolidJS repo running under Deno:
https://github.com/sachaw/rsbuild-issue
When running `deno install`, as `"nodeModulesDir": "auto"` is set…
-
### Feature description
Investigate adding support for protobufs, as suggested in the following discussion:
- #604
-
```
We currently use enums for HashAltgorithm and SignatureAlgorithm in the
protobufs. Should we ever add a new value to the enum, and send a signature
to a server that runs old code, the hash_algor…
-
```
We currently use enums for HashAltgorithm and SignatureAlgorithm in the
protobufs. Should we ever add a new value to the enum, and send a signature
to a server that runs old code, the hash_algor…
-
I was able to compile a simple grpc example. when I run the client, I get the following error
```
C:\windows_home\src\dsisnero\crystal_examples\grpc_test>bin\grpc_client.exe
hostname_arg # => "l…
-
The two classes (identical in JS and other SDKs) look strange. The classes are wrappers around protobuf classes that created by hand but do not provide any additional information. Can we please check …