Dave
Dave
I don’t see what value there would be in knowing the upload size, in most cases. I can see a few exceptions. I backup a database driven app that uses...
I agree, because I like to keep my configuration separate from my communications, and to me, the scrollback is communication, despite the fact that I don't personally access those files....
Arguably this one is no longer required since iOS has native support for all applications (webview or otherwise) for anything that looks like a password field.
This is the same issue as described in https://github.com/jethrocarr/namedmanager/issues/43, see my comment https://github.com/jethrocarr/namedmanager/issues/43#issuecomment-468532484 for an explanation. tl;dr: There is a `\` being inserted at the start of the string, resulting...
I found the bug, although I'm still left a bit confused. The issue is in htdocs/include/application/inc_domain.php, here: ``` // TXT string could be almost anything, just make sure it's quoted....
Is it sufficient to just strip the slashes? Or do we need to manually add them back when the quotes are re-added at the end?
This is where my understanding of namedmanager's expected data format is lacking. In the resulting zonefile we want TXT records to have double quotes around the content, but I'm not...
One other interesting tidbit, in the database neither fixeddomain.example nor typodomain.example has a trailing dot, so I wonder if we couldn't simplify by replacing the NS records with @ instead?...
https://github.com/joelshepherd/tabliss/issues/620#issuecomment-1637130183 has a fix. Or did, it seems to have disappeared completely as of today.
Last night it wasn't working at all, we're back to it working with the CSS, which is something. But I agree, the issue should be addressed via the other bug...