Stepan Kolesnik
Stepan Kolesnik
For example., if a remote name contains a colon RcloneBrowser does not list it in the GUI.
See issue #125 In regards to naming (inner vs nested), I believe 'nested' is a more correct term here (static nested class, to be precise): https://docs.oracle.com/javase/tutorial/java/javaOO/nested.html I have added integration...
Backend Config file cannot be read following an (unnecessary?) absolute/relative path transformation
### Terraform Version ```shell Terraform v1.3.3 on linux_amd64 ``` ### Terraform Configuration Files ```terraform terraform { required_version = "~> 1.0" backend "s3" { # to be provided externally } required_providers...
Currently `transport.cpp` only supports `unix` as connection type while [reference libdbus implementation](https://gitlab.freedesktop.org/dbus/dbus/-/tree/master/dbus) supports 3 types of connections: - `unix` - for unix sockets represented by file system path (UNIX, later...
It should be possible to build core library on Windows once #64 is merged, but tools and tests are not yet ported. Depends on #63 (for tests)
The older `pkg_resources` package was deprecated for some time and finally removed in Python 3.12. The newer `importlib.metadata` package, built on top of the new `importlib` infrastructure in Python 3,...