r2evans

Results 113 comments of r2evans

@eric-tsibertzopoulos I'm having problems reading from a kafka data source as well. Did you resolve this?

I see -155 when the column type is `DATETIMEOFFSET`. The non-tz version `DATETIME` (93) works, but is (for me) horribly wrong to use without TZ. Microsoft [asserts](https://docs.microsoft.com/en-us/dotnet/standard/datetime/choosing-between-datetime) that `DATETIME` has...

Unfortunately, time has shown that the programmers (in a company not under my control) responsible for the (disparate) data streams are inconsistent with their handling of timezones. The only thing...

Oh crap, I must have mis-linked and started typing without verifying, sorry! Should I re-type my comments there?

If by "output types" you mean HTML, LaTeX, and RTF, I was thinking the same thing. I personally would prioritize the first two over the third, since LaTeX is very...

I see what you mean, the code above is specific to the example you posted in the previous issue and pull. I understand, and 114 is the right place to...

@RLesur, I appreciate the effort you are putting into supporting widgets in rmarkdown. I'm trying this on plotly, and while it is much closer (something actually appears), it is offset...

I was hoping that chunk style options might mitigate it, but had not completely investigated it. Those options do in fact get it closer to "norm", now just aesthetic tweaks...

@dspinellis, I wonder if this is a misinterpretation. I agree that issues should not be visible only in individual branches; the current work flows in github and gitlab (at least)...

I agree in a sense with your dislike of separate branches, more-so for gh-pages than here. However, to me, the alternatives have their own disadvantages: - separate repo: sure, it's...