Łukasz Rżanek

Results 16 issues of Łukasz Rżanek

I went through a couple of tickets regarding this issue (at least touch the basis of it), like #407. But I couldn't figure out what is the current status of...

waiting

Spotkałem ciekawy błąd. Jeśli pobiorę na Linux napisy, które zostały przesłane do NapiProjekt (nie wiem czy wyłącznie ten) w kodowaniu `CP1250` po pobraniu zakodowane są _dodatkowo_ do `UTF-8`. Co, rzecz...

It would be, IMHO, reasonable to make a custom `MarshalJSON()` function to handle marshaling given Error with all printable properties and, potentially, stack trace to JSON. Maybe not all will...

I was wondering if there is any chance to refactor this to an extension. There are several Golang psql extensions already, so - at least theoretically - that seems feasible....

enhancement

Taking into consideration the purpose of `max-parallel-commands` it should be possible to override the value via a flag. In my case, depending on whether it's my laptop or CI server...

It would be nice to adjust `pageSize` somehow. Currently, unless I missed it, I do not see that option. You can adjust the value later, but not on first load...

OK, I went through the API as much as I could and as I do fully understand why it is created the way it is - it causes a problem...

question
deferred
help wanted
external

With the changes in DB design and the introduction of JSON types, I think we have a problem with the current implementation here. At least this is what I've found...

As far as I was able to see, there is no easy way to introduce new scalar types into your handler. Currently, the method seems to be limited to statically...

It would be beneficial to have an annotation to generate `_key` (and therefore `_id`) values based on some criteria defined in there. Take Couchbase implementation for [example](https://github.com/spring-projects/spring-data-couchbase/blob/069ceea65c42bcf8ca3f845781363681878a8927/src/main/asciidoc/autokeygeneration.adoc) - it's fairly...

enhancement