D3SL

Results 56 comments of D3SL
trafficstars

I'm not certain but I think box is also incompatible with the [TidyModules](https://github.com/Novartis/tidymodules) package, which is imho a fantastic approach to the idea of modularization. In particular their piping system.

I did look into blastula but as near as I can tell it requires you to provide credentials and only works by actually fully sending an email for you, as...

Had this as well. Using `rocker/r2u:jammy` as a base I couldn't get the latest version of rpy2 to install, only 3.5.2. Edit: I solved this with `RUN pip3 install --upgrade...

I'm using the latest version of JEI in a personal setup and loading times are still absurd. It takes me longer to load a world in singleplayer than it does...

I made an attempt at this and actually got it working faster than expected. The result image is rather large at 4gb. Slimtoolkit took that down to

I'm experiencing this too in 1.80.1. Something under the hood is throwing errors repeatedly about `ENOPRO: No file system provider found for resource` and `Not an authority`.

I don't disagree at all with giving people the choice to have a distinct bind, my issue was that currently it's not possible to double-up on several of them. For...

Yes, if I put them on the same key they block each other and only sprint works. The same with putting hang/grab on the same key as "use block" (RMB...

I think [Lubridate's "Cheat Sheet"](https://rawgit.com/rstudio/cheatsheets/main/lubridate.pdf) from R could be a fantastic inspiration for this. They really did a solid job conveying the concepts of datetimes, durations, and intervals visually.

How will R support be implemented? rpy2 allows for running arbitrary R code directly in python with two-way communication and a persistent R session, opencpu acts like a webserver and...