Jonathan Gamble

Results 173 comments of Jonathan Gamble

Thanks! I directed derg_chess to your tip as it might address his need. This feature request stays active for now - showing the search bar on category and topic pages...

@hmm5 It looks like Pale Moon browser uses a relatively obscure rendering engine that lags behind support for the latest standards. I recommend another browser for lichess such as Firefox...

i did fix an issue related to the tournament description page streamers but it sounds like what you're describing is much worse. not sure what was going on the 20th....

https://github.com/lichess-org/lila/pull/17446 the online streamers list is part of the page download. it's not updated dynamically like broadcast streamers menu. is it possible that multiple streamers had recently finished a game...

superuser-does / thibault, we have no checkbox style i'm aware of aside from the platform dependent defaults. that ok or should someone track down a uniform graphical style for non-submitting...

For some reason (probably my own fault), I had to cast `style: { remove: { opacity: '0', transform: 'translate(...)' } } as any` in order to pass type checking against...

a lot of unnecessary structure and remnants from the visual ui remain in the pasted nvui snabbdom. element classes for visual styling should be avoided here, and flatten the element...

no sweat. when you get back to it, take a look at the nvuiInsertHook function. i'm not sure why focus would be called there when el was the keydown/click event...

i think this was happening because you were first drawing the button in analyse.nvui.ts, and then you were having retroView draw it. so the original element disappeared and thus the...

> I do not think the screen reader cares at all about javascript, right? > It should only care about the rendered html javascript is rendering the html.