Sylvain Renaud

Results 4 comments of Sylvain Renaud

Did you plan to merge this soon @TheRandomLabs ? pgAdmin always show a (pretty annoying) popup on startup tu suggest updating to latest version :) Also, pgAdmin 5.3 is out:...

I think that users switching frequently between LF / CRLF would appreciate having this dropdown in the Base64 encoder / decoder and other tools using this option, but not in...

I confirm that the file name _contains_ the query string, which is unexpected. I did not explored the `download_unarchive` yet, i'll check this, looks like it's what I need! I...

The URL is ```yaml # deploy_environment is either prod or staging ansistrano_get_url: "https:///api/v4/projects/524/jobs/artifacts/{{ ansistrano_git_branch }}/download?job=build:{{ deploy_environment }}" ``` For `staging`, the file name is `download?job=build:staging` ![image](https://user-images.githubusercontent.com/25111929/163119839-25d2cc4f-fbe9-4f44-aea4-a7cad39c28ab.png) Maybe injecting a variable...