phiresky
phiresky
> As mentioned in the dev chat it would be very useful to have some unit tests here, to ensure it works as expected. Any ideas on how best to...
second syntax definitely causes ambiguity: ```js let y = 1; let flag = { x: y // k: v } ``` ```js let flag = { label: y; // statement...
potential fix in #1900
This is especially annoying as JSON.stringify produces these strings (e.g. `JSON.stringify({now: new Date()}) => {now: "2017-11-08T01:00:36.383Z"}` which are annoying to parse with jq.
Just wanted to say that this is definitely still happening, I have around 10 - 50 of these on my machines generated around on file every week. have you thought...
> Hättest du denn Lust das was du vorschlägst selbst zu programmieren? Sorry, kann überhaupt kein Ruby und hab grad nicht wirklich Zeit es zu lernen. Ich denke auch dass...
@mrtcode This probably isn't the right place to ask, but what is the reason that Zotero Connect can get the actual citation from something like https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf but Translation Server can't?...
Thanks. Here are some more examples that work fine via Zotero but not via Translation Server: - https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44321.pdf - http://sci-hub.tw/https://ieeexplore.ieee.org/abstract/document/8666636 (I guess this is a different problem?) - http://img.cs.uec.ac.jp/pub/conf17/171024ege_0.pdf Are...
Hey! I want to mention my project that implements this (automatic citation extraction based on an URL) for pandoc: https://phiresky.github.io/blog/2019/pandoc-url2cite/ The citation for each URL is fetched once, then indefinitely...
I created a draft PR which (indirectly) adds ePUB output: https://github.com/typst/typst/pull/461