Sassan Haradji
Sassan Haradji
Can we have support for python-brace-format translations?
Thanks for this useful Python package! I'm using this method [`add_and_activate_connection`](https://python-sdbus-networkmanager.readthedocs.io/en/latest/other_interfaces.html#sdbus_async.networkmanager.NetworkManagerInterfaceAsync.add_and_activate_connection) and it needs object paths as its parameters, currently I'm getting object paths from `.dbus.object_path` but this not the...
#### Describe the changes Add a call stack check for fake filesystem, `os` and `os.path` methods in their `handle_original_call` wrapper to see if they are being called from a module...
**Describe the bug** `Path().exists` and `Path().unlink` for example don't work well with `additional_skip_names`. Context: https://github.com/pytest-dev/pyfakefs/issues/1021#issuecomment-2132637499 > The current implementation is incomplete (yes, actually all methods should respect additional_skip_names) and ugly...
When for whatever reason an error keeps occurring and needs some back and forth, it's a bit inconvenient to run the curl command, copy the log location, and tail it...
- `nvim --version`: master-4a996bc - `vim -u DEFAULTS` (version: ) behaves differently? No - Operating system/version: macOS Catalina - Terminal name/version: iTerm2 - `$TERM`: xterm-256color ### Steps to reproduce using...
Add static method `from_bytes` to `SoundSDL2` to initialize an instance from audio sample in memory
Kivy allows loading audio samples from filesystem by filename using the `source` property of `Sound` object, but sometimes the audio samples are generated in the memory, for example it happens...
I'm trying to create a Qt Creator plugin that uses Neovim as backend. So far so good, it was super easy thanks to the great api you guys designed. But...