cschen
cschen
I completely missed that possibility, sorry. I tried to reason about it in terms of detecting a channel change, but as far as I could tell there is no way...
I just opted for pushing a complete working version, so that if you agree it's ready. Namely: - stop all downgrades (even from different channels) when updating in non-interactive mode...
An Issue I encounter with that approach is that the `juliaupselfbin` which would be the `parent` folder to `get_juliaup_path()`, is locked behind the `selfupdate` feature, and so, not available in...
#429 had a similar idea, it was to fix an issue of symlinking the `juliaup` binary which would then use the wrong parent folder to manage itself, causing it to...
XDG hardcore compliance is a pain, and in my opinion other than `XDG_CONFIG_HOME` very hard to generically apply blindly to any project, but a softer version could be obtained by...
> I'm tempted to just solve this in the following way: if a user selects an already existing folder as the install folder during the Juliaup folder, show a warning...
Is it possible to build native executables on windows as of now?
great that this has already been made, any specific reason why lists\sets are not supported? something like this: ``` [section] mylist=[a, list, of, things] ; or even myotherlist=another,list,of,things ``` I...
It is annoying that ini files have such a loose format. With there being so many variations, to what extent can we then customize the renderer through converters? For example,...
What about the ability to also fold an entire cell? maybe this could be an issue on its own to keep thing separate.