Matthew Scheffel

Results 55 comments of Matthew Scheffel

I'm running this PR unpacked as a replacement for this plugin and the timer is working well. The base plugin off the marketplace runs noticeably slow.

I'm also interested in this feature; given the lack of support for it here, I think it's worth pursuing this feature in the [glitch-soc](https://github.com/glitch-soc/mastodon) fork. I've created the issue there.

@allexkul @Victor239 are you folks on Linux, too?

I think we just have to change: https://github.com/saulpw/visidata/blob/9c31e8dabe74774f4bebf546d8e15f5b7030bd70/visidata/loaders/postgres.py#L129 To read: `with self.sql.cur(f'SELECT * FROM "{source}"') as cur:`

> `with self.sql.cur(f'SELECT * FROM "{source}"') as cur:` PR submitted; my proposed solution in this quote was not enough, as "public.TableName" refers to the literal object named "public.TableName", not schema...

I'm having some trouble with this; I have an existing repo that I'd like to use git-bug with, and I develop for it on two machines. I made a user...

> Could you try `yarn install` in the `static/` directory? This resolved the same problem (with minor differences) for me on Debian Linux, thank you.

@danielbradburn I'm in the same position as @FilmCoder on Windows; I upgraded from the git repo and the graph shows up and interacts with user input fine. Pruning works, zooming...

Theming is a valuable feature. If there are truly no breaking changes I would be in favour of simply migrating to 5.3.0 without backwards compatibility - it'll create less technical...

How about we include the generated file with each release, and rather than make a build script for generating these files we instead have a github action for it. We...