Nicholas Ritchie

Results 10 issues of Nicholas Ritchie

Gadfly fails when manual_color_key(...) is used when ImageCore is loaded ```julia using Gadfly using Colors curves = 1:3 const palette = distinguishable_colors( length(curves)+3, [ RGB(253 / 255, 253 / 255,...

**nteract desktop** While trying to resolve the bug #5190 on my system using the recipe provided in #5254, I discovered an additional problem. The basic idea is correct: The startup...

stale
workflow: reproduce
workflow: needs user info

The temporary fig_path is not being deleted when Julia exits because the path contains files. This simply forces the removal of the directory and all contents whenever the fig_path starts...

````` ```julia; term=true using Statistics ``` ````` produces output ```julia julia> using Statisticss ``` Note the final 's' is duplicated. ````` ```julia using Statistics ``` ````` doesn't have this problem.

My work computer is forbidden by policy to access the Windows Store. Could there be an alternative source for JuliaUp for Windows as there is for Linux and Mac?

XStream is a critical part of my application's serialization procedures and has been a wonderful thing 👍 so I'm hesitant to ask such a downer of a question. However, each...

question

## Question I'd like to always write exactly three significant digits in the fractional part. It would seem that I need to include both `min_significant_digits(...)` and `max_significant_digits(...)`. ``` const FORMAT:...

bug
good first issue
high priority

I really appreciate that the Julia registrator enforces a liberal Open Source license on packages. However, I’ve run into a problem. As a US Government employee, I’m required by Title...

question

It seems that recent changes to ImageCore.jl has broken Gadfly.ManualDiscreteKey (manual_discrete_key(....) and manual_color_key(...)). The key line is `convert(::Type{Array{ColorTypes.Color,N} where N}, ::Array{ColorTypes.Color,1})@deprecations.jl:62` which is in ImageCore.jl and seems to be one...

```julia (@v1.10) pkg> add PackageCompatUI Resolving package versions... Updating `C:\Users\nicho\.julia\environments\v1.10\Project.toml` [65465c31] + PackageCompatUI v1.0.4 Updating `C:\Users\nicho\.julia\environments\v1.10\Manifest.toml` [d7ba0133] + Git v1.3.0 [65465c31] + PackageCompatUI v1.0.4 [2e619515] + Expat_jll v2.5.0+0 [f8c6e375] +...