Luiz Ferraz

Results 54 issues of Luiz Ferraz

When a query has a datasource of type `join` and the result is empty (`[]`) the resolver will not identify the data sources used on the query and therefore will...

### Use Case/Motivation When stdout is not a tty it would be better to not output any ANSI special codes (for colors). This allows piping entries from JRNL to other...

enhancement
discussion

## What should it do? Some unit tests rely on the running user having permission to read and write files from outside of the project (`$HOME/.config/wtf/log.txt` for example). Hermetic build...

💥 feature
wontfix

# Describe the bug The title is quite self-explanatory ``` column "foo.id" does not exist 🐜 This seems to be an execution error, which means that your request syntax seems...

# Describe the bug Parameters of data type `text` are being coerced to `citext` when writing data, but not when comparing. # To Reproduce ```sql CREATE TABLE foo ( id...

# Describe the bug Inserting on a table containing a nullable field with type `uuid[]` fails if the same insert contains rows with NULL and non-NULL values. ``` return arr.map(x...

The same problem as reported years ago on https://github.com/actions/cache/issues/731 is back. ```log Wed, 06 Sep 2023 14:05:43 GMT | Run actions/cache@v3 Wed, 06 Sep 2023 14:05:43 GMT | with: Wed,...

maintenance
good first issue

When configuring the GitHub integration after clicking on check status, the authentication succeeds but a message pops up at the bottom saying it failed: ![image](https://github.com/gitbutlerapp/gitbutler/assets/11063910/08567b3a-a94e-4e80-a624-7076eed4c75f)

bug
UX
auth*

I have tests still running, but the ones that have been completed have all passed. Until the last check completes or one of them fails, it shows both "checks passed"...

bug
UX/UI
integration