Fabian Raab

Results 18 issues of Fabian Raab

Since _ogg_ is a container for various Media Types, [RFC5334](http://tools.ietf.org/html/rfc5334#section-10.3) had add some file extentions to indicate the content: _For Audio (audio/ogg):_ `.ogg`, `.oga`, `.spx` Apollo can play `.oga` files...

When the parameter of `partial_sync` is not quoted, e.g. `partial_sync = ignore` instead of `partial_sync = "ignore"`, then the following error rises: option "partial_sync": Expecting value: line 1 column 1...

Lets assume you are running your ONA database on a MariaDB server >= 10.2 and access a “DNS server” entry, then the following does happen: ![2020-09-13 21_01_22-OpenNetAdmin __ 0wn Your...

There is a `Allow duplicate MAC addresses` option if you adding or edit an interface address. Things have changed since IPv6. The Ipv6 standard requires that the interfaces _must_ now...

If you create a IPv6 Subnet with a Netmask IP address (fe80::a00:27ff:fe76:7ac3) can t be the subnet broadcast address! ``` Well I dont know how often you need such a...

Bug

ONA report Subnet Conflicts on some special IPv6 Subnets even if there is no conflict. ## Reproduce **Test1** 1. Create Subnet `fe80::/10` 2. Create Subnet `2a02:2c0::/32` 3. `Save failed. ERROR...

Actually you add the `@protected` and `@private` commands if the function has an single underscore `_` respectively double underscore `__`. The interpretation of the underscores is correct but [doxygen will...

If I understand that right Sublime-Text-Markmon will leave by default the `--projectdir` option of makmon empty, except if `projectdir` is statically set in `sublime-text-markmon.sublime-settings` file. Is that right? I'm interested...

* cattrs version: 1.10.0 * Python version: 3.7 * Operating System: Linux 5.16.1-1 OpenSUSE Thumbleweed I want to register structure/unstructure hooks for classes which inherit `typing.Generic` and using a `T...

## Brief `apidoc` forces that the `SPHINX_APIDOC_OPTIONS` are starting and ending with a `:`, but there are sphinx options which do not end with a `:`, which are then unusable....

enhancement
apidoc