Rafael Laverde

Results 11 issues of Rafael Laverde

https://github.com/mpastell/Pweave/commit/140575b55b7626fb316b160350d2b8d8264725d5

type:Bug
v0.2

type:Feature
v0.2

The implementation of this method is mandatory https://github.com/spyder-ide/spyder/issues/4882#issuecomment-323549319

type:Bug
v0.2

https://circleci.com/gh/spyder-ide/spyder-reports/135?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

type:Techdebt
v0.2

Some `ReportsPlugin` logic could be moved to `Report` class, making code more modular Report class could be moved to `utils/reports.py`

type:Techdebt
v0.2

When rendering a report Pweave creates a figures folder for saving images, ignoring this folder will allow to save reports as just one html file when there is only one...

type:Enhancement
v0.2

Missing after #45 The plugin signals are deactivated but that change isn't reflected in the menu or context menu actions.

type:Enhancement
v0.2

Render is failing with: `signal only works in main thread` after this pweave change: https://github.com/mpastell/Pweave/commit/3765b0ceebfc17be8e86b8a66d8e1eac1240096b ``` Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/home/rlaverde/anaconda3/envs/spyder/lib/python3.5/site-packages/IPython/core/history.py", line 780, in writeout_cache...

type:Bug