XZF
XZF
... probably depending on the mode. E.g. if a sentence is selected in text mode, it makes sense to be able to move it to before the preceding, or to...
`...` and `...` should be passed through to Markdown.
I have just got several brand-new ACR122U-A9 units; quite unexpectedly, they report a different PICC interface, and do not work (do not read any cards, and hang / never exit...
PyCharm shows the error "Mypy: unexpected EOF while parsing" in a strip that it inserts at the top of the current editor window. If real-time Mypy checking is enabled (definitely...
... otherwise pretty cryptic. Especially in combination with the apparent whitespace sensitivity.
`msg: "Not a key code: ModifierFlag"` when interpreting `--KeyToKey--` rules with more than one ModifierFlag.
... perhaps a script or set of instructions for how to make a copy that would run under a separate name and have distinct set of preferences? Thanks
Superscript elements do not seem to be handled in any particular way - they are just fused with the word they follow. This is a bug, since it results in...
``` import pint import decimal ureg = pint.UnitRegistry(non_int_type=decimal.Decimal) y = ureg.Quantity('1.2345', 'm') print(y.to('cm')) #>>> TypeError: can't multiply sequence by non-int of type 'decimal.Decimal' ureg = pint.UnitRegistry(non_int_type=decimal.Decimal) y = ureg.Quantity(1.2345, 'm')...
When using "outside of strings", the extension is activated by JS comments '//' or any single slash. Would be very cool to just have it available "on request" when outside...