Milos Paripovic

Results 16 comments of Milos Paripovic

Yes, I am moving to this account, and I opened another issue in case it is a different cause although reproduced in the same way. Thanks for the kind words...

@Kinnara Thank you! There is no exception that the program catches; just doesn't switch to the tab. In the latest version I have just left the "Test" tab with a...

I might have found a related issue that also happens when locking the PC. When a window contains `ComboBox` I can open the ComboBox several times without issues, until I...

This was not enough on my pdf files and I had to do `var image = pdfDoc.Render(page, width, height, 96, 96, PdfRenderFlags.ForPrinting | PdfRenderFlags.Annotations);`

That is because unit is followed by ` (number ` as that is how sites that already provide conversions put their units ex: 1" (25.4 mm) to avoid double conversion....

This sounds useful, but we might need some prioritizing by how often one might any feature. I remember some sites freezing for 2-3 seconds due to the amount of parsing...

Once most edge cases are fixed I can add that as an option. Someone else mentioned that for example there is issue with `3 lbs. 6.4 oz. ` and if...

Probably it is not cleaning up comma and "-" from the number that is being parsed. If someone fixes it and sends a pull request I'll check it. Otherwise this...

hmm, I'll check if there is way to check if it is monospace, but it already ignores `` tag so it doesn't convert the number in your message above. Is...

> Related: > > * `1'` → `1'` > * `1x1'` → `【0,3 × 0,3 m】` > * `1x1x1x1'` → `【NaN × NaN m】` > * `1x1x1x1x1'` → `1x【NaN ×...