Jerry Ling

Results 651 comments of Jerry Ling

happened to me after updating the VS Code today click on the bottom-right bell icon ![image](https://github.com/julia-vscode/julia-vscode/assets/5306213/ea5e88d7-44d2-4703-a9fb-e741825e2bf8) and I saw a "setup release channel in Juliaup" error message, and after I...

ah I see. In that case maybe we should special case things that conflict with Base with hardcoded list. It just appears to me that knowingly export something conflict with...

yeah and as long as it's exported by Base, Makie is doing the job of "breacking backwards compatibility" for no clear gain, we should just wait for Julia 2.0 if...

do we change what that macro expands to often? if not, we can "paste" the result of that macro and remove the export part

small improvement: `grid = false` >rand(names(Base), cols) LOL nice trick

hmm, yeah I think if we see everything is non negative, we can fill to eps()? What we really need is probably some kind of reactionary mechanism, where we fill...

![Image](https://github.com/user-attachments/assets/2e3dc0d1-25bc-49fd-8fb5-ad1515637781) ![Image](https://github.com/user-attachments/assets/245fe481-9ed7-4654-8f4a-2f9498ad6e63) the second plot uses `clamp_bincounts=true` which is implemented here: https://github.com/Moelf/FHist.jl/blob/3e9beeeed5bafcbac67306989cf91c0bc246fdcb/ext/FHistMakieExt.jl#L9-L12

I don't know of any, happy to merge or remove, but remove will be a breaking change

I wonder if thsi works with Makie, but yeah if you have negative bin, you can't really draw error bars. -- what's the "correct" error here?