-
Several options have been discussed:
- A wrapper around the ReadStateService from Zebra, either hyper or a gRPC implementation. Offering a 1-2-1 correlation of functionality provided by the ReadSta…
-
**Is your feature request related to a problem? Please describe.**
All old setLine(), getLine() etc methods that operate on strings are deprecated and the new methods use Components. We should do the…
-
Not sure of the best language to describe this succinctly, but in PyTorch, there are modules with the parameter "num_layers", e.g. nn.GRU and nn.LSTM. However, the helpers in torch_helpers seem to ass…
-
Need to backport more Java SDK functionality by providing convenient ZIO wrappers for them.
It includes simple methods, while complicated functionality is decoupled into dedicated tickets.
An inco…
-
Hello!
I'm starting to use the new ruby debugger (https://github.com/ruby/debug) in VSCode and making use of this gem to skip through sorbet stuff. Right now, I'm just manually calling `PrySorbet::…
-
### Description
Create a React Native SDK that allows mobile developers to easily integrate Chimoney’s services into their React Native applications. The SDK should provide access to all relevant …
-
The `try1.py` and `try2.py` are supposed to display the output of different Alternator hosts, but the script only displays the dummy hostname values
```
root@pyhost:/scripts# python test.py
Load bala…
-
-
### Production Branches
This DR is for work done a while ago for the moments App. It is being written up as now we are using the same approach to wrap the Vlasov and GK Apps. See the main gk-g0-app…
-
This code:
```scala
object WrapperTest:
trait Spec {
}
case class Wrapper(underlying: Spec) extends Spec {
}
def test =
def w: Spec = Wrapper(new Wrapper(w) { })
end Wrapp…