Jules Lasne
Jules Lasne
### Description When calling the API, for example like so: `GET https://shellhub.example.com/api/devices?page=1&per_page=100&filter=W3sidHlwZSI6InByb3BlcnR5IiwicGFyYW1zIjp7Im5hbWUiOiJuYW1lIiwib3BlcmF0b3IiOiJjb250YWlucyIsInZhbHVlIjoidCJ9fV0` We get a 500 (see #3522 for why.) A 500 isn't a good error message for a bad...
### Description When trying to use an expired token (the one I used was created on Monday and expired this morning at 9:26am GMT+1), you get a `401` response from...
### Description Reproduce: Go on your shellhub instance, click connect and connect to any device. Type some commands then type `exit`. The webshell window will stay opened until you close...
I would like to be able to ask pytest-redis to setup a redis instance once per session so I can easily distribute it why pytest-xdist. Why ? Well it works...
Hi, You should add a void \* random_interval(void \* min, void \* max) or something alike to generate random numbers between min and max int !
### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Current Behavior If any category is selected (for movies, haven't...
The table: ```py class EventTypeIndex(GlobalSecondaryIndex): class Meta: index_name = "EventTypeIndex" projection = AllProjection() event_type = UnicodeEnumAttribute( LogEventTypeEnum, hash_key=True, unknown_value=LogEventTypeEnum.GENERIC, default_for_new=LogEventTypeEnum.GENERIC, ) class Logs(Model): class Meta: table_name = "Logs" region =...
When I run `sphinx-lint -i .venv .tox` I was expecting `sphinx-lint` to ignore both `.venv` and `.tox` directories but it isn't the case. For it to work, I need to...
### Project to be claimed `flask-utils`: https://pypi.org/project/flask-utils/ ### Your PyPI username `seluj78`: https://pypi.org/user/seluj78 ### Reasons for the request The repository and project hasn't been active in more than 10 years,...