pdeffebach

Results 429 comments of pdeffebach

Yes, sorry for not being explicit. I will get back to you with a better MWE. Just tried on my macbook and didn't reproduce. But I'm normally on Linux. Will...

Perhaps we can just let `NaN` filter through? I think the error is coming from non-convergence. In which case we should just return `NaN` for everything

A friend of mine has access to Stata. The Julia output matches the Stata output ``` qreg logwk educ, q(.5) Raw sum of deviations 14405.89 (about 6.4515071) Min sum of...

Thanks for the feedback! I agree that these would be nice features to have. w.r.t. copying and pasting, you can get them on the clipboard, right? If so, there are...

Huh weird. Can you check whether that works when you are using TableView in a jupyter notebook?

Yeah thats a good idea. I think this should be in JuliaData, because it's really just a wrapper around CSV.jl. Sorry about missing that release! Definitely no plans to stop...

I'm sure this can be fixed by just allowing an extra version. I should really have compat helper installed. Thanks for the bug report.

I don't understand what's going on here. Here is a simpler version. ``` (jl_A8oBm8) pkg> pin Makie Resolving package versions... Updating `/tmp/jl_A8oBm8/Project.toml` [ee78f7c6] ~ Makie v0.15.0 ⇒ v0.15.0 ⚲ Updating...

Thanks for the issue report. Can you confirm if this works in the VS Code table viewer? FloatingTableView.jl is just a thin wrapper for TableView.jl. So it's worth figuring out...

Thanks for the issue report. I see what you mean. This is probably hard to do cross-platform. I will see if there are some utilities to do context-switching like this.