wrobell
wrobell
I believe I am able to replicate the problem with the following steps. 1. Create PostgreSQL database. 2. Create a table and insert data ``` create table test (time timestamp,...
@leeoniya Is that enough information for this bug?
Thanks for the tip. This seems to work for Timeseries panel, but graph style override seems to be not available for Bar Chart panel?
@leeoniya Thanks for the workaround once again. But I believe the ticket should not be closed. There is still something wrong with the visualization when transformations are involved.
For my purposes `Int() | HexInt()` would be more than enough. But I think that general expectation would be to follow YAML specification, i.e. `Int()` (or `YAMLInt()`?) should allow both...
IMHO, the question is: is there a valid use case for schema to allow only integers with specific base in the schema?
@fugacityengr Please take a look at `catch_conn_error` function in https://gitlab.com/n23/n23/-/blob/master/n23/storage/pg/core.py. This logic serves me well for almost two years, now.
Closing due to inactivity. Please reopen if you can provide more information.
Out of curiosity, is the list here final for ver. 1.0, or does it need to be updated? One bug left...
I am vim/neovim user for years, trying to make Emacs work for me. `evil` is the important gateway. I found this ticket when dealing with Emacs 29.1 Lisp modes. I...