Ondrej Kokes
Ondrej Kokes
This relates to Prism.js (our current highlighter). Shall we hotload language support from a CDN or should we just bundle the most popular languages (Python, Julia, R, Haskell?). The former...
There is a [reveal](https://github.com/hakimel/reveal.js/)-backed support for slides [in nbconvert](https://nbconvert.readthedocs.io/en/latest/api/exporters.html?highlight=reveal#nbconvert.exporters.SlidesExporter). I haven't looked into the implementation, not sure how it's built.
One of the reasons for this is that Github's Jupyter rendering does not work on mobile Safari for some reason. There isn't anything preventing us from supporting it, this is...
I've run into an issue possibly related to #2709 that I've been able to reproduce using the following gist, adapted from the gist linked in the issue. If I remove...
I'm hitting this bug in a rather complicated setup, so it's pretty hard to replicate minimally (I always get the usual "message too large" instead of this bug). But since...
I was a bit surprised that quicvarint does not return errors upon write (or the number of bytes written) and I'm not sure if this has been discussed before. Here's...
Když máme nějaký data v `/csv`, nemůžem si být jisti, jestli ten job doběhl a data jsou kompletní. Buďto přidáme nějaký stampfily (meh) nebo budem vše zapisovat do tempdiru a...
Bohužel za senát nemáme data pro celou historii, takže musíme používat scrapovaný data. Ale i tak... ### Jak často se vyhrává z prvního místa Vyhrálo zatim jen 16 lidí z...
```sql with okresni as ( SELECT okres, psp_nuts.nazev, sum(poc_hlasu) hlasu_okres FROM volby.psp_okrsky_hlasy inner join volby.psp_nuts using(datum) WHERE datum = '2021-10-08' and psp_nuts.num_nuts = okres GROUP BY 1, 2 ), republika...
Je tam vlastně jen jedna window funkce (na získání posledního volitelného místa), jinak vše standard. Od letoška (2022) by to mělo být materializováno přímo v datech. ```sql with vysledky as...