Aaron Matthis
Aaron Matthis
> If it weren't for 24990, I would support this proposal, but if #24990 merges with the "one function call and zero or more operator calls" semantic, then I see...
@jkrumbiegel @piever someone told me it'd be best to ping the two of you here! I'd be happy to hear your thoughts on this abstract concept idea 😄
@piever an even better approach would be to stop using x/y/z at all. I'd instead make them just positional arguments and encode the layout within the types and order of...
@asinghvi17 I would model geographic projections as a special case with 2 Domain space dimensions which map to a boolean (0-dimensional codomain) whether a domain space pixel is set or...
Stumbling over it again, I thought it'd make sense to slightly restructure my idea and get at it from a different perspective. I also split it up into two different...
Will this also allow setting an axis to categorical data in recipes?
If I wanted to use/test this already, what would be the easiest way to do so? It'd be so cool if there was an insider/experimental release. Edit: Regarding the >...
I've got the same error. Also on the JuliaPro1.1.0 version... Conda.PYHTONDIR is the same user\AppData\Local\Temp\ directory as for him. I didn't set CONDA_JL_HOME to anything. Only thing that might have...
Definitively looks like some path has been set to /Temp/ ┌ Info: Conda.jl configuration │ Conda.ROOTENV = "C:\\Users\\necka\\AppData\\Local\\Temp\\" │ Conda.MINICONDA_VERSION = "3" │ Conda.deps_file = "C:\\Users\\necka\\.juliapro\\JuliaPro_v1.1.0.1\\packages\\Conda\\CpuvI\\src\\..\\deps\\deps.jl" │ Conda.PREFIX = "C:\\Users\\necka\\AppData\\Local\\Temp\\"...
```julia julia> ENV["DEPOT_PATH"] ERROR: KeyError: key "DEPOT_PATH" not found Stacktrace: [1] (::getfield(Base, Symbol("##434#435")))(::String) at .\env.jl:76 [2] access_env(::getfield(Base, Symbol("##434#435")), ::String) at .\env.jl:14 [3] getindex(::Base.EnvDict, ::String) at .\env.jl:76 [4] top-level scope at...