Avik Sengupta
Avik Sengupta
I'll note that a latex engine will still need to externally installed, but for creating html or docx outputs, we can provide a completely zero-install experience to the user.
>Can I ping you for review when I've made a PR Yes, of course!
So a version of JuliaRun is now available to run within the new Juliabox. If you go to `https://next.juliabox.com` and navigate to the `tutorial` folder, you'll see a notebook showing...
I tried instaling a Conda package in a clean version of JuliaPro, and it succeeded. JuliaPro does *not* ship with incorrect configuration. ``` julia> Conda.add("numpy") [ Info: Downloading miniconda installer...
I've been thinking about this for a while, so herewith some comments. I agree with most of https://github.com/JuliaLang/Pkg.jl/issues/1962#issuecomment-686447390 except: * I think saying that Apps have frozen dependencies and cannot...
Hi, another request for a basic readme. At the very least, documenting the entry points for standalone use would be very useful.
The README is what we have. We'll gladly take any improvements. Don't worry about styling. You can add it to the README, or add a separate md file to `docs/src/`
> This is nothing new though, right? Yes, this is not new. But we've had a few users who've expressed strong opinions on the matter. So I wanted to have...
Yes, but registrator PRs are automerged, so that's different, and much more risky.
It needs to read the committer list to figure out if the person making the registration has commit rights to the repository. This needs write access to the repo If...