Charles Bouchard-Légaré
Charles Bouchard-Légaré
Hello there! I'm trying out the bot before even considering the service. I have a requirements.txt file with hashes. I get the following error ``` Update cryptography to 3.4.7: 0%|...
### Step 1: Provide a summary of your problem I am trying to use ` tmuxp.workspacebuilder.WorkspaceBuilder` with a simple `main-horizontal` 3-panes scenario and the created result has the main pane...
While investigating #649, I thought to myself that this kind of issue is quite hard to prevent without type checking, and upgrading libs can get quite time consuming or risky....
Hi there! First, thank you a lot for `sphobjinv`! It has proven most useful in countless situations for me. Since you have been playing with inventories alot, I would like...
With the recent major release Mistune (2.0), leading to breakage (see https://github.com/miyakogi/m2r/issues/66), I suggest to switch to m2r2: https://github.com/CrossNox/m2r2
Example failed pipeline: https://gitlab.com/fjordlynn/sphinx-pf2srd/-/jobs/5785411903 ## RST triggering this error: ``` Open a ticket with your feedback here: https://gitlab.com/fjordlynn/sphinx-pf2srd/-/issues. ``` ## Log ``` Traceback (most recent call last): File "/builds/fjordlynn/sphinx-pf2srd/.nox/docs/lib/python3.11/site-packages/sphinx/cmd/build.py", line...
Replaces PR #147 having made a mess in commits. Recent commits in upstream repo have been merged. Instead of defaulting DI-configuration of method access control to equivalent of _`PreAuthorize`_ annotation,...
**Is your feature request related to a problem? Please describe.** With SQLAlchemy 1.4, but Core-style and ORM-style queries can be run the same way: ```python class MyModel(Base): __tablename__ = "model"...
Hello there @chriskuehl ! Thank you for this simple yet useful piece of software. I often use python instead of shell script for quick tools, even when I'm not working...