Michel Corne
Michel Corne
This plugin hashes a column ending with "_md5", "_sha1", "_hash" etc. which is useful for passwords.
The root is missing when declining `puer`, `o` etc. This is the case for the 5 models in https://github.com/cltk/lat_models_cltk/blob/master/lemmata/collatinus/src/modeles.la where the number of characters to remove from the canonical form...
The following snippet produces "TypeError: an integer is required (got type bytes)" with Python 3.8. Code snippet ```python from goto import with_goto @with_goto def main(): label .label_rst ``` Error trace...
I get the following exception when I run the program below: Exception has occurred: SyntaxError Unknown label 'a' ``` python from goto import with_goto @with_goto def main(x): if x ==...
is there a way to edit the html of a question or answer to change an img src? and more generally a way to edit in raw mode?