David Anthoff

Results 1184 comments of David Anthoff

Ha, I'm actually not sure :) I think it probably would have to be added in the language server, as that is the only place where we really have the...

> The easy short-term solution Would that allow us to make this optional, though? I don't think this would be a good default... I can see the transparency being useful...

I took a look at the LSP section for semantic tokens. At some level it might actually be _much_ easier to do this via the language server: we already have...

I started with some of the infrastructure over at https://github.com/julia-vscode/julia-vscode/pull/3606, but it isn't working yet... Also, are we positive that the rust extension (which does something similar in terms of...

In general, is there a chance that fstlib might expose a pure C API, not a C++? That would make integration in other languages a lot easier. E.g. for julia,...

To be fair, you didn’t measure Feather perf with the R or Python packages, those might be faster than the Julia implementation (or not, who knows).

Are there similar problems with the GP distribution, or is that part more robust?

No, I'm just starting to play with this, and was wondering whether there was a known problem or not :) Also, there is https://github.com/jojal5/Extremes.jl, which seems to have MM and...

I did try the fit for the GP in both packages, got exactly the same results, so I guess that is a good sign :)