Nate Tessman

Results 4 issues of Nate Tessman

### Information The documentation has a diagram and text description indicating that you can define "additional selectors" in other files by creating a "`ComponentStore` that won't be managing state and...

Comp: Docs
Project: Component Store

`byte[]`'s `ToString` prints `System.Byte[]`. This is not helpful when diagnosing the state of the parser when an error occurs, so I instead print the UTF8 encoded string version of the...

### Observed behavior When I use the NATS client library in a C# console application, it works as expected. When I use it within the Unity game engine, it fails...

defect

### Describe what happened StatefulSet appears to partially ignore the ReplaceOnChanges attribute. When modifying a previously created StatefulSet, even when `ReplaceOnChanges = ["*"]`, I get an error: ``` Preview failed:...

kind/bug