D3SL
D3SL
Windows 10, Anaconda 3.7 64bit, pretty fresh VSCode setup with the official Python plugins and this. Attempting to start up AREPL kicks out this error. Nothing shows up in the...
Currently XLConnect is already capable of reading in all of a workbook's formatting, sheet, and formula contents. However there is no way to make this data portable, a user can...
Based on [VScode-R 419](https://github.com/Ikuyadeu/vscode-R/issues/419) there seems to be an issue straddling both projects. I've run into it in two forms, the first is with the erroneous doubling of closing quotes/parents/etc...
In order to handle different resolutions I used javascript to get viewport dimensions and passed that as an option to `rhandsontable()` as `height=(input$dimension[1]*.45)`. However while using this anything that causes...
When trying to build an ubuntu 20.04 based docker image using the control bar causes an infinite loop of this error when trying to start the app. I don't get...
Hello. First off as is github tradition thank you for the fantastic package, it's got a lot of great expansions to the original `shinydashboard` that add a lot to usability...
I have a use case where I need to send regularly send many formulaic emails. Blastula seems pretty much perfect but I don't want to fully automate the process and...
I've seen from previous issues that Golem is adamantly opposed to the use of global.r, which can be accommodated with varying degrees of difficulty for anything that can be moved...
Being able to seamlessly set ic() to use a different peak function as a one-off instead of needing to call and reset the options functions each and every time before...
Ran on my mods directory in multiMC and got this: ``` java.lang.SecurityException: SHA-256 digest error for oreexcavation/utils/JsonHelper.class at java.base/sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:256) at java.base/java.util.jar.JarVerifier.processEntry(JarVerifier.java:252) at java.base/java.util.jar.JarVerifier.update(JarVerifier.java:239) at java.base/java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:486) at me.cortex.jarscanner.Detector.getByteArray(Detector.java:67) at me.cortex.jarscanner.Detector.lambda$scan$1(Detector.java:28) at...