Serge Matveenko

Results 92 comments of Serge Matveenko

@afranke a lot of people out there feel kinda deceived. Years ago this was announced as a premium feature which actually works. And there is no mention still except these...

Looks like this is the time when Synergy should either do something with Linux support or drop it at all officially.

I think that having `id` and `_id` on a model has contributed enough to the cognitive load already. Renaming `_id` into `id_` doesn't add much load in this case.

@samuelcolvin I'd suggest an annotation similar to `PrivateAttr` but doing the opposite for a single field. Maybe just using an explicit Field. ```py class Model(BaseModel): _private_attr: int _id: Annotated[str, Field()]...

AFAIK, PSF is happy to help projects with governance in the form that a project doesn't need to bother creating its own legal organization. Maybe, it's a possible way to...

@mattupstate @lnielsen @jirikuncar any updates on this?

@jwag956 Great work! Keep it up! However, the problem is that moving the project from the maintenance by three random people to the maintenance by another single person doesn't look...

@jwag956 the biggest problem I'm aware of is that there are a lot of tutorials, blog posts, and references on StackOverflow regarding Flask-Security and every possible link points to this...

Affects me as well. Opening a new terminal directly in a folder which has Pipfile doesn't activate the pipenv shell. Typing `cd .` after that activates pipenv shell as expected....