Karol Stasiak
Karol Stasiak
### Steps: 1. create a PGN file with the following contents: ``` [Variant "From Position"] [FEN "5rk1/4R2R/5r2/8/8/8/5PPP/6K1 w - - 0 1"] 1. Rg7+ ``` 2. `File` → `Open` and...
Currently: - `Regex` objects store in them the results of the last match; these should be moved somewhere else so the objects can be reused safely. - `Fuzzy` class stores...
### Steps: 1. create a PGN file with the following contents: ``` [Variant "From Position"] [FEN "5rk1/4R2R/5r2/8/8/8/5PPP/6K1 w - - 0 1"] 1. Rg7+ ``` 2. `Tools` → `PGN` →...
**Steps to reproduce:** Assemble and run the following code: LDA #$91 ADD #$91 DAA **What happened?** Carry was reset. When similar code was used for multi-byte decimal addition, it yielded...
The regex tries to use 5-digit Unicode escapes, but Unicode escapes are only 4-digit, which makes it not work. For example this fragment: `\u20000-\u2A6DF` is interpreted as 3 Unicode ranges:...
**Is your feature request related to a problem? Please describe.** EPUB files containing [furigana, i.e. ruby characters](https://en.wikipedia.org/wiki/Ruby_character) display them inline instead of above, making text unreadable **Describe the solution you'd...
It would be nice if when run on the jpdb itself, breader recognized links to words instead of parsing them. This would be especially nice when browsing contents of decks....
Lack of that option is really annoying when using ttsu reader. ### Steps to reproduce: * add `.jpdb-furi { display: none; }` to Breader's CSS * open ttsu reader *...
### Steps to reproduce: * parse this "text": # △ * hover over it (Note that △ can occur in the middle of any text) ### What I expected: *...
By default, FreePascal defines String as a synonym for ShortString, which cannot be longer than 255 bytes. Since many inputs are >255 bytes, the inputs get truncated and the results...