minfrin

Results 117 comments of minfrin

> one obersavation: The esapce functions do return "NULL" if the input is NULL, but JSON null is lower case, or doesn't it matter? It does matter - thank you...

> > As an aside, I added support for JSON escaping to APR, which I plan to backport to v1.x: [apache/apr@3646493](https://github.com/apache/apr/commit/3646493027dbf0dcc1523d1ebf182a5792aa70a3) > > I did port your code into httpd,...

Further examples of why the possible values are so important, the next bit of the manual tells you to do this: ``` leftautheap Whether the security gateways will authenticate uing...

The rsync daemon supports destination chmod (calling it incoming chmod), and the place where it is applied is here: https://github.com/RsyncProject/rsync/blob/9994933c8ccf7ead27c81fe4ce2eb4e08af20c7f/rsync.c#L518 This does exclude symlinks.

Patch available here: https://github.com/RsyncProject/rsync/pull/751

Been a bit swamped, need to create a simple project that shows this. I do see the long row is in the first cell, which is used to determine the...

Create a blank WinUI3 project, and drop in the following MainWindow.xaml: ``` ``` The "Extra text" and "Even more text" elements are invisible because of the bug.

The explanation is super helpful, thank you. It appears their packaging does explicitly depend on libevent: https://salsa.debian.org/dns-team/unbound/-/blob/master/debian/rules?ref_type=heads#L85 This would mean their package would need to declare a formal dependency on...

PR submitted to fix unbound packaging on debian: https://salsa.debian.org/dns-team/unbound/-/merge_requests/21