Colin Leroy-Mira
Colin Leroy-Mira
In compatible mode, mongodb_mongod_replset_oplog_head_timestamp and mongodb_mongod_replset_oplog_tail_timestamp lacked the 'set' label. --- - [x] Tests passed. - [x] Fix conflicts with target branch. - [ ] Update jira ticket description if...
### MAME version ecdce6505c499531ceb3c4b70c7d59db78e8125b ### System information Linux x86_64 ### INI configuration details _No response_ ### Emulated system/software apple2gs (r0, r1, r3) ### Incorrect behaviour It seems like the Z8530-based...
The branch is always taken. Thanks for this very valuable reference!
Hello, I have recently tried to use slsnif (across two serial-USB ttys) to reverse engineer an old digital camera, but couldn't. Stracing a VirtualBox VM revealed why: the camera only...
Hi, Here is another pull request that allows for more configurability in the monitored consumer groups: - first, allow more precise wildcard matching (_starts with_, _contains_ or _ends with_ instead...
**Describe the bug** The logging of Kafka Configs / Components configs leaks passwords. **To Reproduce** Steps to reproduce the behavior: configure something like ``` kafka.sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required \ username="monitoring" \ password="very-secret-password";...
If the vault process receives a SIGHUP early in its start process, the signal is not handled and the vault process dies. **To Reproduce** ``` root@vault-server-03:~# systemctl restart vault.service &&...
Hi, Thanks for making this live :) This does need a fullscreen, no-decoration mode though, for old monochrome terminals that don't like UTF-8 and color codes.
Doctrine had a bug with php 7.3: https://github.com/doctrine/DoctrineORMModule/issues/579 I think Agendav is hit by this : ``` Sep 15 11:47:45 nancy agendav[22534]: [Fri Sep 15 09:47:45.552457 2023] [php:warn] [pid 49]...
Use 0 as height, so that the closest bigger available image size will be used as thumbnail_url, instead of 99999 which prevented scaling down from happening at all. Trac ticket:...