Carlos Bazaga

Results 8 issues of Carlos Bazaga

I got the following exception while running on doxywizard: (I truncated it to the relevant point) ``` Traceback (most recent call last): ... File "/usr/local/lib/python2.7/dist-packages/doxypypy/doxypypy.py", line 470, in _processDocstring if...

bug

Have you think about checking new versions and update requirements? Actually **aiohttp** is two mayors over your requirement and **jsonschema** one minor and, as far as I researched in your...

This PR first fis an issue on the `requirements.txt` as the `Langchain` package does not provides the `docarray` extra anymore. * `WARNING: langchain 0.3.24 does not provide the extra 'docarray'`...

Added some extra examples and explanations for `generator expressions` to the `Intermediate Python` Notebook. * How to create generators using comprehensions alike syntax. * Exposing generators depletion, on my experience...

Uploaded my two week 1 exercises resolutions. There is also a fix on a spare trailing space fixed automatically by my IDE.

The widely reported "permissions" issues with "play" while using `ffmplay` player under windows is directly related to how `NamedTemporaryFile` creates and deletes the temporal file, not allowing it to be...

If Vs Code is run with PowerShell as system/session default command line interpreter the `ripgrep` command fails. E.g: Changed the `ComSpec` environment variable to `"powershell.exe"`. This takes into account the...

As title says there is a mismatch on released version on marketplace and current code on repository. As code is no more maintained at least the latest released version can...