mpwalkerdine
mpwalkerdine
Not sure if this is the desired behaviour in the Go operating mode, but this test fails (gives `0` instead of `0.00`). Leaving it in GDA mode will make it...
Another one (again, only in Go mode, gives `'0.00000'` instead of `' 0.00'`) ```` func TestDecimal_FormatGo(t *testing.T) { z := new(Big) z.Context.OperatingMode = Go fs := "'%5.2f'" want := "'...
It looks like the above two [are intentional](https://github.com/ericlagergren/decimal/blob/32e0aeedccccb0a2b263c754706e53e23089f106/format.go#L179). ``` if x.compact == 0 && o == Go { // Go mode prints zeros different than GDA. if f.width == noWidth...
No worries, and thanks for the great library! :smiley:
We appear to have come across a very similar situation, in which an upgrade to NATS 2.10.9 has resulted in a loss of the complete history of messages on two...
Hi @wallyqs - no, permanent streams with durable consumers. A couple of potentially interesting things appeared in our logs around this time too, `Resetting WAL state` and `Stream state too...
A quick update for any future readers - we've narrowed the issue down somewhat and it appears to be related to the NATS disks being pulled at inappropriate times by...
@wallyqs FYI it looks like one or more of the fixes in 2.10.10 has resolved our issue - I can no longer reproduce the deletion on startup issue, no orphaned...
Looks like I spoke too soon - more testing shows that one of the nodes has lost its state on disk, and if it becomes a cluster leader that stream...
> @mpwalkerdine Could you let us know if 2.10.11 fixed it for you too? I'll retest against 2.10.11 and report back. Our issue seems to be caused by some pretty...