Kristoffer Carlsson

Results 400 issues of Kristoffer Carlsson

A common workflow with PGFPlotsX.jl is that you export a figure .tex file (without a preamble) and then include it in a main .tex document. Often, you want to be...

I feel both of these should work: ```julia julia> c = Coordinates([1,2,3], [1,2,3], meta = [1,2,3]) Coordinates{2}(Union{Nothing, Coordinate{2}}[Coordinate{2}((1, 1), nothing, nothing, nothing, 1), Coordinate{2}((2, 2), nothing, nothing, nothing, 2), Coordinate{2}((3,...

There are a few examples in https://github.com/KristofferC/PGFPlotsXExamples/tree/master/examples that might be good to move to the manual. There are probably some redundant ones but a few of them show some things...

help wanted

Storing files inside the package itself is not a good idea anymore.

Instead of hardcoding version information in the build file: https://github.com/JuliaLang/juliaup/blob/623684d248c50a34e912ff0223bdfd154df4f0d5/build.rs#L23-L52 it perhaps makes sense to use the published https://julialang-s3.julialang.org/bin/versions.json file (that among other things is used for CI). That would...

enhancement

Right now, I feel all the Windows Store stuff makes the repo a bit confusing for someone who is not used to all the Windows-specific things. I am wondering if...

enhancement

Movin out DelmitedFiles from Julia made the custom `julia_version` code path no longer work since it tries to look up the Project file from the local installation. A discussed solution...

@carlobaldassi, we are thinking about possible ways of adding conditional dependencies. In almost all cases it seems there is a need for a package to be able to add compatibility...

resolver

This is a proposal for adding first class support in Pkg and the code loading system for conditional dependencies. ## What is a conditional dependency Desribing a conditional dependency is...

triage
feature