jerch

Results 419 comments of jerch

https://github.com/netzkolchose/django-treewidget/blob/48d83398a33b11a6083436a3c8b427edbc297ab2/treewidget/fields.py#L142 should be: ```python 'json_data': mark_safe(json_data.replace('

> There are both zero, which causes some apps don't work. Apps must not rely on correct pixel propagation by TIOCGWINSZ. These values are intended to be 0 as a...

You can also use `CSI 14 t` to request the current text area size in pixels.

Are you on latest canary? `CSI 14 t` gets activated by the recently added image support and prolly will not work with older versions.

@j4james Thx for your thoughts. Hopefully I find more time to address ideas more in detail again once the monster PR got merged. If you are interested we also have...

@j4james We both know that we have somewhat different viewpoints on sixel as such. I second you in one point - it is good enough for many things ppl want...

Cannot repro either - I get the same color values on DOM,canvas and webgl (tested several colors). I wonder if we should introduce explicit renderer output API tests to test...

Ah yeah - the "big fat block" idea would at least make comparable coloring tests possible. Idk how far off webgl to canvas can get from hardware differences, at least...

@Tyriar Wouldn't this bloat the glyph cache by far? For me the underline cases are rarely occurring edge cases, which might not justify pulling them through the whole cache logic?...

@Tyriar Saw that you use `performance.now()` in several places in `TaskQueue.ts`. I suggest to replace it with `Date.now()`, as it is typically 4-6 times faster than `performance.now()` [*]. Imho both...