Rustam

Results 51 issues of Rustam

Unexpected selection `\bowtie`. See examples Carriage position in 0: ![pic](https://user-images.githubusercontent.com/2669927/67138659-7d4c4780-f24f-11e9-8759-880c4c144385.png) Carriage position in 8: ![pic](https://user-images.githubusercontent.com/2669927/67138667-8f2dea80-f24f-11e9-8632-114892999252.png) Carriage position in 12: ![pic](https://user-images.githubusercontent.com/2669927/67138671-9c4ad980-f24f-11e9-8f4f-b8e7489b19de.png) Carriage position in 13: ![pic](https://user-images.githubusercontent.com/2669927/67138677-af5da980-f24f-11e9-9bf0-8066a2b6ecbd.png) Carriage position in 14: ![pic](https://user-images.githubusercontent.com/2669927/67138683-bdabc580-f24f-11e9-9530-d69594b73c71.png)

kind:bug
help-wanted

Add commands `\mathrel` and `\joinrel`. This will be needed to replace the washout command `\bowtie`, as it is replaced by the following command (https://tex.stackexchange.com/q/100603): ```tex \mathrel \triangleright \joinrel \mathrel \triangleleft...

kind:feature
help-wanted

Hello! Instead of the encoding 'iso-8859-1' is defined 'iso-8859-15'. file [iso-8859-1.txt](https://github.com/CharsetDetector/UTF-unknown/files/3814828/iso-8859-1.txt) from [uchardet test](https://gitlab.freedesktop.org/uchardet/uchardet/blob/master/test/da/iso-8859-1.txt) Status Log Get confidence: -- new match found: confidence 0.01, index 0, charset windows-1251. -- new...

wrong encoding detected

Project uchardet still wants that should not always consider 'EscASCII'. > This is an ASCII TEST. We still want uchardet to detect it as ASCII, even with the presence of...

wrong encoding detected

Hello! There are interconnected issues in the repository: #42, #76, #77, #80, #83 and now this. The main issue is #80. It main problem of the consequences is given in...

Hello! notepad-plus-plus revert "Update uchardet to 0.0.6 to improve UTF-8 detection quality" -- notepad-plus-plus/notepad-plus-plus#5414 We need to look and fix the corresponding changes, since after #52 we got a lot...

Hello! It may be worth adding the ability to determine the encoding if you know which target language?

Hello! We may consider adding detection for encoding 'x-mac-romanian' See https://github.com/chardet/chardet/pull/5 chardet/macromanprober.py ```python3 ######################## BEGIN LICENSE BLOCK ######################## # This code was modified from latin1prober.py by Rob Speer . #...

feature

Text is higher than expected for a fluent theme With Default: ![image](https://user-images.githubusercontent.com/2669927/109416151-874a9280-79cd-11eb-82b5-be392a5aec34.png) With Fluent: ![image](https://user-images.githubusercontent.com/2669927/109416200-d0024b80-79cd-11eb-8ff0-482c8bab2ab4.png)

Hello! Now that the tests are almost restored (#31), we can try refactoring the test code. This PR suggests doing it: - removes visibility for VS and `dotnet test` tests...