Kyle Husmann
Kyle Husmann
> Note that (2) would really help when pushing greater use of Frictionless within NIH-funded (and related) initiatives and projects. Agreed! I don't have bandwidth for this either atm, but...
Just submitted a PR for this, but it might be worth discussing the naming convention here a bit more: Here's a matrix of our current `check_*()` vs `is_*()` functions: |...
@hadley I think we're in agreement? I didn't mean to suggest we replace `check_bool` with `check_scalar_logical`, I was suggesting we have both checks, in the same way we have both...
> I don't think we need a check function for every is_ function since our understanding of useful types has evolved since we created the is_ functions. Ah ok, that's...
Note: in Shiny this can be worked around by specifying plot height in the `ggplotly()` render call instead of `plotlyOutput()` ```r library(ggplot2) library(shiny) library(plotly) ui
Although sometimes I want the renv.lock for my current active profile in my current project, there's also times where I'm currently in an renv and writing a manifest for a...
Hi @Ylianst , thanks for your interest! 1. What do you mean about sending "EVENT_NOTIFICATION"? As far as I know, EVENT_NOTIFICATION is only sent from the radio to the client....
> Apologies, I meant "REGISTER_NOTIFICATION", not "EVENT_NOTIFICATION". I tried to register a few different ways and using 0x01 is so far, the way to go. Ah yeah, REGISTER_NOTIFICATION is weird...
> So, REGISTER_NOTIFICATION did not send me the same error message with 0x08, but it did not work at all. I get no notifications. So, I did not go any...
> I expect the radio to "push back" and hopefully give me a signal when the buffer is free for more frames. Exactly. I wonder if you'll get a ReplyStatus...