John Coene

Results 29 issues of John Coene

Using tailwind with ambiorix should be straightforward but we may want functionalities to make it even easier.

enhancement

Add missing `po_line` and `po_scatter`/`po_point`

enhancement

Currently one can only easily create a graph from rtweet data. Remedy to this, e.g.: useful when data has been dumped in RDBMS. See #4

enhancement

Hi Maya, great package as usual! An idea would be to set a shiny input value on click, probably somewhere here: https://github.com/MayaGans/githubCalendar/blob/f2dddaf15c74e873c577994dce4a46a0496e81e6/inst/htmlwidgets/js/makeChart.js#L101 ```js .on("click", function(event){ if(HTMLWidgets.shinyMode){ Shiny.setInputValue(el.id + '_click', event);...

Thank you for the great package, I'm relying on it quite a bit now, I'm just encountering two issues: 1. See #5, we check for `d.nextBit >= len(newClient.drillBits)` but `eindex`...

I'm running into an issue when I set `SetMaxOpenConns` to something greater than the number of `zookeeper` nodes available. I'm not confident whether it is a bug or intentional, though...

This is a suggestion to fix #3995. 1. We use `.html()` client-side (instead of `.text()`) 2. R-side, we check if label is `NULL` if not we convert to character

Setting an input label to some `shiny.tag` works but update breaks it ```r library(shiny) ui

Most template rendering engines cache templates (optionally), no need to to read them from file at every render.

feature