David Piepgrass
David Piepgrass
I suggest editing the layout file (the one with ``), adding Liquid code so that the comments area only appears if the page actually contains a `commentIssueId` tag. For instance...
I don't have time [feel like] to make a pull request but I packaged up the code into [`comments.html`](https://github.com/qwertie/Loyc/blob/gh-pages/_includes/comments.html) and added these instructions on my [own blog](http://loyc.net/2014/06/29/blogging-on-github.html): 1. Add configuration...
@Peter2121 In almost all text editors, if you select more than one line and press Tab, the lines are indented. I suppose Word Processors do not work that way, though.
I would also like to know. In particular, I wonder if I can set it up to require a hotkey to send something to the other computer (so that the...
Hmm, but if you go with option 1 or 2 - what do you do, mark React as an optional dependency?
I don't think that technique would work in TypeScript (which I'm using) as the compiler would be unable to load the pseudo-module. And I doubt the technique could be used...
``3e8`m/s` `` is an ordinary custom literal meaning `` `m/s`"3e8"`` and both syntaxes were already supported. The suffix is part of the `LNode.Value`, although I'm thinking of splitting the suffix...
Um, three things. First, there is supposed to be no semantic difference between `5` and `n"5"` as `n` is the default type marker for numbers. Yet there are at least...
P.S. given an unknown suffix like `2mi`, the LESv3 parser actually stores `"2"` as a string.
I'm not going to call this `#unit` because I consider the question of how to represent units as an orthogonal, higher-level concern. I'll use `#customLiteral` instead. I probably don't understand...