David Horsley

Results 3 issues of David Horsley

I'm trying to construct an array of Funs, via eg: f = Fun(x->x^2) fs = [] append!(fs,f) but I get an exception in `append!` with the following stacktrace: ``` ERROR:...

I'm looking to refactor some very old code and it would be useful to parse old-style (K&R) function definitions. For example: ```c int main(argc, argv) int argc; const char* argv[];...

Basically this issue but for datatree https://github.com/pydata/xarray/issues/1982 We have some hourly and weekly data in different groups, and shared coordinates in the root. For example, I have a netCDF with...

design question