nox

Results 9 comments of nox

Reverting commit 45a4bf3168c21b13272d16651f073a62bffd3cb0 fixes this for me. For once, the check for unused keys is using a wrong array index: https://github.com/waza-ari/monolog-mysql/blob/45a4bf3168c21b13272d16651f073a62bffd3cb0/src/MySQLHandler/MySQLHandler.php#L210 This should probably be `if(! isset($contentArray[$context]))`. But the check...

You can suppress the stats messages by setting `stats.dsn` to something other than `log://` (the default value). E.g., put following in `janus.toml`: ```toml [stats] dsn = "noop://" ```

You might want to also replace the link here: https://github.com/motiv-labs/janus/blob/6114f63f968d4e93541b925b58fe9a142f093be3/cmd/root.go#L24

Hi @zorn96, thanks for your answer. Unfortunately, I'm hitting the same error. > it seems like the schema defines it as not modifiable by users The attribute `pwdAccountLockedTime` is not...

I did some digging. It looks like ldap3 is unaware of operational attributes not applied to an entry at instantiation time. This makes creating an LDAP entry with operational attributes...

@bsweeney remapping all default fonts as documented in the wiki does not seem to solve the issue. See following sample code: ```php

Thanks for your reply! This was indeed what was happening. I did not specify any specific font cache directory. So the default directory (`vendor/dompdf/dompdf/lib/fonts`) was used, which already contained some...

Thanks for clarifying the current behavior in the documentation! I added some review comments to your PR.

> I was trying to replicate the issue with the darkmode flashing but couldn't replicate it @joshhanley The issue is still quite noticeable when using Bootstrap's input elements, as there...