Peder Bergebakken Sundt
Peder Bergebakken Sundt
Writing jinja in atom started to annoy me, so i made it better
The trailing newline is a posix standard, which the normal posix tools rightfully ignores. `sd` however seems not to. ```shell pbsds@bjarte ~$ echo -e "1\n2\n3" | sed -e 's/^/prefix-/' prefix-1...
This plugin doesn't recognize tables that has been indented. My current workflow consists of deindenting the table to work on it before indenting it again. This is needed in the...
Is it possible to use visidata to batch process files that have different filenames from the file used to record the command log? My workflow: * open foo.csv in vd...
**Have you checked the issues for a similar suggestions?** #318 and #1378 is related **How would you improve Rich?** Showing the local variables in Rich tracebacks is incredibly helpful, but...
I'm using pandoc to generate both HTML+KaTeX and LaTeX form the same source. This is a problem since KaTeX treats colors differently. This is magenta in LaTeX + xcolor: \color[RGB]{255,0,255}...
Fixes #148 Not tested
This is a way to "disable" a MetaModule. This reduces complexity downstream for projects where meta-learning per module is conditional. Otherwise I have to make both a non-meta and a...
Seems like [`setup.py`](https://github.com/tristandeleu/pytorch-meta/blob/d55d89ebd47f340180267106bde3e4b723f23762/setup.py#L34) disallows `torch` version 1.10 and `torchvision` 1.11. Poetry output ``` $ poetry add torchmeta Using version ^1.8.0 for torchmeta Updating dependencies Resolving dependencies... (0.6s) SolverProblemError Because torchmeta...
## Description of the problem or steps to reproduce I did [mention](https://github.com/zyedidia/micro/issues/1130#issuecomment-616217230) this over two years ago, but seeing as this still annoys me, i'm creating this issue. The following...