-
> [TTS] doesn't read anything out [on a Cloze]. So if I write:
>
> A few lizards are venomous, eg {{c1::gila monster}}. They have {{c2::grooved teeth}} and {{c2::sublingual venom glands}}.
> On …
-
Posts widget, classic skin. Please include clickable category (terms) option in meta data field. Currently, there is author, date, time, comments option.
Thank you.
-
When writing Dockerfiles, often layering is important, and it's best practice to group shell commands in logical units (e.g., combine `apt-get update` and `apt-get install` in a [single `RUN` ](https:…
-
Love KWeb - was wanting to know if there is any way to inject KVar data into an existing templating engine such as [Freemarker](https://freemarker.apache.org/), [Pebble](https://pebbletemplates.io/) o…
-
I was looking at https://github.com/WebAssembly/spec/blob/941c6f37cb13de20f54b89b73145f802b87b8155/document/core/util/mathjax2katex.py#L117
By default, katex will generate something like:
```
0xF…
-
Now the "html/template" is used for templating URLs in `get` subcommand. That leads to unnecessary escaping of the URL parts.
For demonstrating the expected and current behaviours I use the followi…
-
When a T4 compile-time template references a netstandard 2.1 assembly, if the template's code tries to instantiate a class from that assembly it generates an error:
```
Running transformation: Sys…
Emdot updated
2 years ago
-
IMO, "Boosted post from" and "\n\nLink to post" consumes too much space from my microblog-style posts. But there can be other use cases, so why not add custom formatting for that
Also, would be gre…
-
Is there a way/plans to search cards by including also their reminder texts?
Use case: I searched today [cmc=1 t:creature o:"when ~ dies" o:"creature token"](https://mtg.wtf/card?q=cmc%3D1+t%3Acrea…
-
Hi
I have implemented delta lake on premise and created some delta tables. Now I want to read the data from delta lake and create the dashboard in Apache superset. I have seen one library which can …