Felipe Gasper

Results 107 issues of Felipe Gasper

## Is your feature request related to a problem? Please describe I almost missed that I was creating an iterator with PrefetchValues=false thus: ``` iterator, err := txn.NewIterator(badger.IteratorOptions{ Prefix: ......

ConsoleWriter reorders JSON fields when printing them, even if the field was added via RawJSON(). It should instead preserve the order of those fields.

If the is-empty determination uses `reflect.ValueOf(&x).Elem().IsZero()` then that function can usefully work on any type, not just comparables.

A reopening/restatement of #410, now that I look yet again at the problem: See this [example](https://goplay.tools/snippet/WUPyGslBHTi): ``` package main import ( "math/rand/v2" "testing" "github.com/shopspring/decimal" ) func Test(t *testing.T) { //...

Given a high enough integer value, apd seems to lose precision after some round-trips: ``` package main import ( "math/rand/v2" "testing" "github.com/cockroachdb/apd/v2" ) func TestRoundTrip(t *testing.T) { // This number...

### Expected behavior It’d be nice if mlaunch outputted the connection string for the cluster it has provisioned. ### Actual/current behavior Command strings have to be created by hand.

improvement