Voronov Maksim

Results 5 issues of Voronov Maksim

Step to reproduce: ``` var price float64 = 99.00 decPrice:=decimal.NewFromFloat(price ) FractionalPart := decPrice.Exponent() ``` AR: FractionalPart is 0 ER: FractionalPart 2

Handler (Server Plugin) is the best solution for the feature, but it seems I cannot use my custom function (handler) in the Gremlin query. Is it really a limitation of...

question

Hi, I've created a custom attribute and expected it to be added to the Meilisearch index, but it wasn't. Is this a bug or expected behavior? If it's expected, are...

I have jsonB column "config" ```` { "simpleNode": "simpleNodeValue", "nestedNode": { "nestedKey": "nestedKeyValue" }, "arrayNode":[ { "arrayNodeKey": "arrayNodeValue" } ] } ```` Entity: ```` @Entity @Table(name = "MyEntity") public class...

question

Hi. I have an entity `cls_extension_settings` with a `PostgreSQL` `jsonb` field `settings` structured like this: ```` { "attrs":[ //A lot of other nodes { "key": "value1"}, //A lot of other...

workaround available
component: core
worth: medium