Nicolas

Results 41 issues of Nicolas

The example [WebsocketClient Methods](https://github.com/danpaquin/coinbasepro-python#websocketclient-methods) doesn't include `self.channels` so copy-pasting the example doesn't work out of the box. ```python self.channels = ['ticker'] ``` I think you meant to have that set...

### Expected Behavior Given a resource from `docker_compose` that points to a `Dockerfile`, I expected the restart button to rebuild my image. ### Current Behavior The same image is restarted....

bug

I've been hosting some scripts in a gitlab organization which doesn't follow the nice `username/project` structure we have in github. It's more like `org/group/function/repo`. When I do `basher list`, I...

Instead of just relying on diffs, would it make sense to supply a state backend directly and visualize the infra structure? I see other issues related to TF Cloud integration....

enhancement

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

**Describe the bug** We depend on spring cloud config server to externalize our configuration and we have two configured backends: - git - vault We have existing configuration that loads...

waiting for votes

I love this library and I use it all the time. I find my test code has the same boiler plate (mostly taken from the README) in every test. Are...

I am looking for a way to manage my Github Classrooms. Currently, it is a lot of clicking to create classrooms with the same organization. I think this would be...

```python query = '' search = wikipedia.search(query) ``` raw_results.error.info = ```The "srsearch" parameter must be set``` which leads to a ```WikipediaException``` Does is ever make sense to allow empty string?...