Wayne Werner

Results 62 issues of Wayne Werner

There are no preferences in my UI that I can find. Especially I'd like to remove ^w as closing the window because there's never ever been a time that I've...

Basic idea: With a regular TFT screen, you can be using the terminal, and then use `fbi` to view images on the TFT. If you quit, then it sends you...

enhancement
usability

Consider the following: ``` foo: bar: >- this is just some text that has weird spacing but is valid ``` With this config: ``` indentation: spaces: 2 indent-sequences: true check-multi-line-strings:...

I have a sample `setup.py` file which should make Elodie `pip-installable`. I also went ahead and registered the project on `pypi` so it didn't get picked up in the interim....

It would be nice to have a package that could be pip-installed. [Here is a decent setup.py](https://github.com/waynew/slipstream/blob/master/setup.py). The layout of the app would need some changing to support that, though.

enhancement

I definitely plan to do a rebase to clean up this commit history (probably end out just squashing to one commit) before I'm done with this as a draft status....

configuration

I've worked with other projects that have different needs around deprecation/warning. I feel like we should have some type of regular schedule for removing deprecated functionality. Maybe once a year...

[InlineFragment](https://quiz.readthedocs.io/en/latest/api.html) exists, but I can't figure out how to use it. I'm assuming that it's supposed to do what I want, and I just figured out how to make it...

in develop

I'm trying to translate a query like this GitHub query: ``` query { repository(owner: "ariebovenberg", name: "quiz") { issues (last:3, states: [OPEN, CLOSED]) { pageInfo { endCursor startCursor } nodes{...

bug
in develop

**Version information.** I've tried with both the current head (4.7.0-4-ge1b5) as well as 4.7.0 found in brew. Both exhibit the same behavior. **Bug description.** When importing an event on a...