Leonardo Pasquarelli
Leonardo Pasquarelli
Hi! I'd like to work on this issue. This shouldn't take too long, so I'll try to make a PR within the next days.
I've worked on the feature for a bit, and so far I encountered one problem: Executing any editor will crash glow right after exiting the editor. You can try this...
@meowgorithm I just pushed my changes to the `pager-edit-key` branch of my [fork](https://github.com/lepasq/glow/tree/pager-edit-key) in this [commit](https://github.com/lepasq/glow/commit/ae56f7a25b0114c0fc98b72b958e77822408ffa4).
Note that the code won't work on Windows yet, since I'm running the editor by launching its binary in `/bin`.
> You can check the value of the "$EDITOR" variable, and launch it. Fair point. This is what the method currently looks like: ```go func findEditor() (string, error) { if...
Hey, I'd like to take a look at this. Could you give me some advice on what files I should be looking at, and how I should get started?
Short update from my side: Podcasts can be played back, the context is set and the name of the podcast is in the status bar. [](https://asciinema.org/a/Vvk7LVW8ncJJp9DbDXXGmDEDf) There's a bug where...
Hi! I'd like to work on this issue. My approach would be to add a method in table/table.go, which either simply swaps the contents of the columns and the rows,...
This issue was previously addressed in [here](https://github.com/sagarkarira/coronavirus-tracker-cli/issues/6). You should have a look at your `curl` version. Upgrading it might fix the issue.
Ciao, thanks for your answer! I'm using the program for microlithography. My input files are not PCBs, but micro masks for a chip. The laser has a spot that can...