Alexey Zaytsev
Alexey Zaytsev
Looks like Facebook just changed the way it generates mobile links. For eaxmple, https://m.facebook.com/story.php?story_fbid=844908488888888&id=438922569487484 works, but https://facebook.com/story.php?story_fbid=844908488888888&id=438922569487484 no longer does. I've turned off FB substitution until we figure out what's...
We need a way to track the parent comment. Often the author would see the bot comment and fix the link. Or they'd put in a broken link, and fix...
Amazon and Facebook links often contain a large number of additional arguments. Would be nice if we could shorten them to a minimum.
The one found under Color->Exposure. Pretty sure you can achieve the same result with other tools, but this one is easy to use.
Fixes #28
\```py is highlighted by Obsidian in preview, but not by this plugin in the editor:  Would be great to recognize 'py' and make the behaviour consistent.
`Tensor([1, np.nan]).numpy().max()` -> `np.nan` `Tensor([1, np.nan]).max().numpy()` -> `array([1.], dtype=float32)` Wrong output shape aside, it should be `nan`, not `1`.
Are we ok with adding a bunch of numpy/pytorch convenience methods, like `.numel()`, `.ndim()`, `.isinf()`, etc, etc? They are mostly one-liners (if you put the body of the function after...
Run `nbdev_test --n_workers 1 --file_re "0[07].*" --do_print` in `fastai` repo (after installing the dev dependencies) Error I'm getting: ``` xl0@vespa:~/work/code/fastai$ nbdev_test --n_workers 1 --file_re "0[70].*" --do_print Starting /ssd/xl0/work/code/fastai/nbs/00_torch_core.ipynb - Completed...