Greg Lin
Greg Lin
[Flexbug #12](https://github.com/philipwalton/flexbugs#flexbug-12) (inline elements are not treated as flex-items) seems to have affected older versions of Safari as well. I'm not sure which exact versions, but I was able to...
## Known accessibility issues as of reactable 0.3.0 - [ ] Column groups are poorly supported in many common screen reader/browser combinations. Column spans aren't announced, and column group headers...
The Bootstrap 5 theme sets `display: block` on HTML `` elements, which can cause accessibility issues for some browsers and screen readers that no longer interpret them as tables. I...
With the Bootstrap 5 theme, highlighted text has a light blue background color that looks good in most cases, but makes text unreadable in the rare cases where you have...
I'm migrating a doc site to Bootstrap 5 now and am loving all the new features and improvements, thanks for that! There were a couple minor visual/usability issues that I...
Splitting this out from #128: I just had to fix a really tough double free crash on CRAN's fedora-clang platform with my V8-using package too. Maybe it's the same issue,...
## Problem description Hi, is there a limit of the number of build rules for a repo? I've found that I can't add more than 25 build rules, but there's...
The Cairo R package has an additional dependency on libXt development headers (`libxt-dev` on Ubuntu or `libXt-devel` on CentOS), which isn't declared in the SystemRequirements: https://cran.r-project.org/web/packages/Cairo/index.html Without libXt, Cairo installations...
@colearendt noted that we pull in some databases that R packages don't actually need, such as MySQL and MongoDB. Packages typically only need the client library. We have separate rules...
This should already work if you add a version specifier to the package, e.g. for apt packages: ```json "packages": ["libgdal-dev=2.2.2+dfsg-1~xenial1"] ``` apt uses a format like `=`, while yum/zypper uses...