josephernest

Results 138 comments of josephernest
trafficstars

I'll try to build with the same tools than you. Which ms visual studio build tools version did you use ? (2019 ? 2017 ? 2015 ?) And which NET...

Congrats for this project @jjhbw ! I tried it on a Samsung Galaxy smartphone and it is very slow indeed (1 fps or maybe 0.5 fps), and on my i5...

@davisking Are we sure that doing `python setup.py install` automatically uses the best available on the current computer? (i.e. AVX, SSE, NEON if available, etc.) Or is there there a...

Same problem here! > After I connect to a Samba share from Windows client and attempt to copy large file there (on the exfat drive), it starts by truncating the...

There is a similar problem @nmocruz, see #164, but it's probably a bit different. Can you reproduce it too?

> @josephernest: Thank you for providing more and more information but please consider useing the edit function to modify your original post instead of spamming over 200 users with a...

Thanks for your answer @dvberkel, and once again congrats for this wonderful project. Yes I'll use this in the meantime ``` code ``` for the pages where the two extra...

Thanks for your answer @dvberkel. I just tried with markedjs, [here is a live demo](https://marked.js.org/demo/?text=This%20is%20a%20block%20of%20code%3A%0A%0A%20%20%20%20import%20test%0A%20%20%20%20hello.hello()%0A%0AThis%20is%20a%20single%20line%3A%0A%0A%20%20%20%20print(%27hello%27)%0A%0A**Why%20the%20two%20final%20extra%20lines%20in%20each%20block%20of%20code%3F**&options=%7B%0A%20%22baseUrl%22%3A%20null%2C%0A%20%22breaks%22%3A%20false%2C%0A%20%22gfm%22%3A%20true%2C%0A%20%22headerIds%22%3A%20true%2C%0A%20%22headerPrefix%22%3A%20%22%22%2C%0A%20%22highlight%22%3A%20null%2C%0A%20%22langPrefix%22%3A%20%22language-%22%2C%0A%20%22mangle%22%3A%20true%2C%0A%20%22pedantic%22%3A%20false%2C%0A%20%22sanitize%22%3A%20false%2C%0A%20%22sanitizer%22%3A%20null%2C%0A%20%22silent%22%3A%20false%2C%0A%20%22smartLists%22%3A%20false%2C%0A%20%22smartypants%22%3A%20false%2C%0A%20%22xhtml%22%3A%20false%0A%7D&version=master), the unwanted lines are not present here. Is there a custom rule that adds them...

@Katharsas Not really, it doesn't rescale everything in the document

Hi @kvasnyj Would you have an online link with a "live demo" to see how this new feature looks like?