Niklas Benfer
Niklas Benfer
Many "block" (as in widget) functions do not return anything even though they should. For example in [d3blocks.py](https://github.com/d3blocks/d3blocks/blob/main/d3blocks/d3blocks.py#L1963), line 1963 is missing a return keyword. If it is not specified,...
Hello! The argument `response_mode="blur"` appears to be designed to enable interfacing with external buttons. It works when I type something into the code editor and press the button - I...
This pull request fixes an issue with overlapping tokens in [tokenizer.py](https://github.com/tsproisl/SoMaJo/blob/master/src/somajo/tokenizer.py#L365). The issue is that the tokenizer first splits on [all measurement units](https://github.com/tsproisl/SoMaJo/blob/master/src/somajo/tokenizer.py#L755) and afterwards [on abbreviations](https://github.com/tsproisl/SoMaJo/blob/master/src/somajo/tokenizer.py#L758). However in the...