Gavin Stewart
Gavin Stewart
It should be possible to inform RESTfm what base URI path is in use from outside a reverse proxy, which may be different to the directory that RESTfm is installed...
It should be possible to SELECT fields returned without requiring a WHERE clause. On Data API backend: `https://restfm/RESTfm-beta/postcodes/layout/full%20postcodes.json?RFMfind=SELECT%20Pcode` results in: ``` "X-RESTfm-FMDataAPI-Status": "400", "X-RESTfm-FMDataAPI-Reason": "Find criteria are empty", ```
### Your environment Collection Version: 2.2.1 Connect Server Version: 1.5.7 OS: Ubuntu 20.04 Ansible Version: ansible==5.9.0 ansible-core==2.12.7 ## What happened? Running `onepassword.connect.generic_item` module as a task, with state=absent returns FAILED...
### Summary Updating an existing item with onepassword.connect.generic_item module, results in the loss of properties if those properties are not supplied. This is non-trivial to work around in ansible. ###...
### Summary Updating an existing item with onepassword.connect.generic_item module, with the same exact properties and values, results in "changed: true". This is not very ansible-like, it should really be "changed:...
When editing a long table with many rows, and using the mouse wheel to scroll through table, the direction is inverted from normal page scrolling, completely confusing and super frustrating....
### Expected behaviour Click on tray icon, opens main dialog, move mouse into main dialog. ### Actual behaviour Main dialog opens with a space between panel and dialog window, moving...
##### SUMMARY It would be great to have the Subject Alternative Name(s) in the information returned from get_certificate. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME get_certificate ##### ADDITIONAL...
Overall your docker image makes running dmarcts-report-viewer and dmarcts-report-parser a neat solution. You might consider changes to your build to run the services as a non-root user however. For anyone...