Sebastián Ramírez

Results 82 issues of Sebastián Ramírez

🐛 Fix using the shared session when updating a document Currently, the code creates a session and transaction and passes down the session in the parameters through all the function...

✨ Add new SyncEngine, support async and sync code - with fixed session This is the same as https://github.com/art049/odmantic/pull/225, but it includes the fixes to share the same session in...

✨ Upgrade types and add support for instance autocompletion with dataclass_transform (VS Code autocompletion). This is more or less the same as: https://github.com/art049/odmantic/pull/229, and this PR would superseded that one...

# ✨ Add new SyncEngine, support async and sync code Even the same models can be shared, a model can be retrieved by one engine and saved by the other,...

✨ Add support for dataclass_transform (VS Code autocompletion). This doesn't change the code at runtime, it doesn't affect how it works. It only implements the spec [PEP-0681](https://peps.python.org/pep-0681/) which enables editors...

Update docs with a bit more information about returned version values

As this project seems abandoned, this is just a heads up for new users. There are several old Pull Requests here that haven't even been reviewed (a couple of them...

Return the NodeJS child process from the invocation of `getActiveWindow()`. Currently, if `getActiveWindow()` is called with a `repeats` equal to `-1` (infinity), there's no way to finish the process at...

Right now the Linux `window.app` contains a string like: `"gnome-terminal-server", "Gnome-terminal"` (including the `"`). It seems that there is an app name and an app class name [here's my reference](https://tronche.com/gui/x/icccm/sec-4.html#WM_CLASS)....

This allows setting a custom `class` in the generated ``s when loading data dynamically. --- @justindujardin showed termynal to me and I'm loving it! I just added it to Typer...