Aurea
Aurea
Do we want this to become the default? I am guessing this improves performance.
@fpoli Is this fixed with the merged PR?
I think the requirement is >= 11? That is what I am running locally.
Since we do AJAX for votes anyway, why not make changing votes on a past theme AJAX as well? No refresh and no need for query params.
I mostly agree. I think it's an overall more robust design – the only good thing about the manual mode is that an admin *has* to see what is happening,...
I agree with the `Int64` argument. For JS it should be implemented on top of `BigInt` moving forward. It is available in [most browsers](https://caniuse.com/#search=bigint) nowadays, but anyway for filesystem operations...
The safety degrades mostly with the `Float` option. With `Int53`, the issues I see are actually mostly to do with literals and type casting. If we want `Int53` literals, the...
@guiherzog (Late reply, I know, but) you can insert other elements into cells, but you cannot use `rowsData`. Create the cells and the nested elements using the DOM instead, as...
@Dspil @bruggerl Does this still make sense (with [Silicon#867](https://github.com/viperproject/silicon/pull/867))? Or did some of the debugging projects supersede this/add the same functionality?
What is the issue? Is the first snippet a suggested fix or…?