Félix David

Results 33 issues of Félix David

As a figure works as an image, could it be possible to support the `.. figure::` directive?

## Bug Report ### Incorrect Functionality and General Questions Describe the issue here. ## To Reproduce 1. Operating System: Any 2. Python version: Python3.9 4. OpenTimelineIO 0.14.0 ```py from opentimelineio.opentime...

bug
help wanted

I've installed your latest version (the not tagged one) and the [Node cylindrical shape ](https://mermaid-js.github.io/mermaid/#/flowchart?id=a-node-in-a-cylindrical-shape) and [stadium-shaped](https://mermaid-js.github.io/mermaid/#/flowchart?id=a-stadium-shaped-node) doesn't work: - works: ```mermaid graph LR data[Data anywhere] beta(Data anywhere) ``` -...

Hi, As explained in the mermaid's [documentation](https://mermaid-js.github.io/mermaid/#/flowchart?id=chaining-of-links), you can describe your graphs by chaining nodes: ```mermaid graph LR A -- text --> B -- text2 --> C ``` Unfortunately it...

As you probably know, Python 2 is deprecated. Also, `pathlib` is a great way to handle paths and because I've faced issues with paths using two different OS, I'd like...

Hi! I used ckpt_vidcnn but it was generating too many artefacts. I read your comments about clipping and my video is in 8bit depth then it cannot be >255 and...

**Describe the bug** Error message when running. **To Reproduce** Steps to reproduce the behaviour: 1. `python figaro.py` 2. Error message: ``` figaro-0.3-alpha % python figaro.py ffmpeg version 4.0.1 Copyright (c)...

## Brief description - Retrieve `nb_frames` from item instead of data. - `Shot` type error at updating. - Some black formatting.

type: bug
module: Kitsu

**Describe the bug** Submitting a chunked job for blender renders the same frame as many times as the chunk size instead of rendering a range. The built command is `blender...

bug

**Describe the bug** When trying to install pycue and pyoutline from source, at `import` time, it fails with this message: ``` Python 3.9.14 (main, Mar 30 2023, 18:04:09) [GCC 11.3.0]...

bug