-
I am writing a foxy package that uses some of the classes in https://github.com/SteveMacenski/spatio_temporal_voxel_layer, and links the shared library produced by spatio_temporal_voxel_layer in order…
Jconn updated
3 years ago
-
Although we have our own `name: ${name:value}` mechanism implemented in yab, can we consider the values for the variables as a merge of env vars and those that are specified on the command line (comma…
-
# Why
It's kind-of-the whole point of Thrift Services.
# How
- Thrift IDL parsing via [Facebook Swift](https://github.com/facebook/swift/tree/master/swift-idl-parser)
- RequestHandler code generation…
-
Synthesize learnings from IDL's to define the initial action type for Holons.
- [ ] decide on name for this object -- Action and Operation are both already used by Holochain. Consider Request/Respo…
-
_Background: This issue was identified during a review of #528_
Currently, all error codes that can be returned from kernel object invocations when using the libsel4-provided invocation stubs are i…
-
I have the following structure
```
proto
- gen
- doc
- js
- idl
- service1
- service1.proto
- service2
- service2.proto
```
I have the following buf.yaml
```yaml
versio…
-
I'd like to be able to define the error codes in the IDL, and once there, it would be cool to automatically build the errors with those codes.
For example, if I define in `myservice.idl`
```idl
…
-
_From @calvertdw on January 8, 2018 16:53_
You guys know what this means.
Constants aren't good enough. They don't constrain you to the range of values and you are able to set the field to any num…
-
# 1. DeviceStatus
```thrift
service TDeviceStatus
{
bool isRunning();
}
```
# 2. TPingService
```thrift
service TPingService
{
/** ping */
void ping();
}
```
# 3. Server
…
-
I use outargs getArgs(). get(0). getValue(). Tostring() gets the result and refers to Querytest. However, the final data obtained is inconsistent with the data recorded in canisters.
QyeryTest:
…