-
Add allows user to add duplicate flashcards with extra whitespace difference
Executing `add l/abc e/test word f/test word` and `add l/abc e/test word f/test word` creates 2 flashcards.
![Screenshot…
-
I would benefit from some of the problems detected by `report` queries to be repaired automatically.
For example: `annotation_whitespace` constraint violations can be fixed by some SPARQL Update (n…
-
### UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 445: character maps to
![image](https://github.com/user-attachments/assets/25cbfdf7-f0ac-477c-936c-4f60ab7639fb)
```…
-
While investigating #4779, I realized that user-created postcircumfix operators silently ignore the `is assoc` and `is looser`/`is tighter`/`is equiv` traits. Observe:
```raku
sub postcircumfix:(…
-
When rendering a list, mdpopups seems to prefer to have the list prepended with two newlines:
```
Python 3.3>>> mdpopups.md2html(view, 'foo:\n\n- hello\n-there\n')
'foo:\n\nhello\n-there\n'
```
…
rwols updated
3 years ago
-
Is this even possible? Can we with minimal a priori knowledge can we separate sentences in all languages in all scripts enough so that when combined with a Gale-Church sentence Aligner, we can get de…
-
**Is your feature request related to a problem? Please describe.**
- As a user, I want to split my documents based on a token limit. I would like to use HuggingFace tokenizers, Sentence Transformers …
-
**Describe your proposed improvement and the problem it solves.**
Negative numbers are typically typed by prepending `-`, though this symbol is primarily a hyphen and only secondarily a minus s…
-
This is kind of related to https://github.com/terraform-docs/terraform-docs/issues/296, and the resulting fix in https://github.com/terraform-docs/terraform-docs/pull/429.
### What problem are you …
-
The C standard states in 6.4 p1
> preprocessing-token:
> ...
> each non-white-space character that cannot be one of the above
…