Tom Misilo

Results 67 issues of Tom Misilo
trafficstars

Instead of having the Key being a query parameter in the url (which can shows up in webserver access logs), move it to the header. https://www.redmine.org/projects/redmine/wiki/Rest_api#Authentication

https://python-redmine.com/resources/user.html#all does not appear to return all users. It only returns the active users. It does not include the registered or locked users. I am trying to search for users...

bug

When you try adding a user to a group they are member of, you get "User is invalid" instead of something that says, already a member, or something to that...

question

## References ## Description In order for the shib container to start, the file that is running needs to be executable ## Instructions for Reviewers Try and start Shibboleth container....

backend: Docker
1 APPROVAL
port to dspace-7_x

**Is your feature request related to a problem? Please describe.** From the documentation > REV complies with RFC2317, "Classless in-addr.arpa delegation" for netmasks of **size /25 through /31**. While the...

Adding some test Cases for RFC4183 Issue #2845

**Describe the bug** dnscontrol will keep creating zones in R53 without it ever matching on them. **To Reproduce** Steps to reproduce the behavior: 1. Create new Reverse Zone in config...

Is there a way to get the total number of events that come back from a query like ```python schedule = account.schedule() calendar = schedule.get_default_calendar() q = calendar.new_query('start').greater_equal(start_time) q.chain('and').on_attribute('end').less_equal(end_time) events...

When I tried to run the specified command, docker told me to run `docker context use default`

## **Describe the bug** oauth2 credentials are not refreshed with the refresh_token, or a new access_token is not requested after getting 401 error. ## **Steps to reproduce** Setup Datasource with...

type/bug