Axel Rauschmayer
Axel Rauschmayer
@jgm Still a somewhat vague idea of mine – do you think it’s possible to make your ideas more general? For example: * Input is `[(FilePath, Chunk)]`. * A `Chunk`...
> The downside of using metadata is that the type doesn't get included in the file, so a copy-paste of a .json would fail to carry the information. I'm open...
(Oh, I forgot to mention: I’m really excited about this project. Lots of possibilities.)
Two ideas come to mind: - A constant that tells you how much data is enough for _all_ image formats to determine the dimensions. - A function that checks whether...
Thanks @pfrazee & @mafintosh! > How about we ping you back here in a week or so to try to run this on Dat 2.0? Good plan! I’m using a...
> Also if you have ideas for stuff that should be added in the docs. The answers to my questions I got in this thread were very helpful.
I’d love to have `.get(i)` and `.set(i, x)` with support for negative indices: as @jkrems mentioned, they’d be consistent with current collection interfaces (`Map` etc.). I remember there were arguments...
@rrherr That looks nice! It’s interesting to compare markdown-it-container + markdown-it-attrs with Pandoc’s syntax for [“fenced divs”](https://pandoc.org/MANUAL.html#extension-fenced_divs): ``` ::: single-class ::: ::: {.class1of2 .class2of2} ::: ::: {.single-class id=my-id} ::: ```...
I’m glad to see this feature is on the roadmap! With Finder, I almost always use a single window and tabs. I find that shortcuts for copying and pasting files...
Subjective feedback from someone who has used the latest ESM implementation in a few experiments recently: I really like how it works. I appreciate its simplicity and find it easy...