Luis Moneda

Results 6 issues of Luis Moneda

## Expected behavior Center an EIN buffer. ## Actual behavior It works for other buffers, but not with EIN ones. But i can center it manually using fringes (is that...

In http://www.pyflux.com/gas-models/ the GAS model is built with: ``` model = pf.GAS(ar=2,sc=2,data=financial_crises,family=pf.GASPoisson()) ``` leading to an error: ``` AttributeError: 'module' object has no attribute 'GASPoisson' ``` While at the documentation...

Thanks for the great project! Though it's possible to set a random seed for the process, graphs can get large and it creates a couple of problems: - The physics...

When you miss declaring a node in your causal graph, it's going to throw a `KeyError: 'label'` error. It could be more explicit to make debugging easier. I think it...

enhancement
good first issue

Thanks for this package! It has been really useful. When I use it for Brazilian Portuguese, it has problems displaying special characters (they are replaced by `?` here): ![image](https://user-images.githubusercontent.com/3893078/102008762-b5df9800-3d11-11eb-8719-6c930803fb30.png) While...

See if Spotify API can be used to search playlists in general or even from a certain user.