Benoît Pasquier

Results 142 comments of Benoît Pasquier

Thanks for the explanation! Just to be sure I understand: Is the `fallback_download` function in DataDeps.jl at the moment? I.e., can I use the `fetch_method = fallback_download` directly? Or do...

Is there a way for to write the same type of fallback (that uses `Base.download`) but that works when the URL does not end with the file name? (I am...

Oh and for the record, I just tried it now and got an `UndefVarError: update_period not defined` error. So I removed the `update_period` part — that is, instead, I used...

For the (my) record also, note that instead of the clickable URL that FigShare gives you, you can instead use a URL of the type `http://files.figshare.com//`. Useful if you want...

Thanks for the quick replies as usual 😃 I'm having trouble running CI on a package that uses DataDeps (and NCDatasets). Nothing wrong with DataDeps BTW, it's just that my...

Oh I see, that makes sense. (However, I have been using a 3x*n* array instead for large *n*.) I have two questions then: - Is it more performant to use...

Oh I see now. I got confused by the fact that `eltype(V)` and `length(V)` are not the same as `eltype(v::V)` and `length(v::V)`... May I suggest adding "(e.g., `V = SVector{...}`)"...

@daniporr I agree with you but, even if someone submitted a PR to fix this (which https://github.com/valentjn/vscode-ltex/pull/758 maybe already does, right? @nicholas-l), I would not hold my breath for it...

My 2 cents: One fairly common case where this would be useful is for spatial data, e.g., variables of a climate model. For example, if I want to take the...

This is such a great tool but it looks like it is going stale. I can see it's been 6 months with no update so I am not sure if...