Barnabas Jovanovics

Results 17 issues of Barnabas Jovanovics

Hi Before deciding which Infrastructure test framework to use, I looked at what Inspec, Goss, and Testinfra had to offer. And I liked Testinfra the most for my use case....

I used the comments in PR #2007 to implement a proof of concept for the upsertQueryData functionality. I copied and adapted the optimisticUpdate test code to test this. I added...

### Contributor checklist - [ ] Bug fixes include regression tests - [ ] Features include unit/acceptance tests

# Contributor checklist Feels like there might be a cleaner way to do this, but it fixes the problem.

bug

**Describe the bug** A clear and concise description of what the bug is. A query is done even though the filter can never be true example SQL from a query...

bug

**Describe the bug** A clear and concise description of what the bug is. I have this many_to_many definition ```elixir has_many :invoicing_files_references, FileReference do public? true filter expr(category == :invoicing) end...

bug

**Describe the bug** Adding a page option in the swagger UI leads to a URL like this ![image](https://github.com/user-attachments/assets/0bedccc4-3a24-4fcc-8422-d51ee8682753) ``` curl -X 'GET' \ 'http://localhost:4000/api/json/users?page=%7B%22limit%22%3A%20200%7D&fields%5Buser%5D=id%2Cname' \ -H 'accept: application/vnd.api+json' \ -H...

bug
needs review

One thing I really like about the neovim which-key plugin is that it uses the currently configured mappings. This is a good way to explore what actions you can take,...

## Description Adds the `copy_url` function to gitbrowse to copy the url directly to the clipboard instead of opening it in the browser

stale
gitbrowse

I'm on main right now because I'm waiting for the change in https://github.com/germsvel/phoenix_test/pull/206 to be released, but now I have another issue. I have a form that I want to...