Franck Pommereau

Results 11 issues of Franck Pommereau

Using Python 3.5.2, I've got an `ImportError` when importing `pyppeteer.target`: ``` ~/.local/lib/python3.5/site-packages/pyppeteer/target.py in () 2 'Target module.' 3 import asyncio ----> 4 from typing import Any, Callable, Coroutine, Dict, List,...

Would it be possible to add options to `save_svg` and `save_png` so that they return the image data instead of proposing to save it from the browser. For example, `myfig.save_svg(dump=True)`...

### Brief outline of the bug When using `pattern=Lines[...]` to fill a node, I get significantly different results depending on the PDF viewer. Here are screenshots of renderings of the...

patterns

How can I retrieve from Python the positions of the nodes in a graph? When a layout is applied, the field `position` in `.graph.nodes` objects is not updated. So far,...

question

Is there a way to use cytoscape.js extensions? Some are interesting to me, but I have no idea how I could install and enable them.

question

When the mouse enters a graph, the picture's border is highlighted in dashed grey, which causes a shift of the whole picture by one pixel. When the mouse exits, highlighting...

question

When I scroll through a notebook using the mouse wheel, I may pause while hovering a graph, in which case the graph captures the next wheel movement and interpret it...

question

I'm completely new to vim and I've installed SpaceVim on top of nvim. I'm trying to have SVED working in this context. Inspired by what I found on [SpaceVim doc](https://spacevim.org/documentation/#custom-configuration),...

It looks like rate limit is not correctly handled for method `DestroyFavorite`, for instance: ``` In [2]: api.CheckRateLimit("/favorites/destroy.json") Out[2]: EndpointRateLimit(limit=15, remaining=15, reset=0) In [3]: api.DestroyFavorite(status_id=774150870963396608) Out[3]: Status(ID=774150870963396608, ....) In [4]:...

I'm trying to use [`SyntaxRange` plugin](https://github.com/inkarkat/vim-SyntaxRange) but fail to automate its loading. So far, I've done the following: 1. Added `SyntaxRange` as a custom plugin in `.SpaceVim.d/init.toml` ``` [[custom_plugins]] repo...

feature request
questions