Jon-Pierre Gentil

Results 11 issues of Jon-Pierre Gentil

When I click to login to GitHub, it takes me to an Electron browser window. I would much rather do an OAuth2 exchange than type my username and password into...

enhancement
blocked
priority:high

The scale and units are entirely missing, both from this data, the documentation around it, and it's use in an image on the tortoise README.rst file. Are they operations per...

When trying to add a new weapon mod entry, i get this crash: ![image](https://user-images.githubusercontent.com/102330/177018265-f6e19667-3ddb-4f4a-b726-3643054a74d9.png) Reproduction steps: 1. Double-click to edit any weapon. The weapon I chose was a vendor-bought Defender,...

It looks like Windows Defender has started triggering on MBINCompiler.exe. I'm not in favor of blindly listening to someone on Discord tell me to "just trust it" so I did...

bug

Fixes: https://github.com/yuval9313/FastApi-RESTful/issues/192 I don't really like the way that `_register_endpoints` looks. It feels overly complicated, and there are some oddities, like whether or not `APIWebsocketRoute` is valid as a route...

**Describe the bug** When using a cbv with an APIRouter that defines `tags`, those tags are duplicated. **To Reproduce** ```python from fastapi import APIRouter from fastapi_restful.cbv import cbv testrouter =...

bug

### Is your feature request related to a problem? Please describe. The library is unusable in an asynchronous application like FastAPI as it causes blocking network IO calls, which disrupts...

enhancement

* Faker version: 25.3.0 * OS: any The faker documentation states [here](https://faker.readthedocs.io/en/master/pytest-fixtures.html): > Out of the box, the faker fixture returns a session-scoped Faker instance to be used across all...

https://github.com/jellyfin/jellyfin.org/blob/b406ab9862f11dda9a454e3ad19f6957490f15b1/docs/general/administration/hardware-selection.md?plain=1#L29 This line is really hard to understand. Is it trying to say: 1. Apple is better than Intel; Intel is better than nVidia; and AMD is best? 2. or...

I'd like two options: One to hide the tabs and one to hide the table headers in the UI so that it only displays this: ![Image](https://github.com/user-attachments/assets/2beef99a-e764-458a-8be9-b10f5ac912b3) I don't know what...

enhancement