Dean Attali
Dean Attali
Unfortunately I'm using it within an organization that has approved coveralls but has not approved codecov (🤷♂️ ). I may open a PR in the future for this.
Hi @vssentinel , I haven't heard of such an issue before. Could you share a reproducible example so that I can see and troubleshoot it? If you're proficient in javascript...
Thanks for the heads up. It looks like 7.5.0 was available when I made the upgrade to 7.4.9, so I'm guessing that there was a reason I chose to go...
There is a visual difference between using `""` and `NULL` for the label. Using `""` takes up some whitespace, while `NULL` doesn't. I want to specifically use `NULL` for the...
I realize this might not be fixable from {shinyWidgets} and may depend on the underlying javascript library being used. I did find the corresponding issue https://github.com/snapappointments/bootstrap-select/issues/2119 - if anyone comes...
The new version (1.1.0) is now on CRAN. A project I'm working on for a client of mine requires the updated version, so that prompted me to hurry up with...
There would be no need for the `event.stopPropagation()` in the other button :) Do you know if this is something you're likely to work on in the near future (few...
Thanks for the explanation. I haven't thought of that reason, I can see now that both behaviours (current behaviour and my expected behaviour) aren't ideal.
As far as I know there's no official documentation about NULL values in render functions, but I just find it convenient that some functions "just work" and do what I...
I've noticed this issue too sometimes, to me it happens non-deterministically but only with the vertical alignment, not the horizontal alignment. I suspect that for some reason one of the...