Carlos Pinzón

Results 9 issues of Carlos Pinzón

It would be great if the preview saved the current '#' tag of the url across reloads. What I mean is, for example, `#Notes` in `https://en.wikipedia.org/wiki/A#Notes`. Suppose that you are...

**Describe the bug** The `IAMB` algorithm is modifying the input data when predict is called. It shouldn't. I am running the following code in Python 3.8.10 with cdt 0.5.23, and...

minor bug

If you use an HDMI to VGA adapter at the HDMI output of the USB-C to HDMI adapter, the output looks bad. It has vertical lines and weird colors and...

Just a notification that the examples at `https://flexx.readthedocs.io/en/stable/freeze.html` are not working due to a [bug](https://github.com/pypa/setuptools/issues/1963) between PyInstaller and setuptools that triggers: `ModuleNotFoundError: No module named 'pkg_resources.py2_warn'` I wanted to add...

tag: building/installing

I ran ```python graph_from_adjacency_matrix([[0,1], [0,1]], directed=True) graph_from_adjacency_matrix([{'0':0,'1':1},{'0':0,'1':1}], directed=True) ``` but got `TypeError: can only concatenate str (not "int") to str` in both examples. Could you add an example to the...

Hello Gilles, I wanted to verify the following claim about your toy example. The data (X, y, z) in your example is generated from a source for which Y and...

I can write in Xournal++ but the mouse only moves when I'm actively clicking, so I can't tell where the pointer is unless I press and draw something. The same...

**Script Mode** - Docker **Script Version** - 25.8.18 **Process Mode** - Gradio **Operating System:** - Linux **Command Line used to start ebook2audiobook** - docker build -t athomasson2/ebook2audiobook . --build-arg TORCH_VERSION=cuda118...

Docker
Fixed on the next update

I wish there was a way to convert "january" into "01", "february" into "02", etc., for English, but also for at least several major languages. My use case is rather...