Pablo Winant

Results 15 issues of Pablo Winant

Thank you for this library which opens many fin possibilities. The demo suggests it is possible to animate vega-lite graphs but there is no example of that (there is one...

When trying to implement a linter using YAML.jl, @ezgioz found an inconsistency in the line numbering when importing a file under windows (I think we discussed it with @sglyon a...

bug

Currently, the `load*` commands outputs nested Julia structures consisting of standard Julia types, and specific Julia objects. I would find quite useful to have another type of structure, with all...

Some elements of context: - dynare preprocessor is needed to import model files describing economic models - goal is to provide a way to solve / interact with models form...

Here is a simple function: ``` def fun(x,y,out): out[0] = x[0]*y[0] out[1] = x[0]-y[1] out[2] = x[1]*y[0] ``` If would be great if this kind of function could be guvectorized...

feature_request