Charles
Charles
Hi. I just started using bspwm about a week ago, loving it right now. Thanks to all contributors! I'm wondering about implementing a feature like [i3 marks](https://i3wm.org/docs/userguide.html#vim_like_marks), which allows tagging...
Hi! I'm trying to debug failing connection attempts, probably an authentication issue with our API gateway. The gateway server responds with a 400, refusing the connection. The websockets debug logs...
See #313. OP shared a commit with a fix on GoDeps(issue shouldn't have been closed). ### What version of GoTTY are you using (`gotty --version`)? v1.0.1 ### What operating system...
My attempts to use gotty consistently fail with "Failed to execute command". My example is with tmux, but any command gives the same result. I installed with `go get`. ###...
Hi. This tool seems really great, looking forward to using it. I was really excited by the OpenAPI support, but it doesn't seem to work for the latest specification(http://spec.openapis.org/oas/v3.0.2) ....
#### Current Behavior running `starship config` fails with error `thread 'main' panicked at 'Unable to locate editor in $PATH.: Custom { kind: NotFound, error: CannotFindBinaryPath }', src/configure.rs:274:1` #### Expected Behavior...
Hi! ``` ResponseError Traceback (most recent call last) ~/repositories/redisgraph_test/main.py in 36 graph.add_node(redisgraph.Node(label="account", properties=a)) 37 ---> 38 qr = graph.commit() 39 print(str(qr)) ~/.local/share/virtualenvs/redisgraph_test-RxknWNSK/lib/python3.7/site-packages/redisgraph/graph.py in commit(self) 94 query = query[:-1] 95 --->...
I have found no mention or examples in the documentation of nullable fields, that is, allowing a field type to also accept as valid a value of `None`. There doesn't...
Hi, just read the white paper, and this project seems great. There are a lot of similar p2p projects with similar goals and principles currently going on. I suggest we...
Hi! I'm looking to use this tool, along with the logspout-fluentd plugin, to collect & forward logs from our docker swarm nodes to a central fluentd server, as an (arguably...