Ivan Zaitsev
Ivan Zaitsev
В 9470020444356c9b4c4255d8e69260e43c8aa5c2 вынес общий класс для двух билдеров. Для файрфокса должен работать, а для хрома явно не хватает файлов (например, manifest.json). Чтобы все было совсем кошерно, нужно оставить директорию extensions...
Мне кажется, что что-то есть у тебя локально, чего нет в VCS. https://github.com/crimaniak/dirty-on-steroids/tree/dev/extensions/chrome
> Может не стоит прям качать-то его? для начало хватит и простой проверялки ну и показывать ссылку под кнопкой настроек, что есть новая версия. Если я правильно понял, проблема как...
``` org.scalatra scalatra-atmosphere_2.11 2.4.0.RC3 ``` Still reproducible :(
You can add your own helper function that does that, like this: ```scala implicit class RichDF(val ds:DataFrame) { def showHTML(limit:Int = 20, truncate: Int = 20) = { import xml.Utility.escape...
@kretekpodnietek , should be available for for jupyter-scala kernel: https://github.com/jupyter-scala/jupyter-scala#displaying-html--images--running-javascript
> > @kretekpodnietek , should be available for for jupyter-scala kernel: > > https://github.com/jupyter-scala/jupyter-scala#displaying-html--images--running-javascript > > @Aivean Could u pls share that publish.html() , not able to find it @venkatnbcu...
@Raisoshi > Is "--from-chapter" a command? Where do I see how to use it and other available commands? Sorry if this is obvious, I can't see anything about it in...
> Honestly, I'd just be happy with being able to save every chapter as a separate file. What's the use case for that? > A --to-chapter argument would be nice...
The first thing that comes to mind is a rate limiter of some kind. A very basic rate limiter (max N requests per period) that doesn't require a DB or...