Daniel Rudolf
Daniel Rudolf
@barryo Since you've closed a whole lot of dangling issues, I reckon that you just overlooked that this is not a help request, but a feature request. You even already...
Quite hard to believe this was 6 years ago @mfechner... :+1: By using wildcard mapping (e.g. `defaultMapping.* = "[email protected]"`) one can assure that the plugin never assumes the first created...
See https://github.com/opensolutions/ViMbAdmin/wiki/Plugins The domain events are missing in the wiki, but there's quite a number of domain events you can hook into. Events are triggered using `$this->notify()` in [`DomainController`](https://github.com/opensolutions/ViMbAdmin/blob/master/application/controllers/DomainController.php) (e.g....
IMO @jospoortvliet's conclusion is false. This is not just some random inconvenience, it's a breaking issue and a violation of the CommonMark specs. CommonMark was specifically designed with existing Markdown...
Any updates on this @ThomasWaldmann? I can confirm that this is a real-life issue: Deutsche Telekom assigns customers both a /64 and a /56 prefix by default (two totally different...
@ThomasWaldmann You can call `fileno()` on the `file` object to get the fd from a `socket.makefile()` (`Popen.stdin` and `Popen.stdout` are `file` objects, too). As pointed out by @RonnyPfannschmidt, there should...
:heart: for #7519 :blush: > About `Location` specifier for `--repo`: > > ``` > socket:///abs/path/to/borg.sock::/abs/path/to/borg.repo > ``` > > Is that a good, usual syntax or are there better ideas?...
Yeah, good point. I agree, adding a `--socket` option isn't perfect and adds some inconsistency, but if combined with your idea to specify a default location for the socket, a...
That's very, very unfortunate :unamused: Since Borg uses Python's built-in logging facility, I'd indeed recommend creating a [`logging.handlers.RemoteHandler`](https://docs.python.org/3/howto/logging.html#handler-basic) that is responsible for sending not just log messages, but also exceptions...
Great work Thomas! :clap: :heart: I agree. However, the issue what path to use for `--socket` by default remains an issue tough... The "right place" for the socket is `$XDG_RUNTIME_DIR`...