Rafał

Results 56 comments of Rafał

> or, to factorize writings with an alias in case of many fields of the same kind: > > ```python > _CharField = models.CharField[Union[str, int, Combinable], str] > > class...

Hello All, I'm using Atlas free and it requires `srv` in URI. Since there is a problem with URI in Eve, how can I stop using URI? Where should I...

I've ran into this issue today when learning Eve. Eve changes `authSource` from default `admin` to `eve`. I've ran debugger and check step-by-step what is the difference between connecting with...

I have an idea that maybe we could inject MongoClient instance into Eve. In that way we can move responsibility of handling mongodb connection from Eve to pymongo. It would...

Hello Nicola, Yes, it fixes the issue immediately. Now I can specify `authSource` and it is being recognized. The second amazing fact is, I don't need to specify `authSource` and...

_Follow the desktop style_ does not change theme to dark on my windows 10 machine, when system is set to dark.

> What version of DB4S are you using? 3.12.2 > Have you tried with the nightly version at all? I'm sorry, I didn't try the nightly version. > When you...

> All? Notepad doesn't. ;) I don't use notepad. I use VS Code, PyCharm, Outlook, Edge, Firefox etc., all of them change theme automatically. > Considering it's job is to...

You can provide your own button, but in 3.1.6 you can't pass style to it's internals, e.g. `style="width: 100%;"`. In 2.0.4 you can.

It is easy, just downgrade to 2.0.4.