Paweł Róg

Results 11 issues of Paweł Róg

Are there any plans to add on-field-click event? There are only 3 types of events (edit, add, delete). I was wondering if it will be possible to handle on click...

With this iteration we keep consistency with current format of document identifiers. Auto-generated identifier is a hexadecimal string representation of binary identifier. In case of custom ID field we keep...

### Describe the issue you are experiencing I have home assistant running in my local network. OS is running on virtual machine on Qemu. After changing network settings through UI...

bug
board/generic-x86-64

Hi I tried to enable hot class reloading in gretty but it always fails with the following exception ``` java.lang.IllegalStateException: The type registry TypeRegistry(id=1448648448,loader=org.akhikhl.gretty.FilteringClassLoader) does not know about type id...

I have artifact which is bigger than 100MB so material crafting fails because of too big file. As far as I can see in https://github.com/chainloop-dev/chainloop/blob/main/app/controlplane/internal/data/casbackend.go#L223-L226 it's impossible to change the...

It turns out that a counter metrics use a gauge metric type as [here](https://github.com/google/go-metrics-stackdriver/blob/main/stackdriver.go#L368) ``` MetricKind: metricpb.MetricDescriptor_GAUGE, ``` This doesn't seem to be right. According to documentation of [Aligner](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.alertPolicies#Aligner) I...

### What do you want to change? Today `catalog.Catalog` has a field called `SearchPath`. The only place it is configured is hardcoded and is part of catalog initialization [here](https://github.com/sqlc-dev/sqlc/blob/main/internal/engine/postgresql/catalog.go#L16). It's...

enhancement
:books: postgresql

### Version 1.27.0 ### What happened? Postgres [docs](https://www.postgresql.org/docs/current/queries-table-expressions.html#QUERIES-FROM) says `USING` clause makes redundant column suppressions. > Furthermore, the output of JOIN USING suppresses redundant columns: there is no need to...

bug
:books: postgresql
:computer: linux

fixes https://github.com/sqlc-dev/sqlc/issues/3660

### Version 1.27.0 ### What happened? I have Postgresql schema where I define overloaded function to handle many column types. ``` CREATE FUNCTION foo(text) CREATE FUNCTION foo(text[]) ``` Unfortunately during...

bug
:books: postgresql