Sebastiaan

Results 5 issues of Sebastiaan

global $memecached_servers; $memcached_servers = On line 21,23 in roles/wordpress/templates/wp/local-config.php Not sure if and how this even affects anything but seemed like a typo..

Imho ExpectOrigin should not be an authentication method but an option one can pass on the command line. It adds another obstacle for a malicious user to overcome but should...

feature

- Reading: prepare appropriate listeners matching the workload Sure, I can do that.. - Writing: spawn go routines to process a batch of Get operations on multiple targets Read loop...

**Describe the bug** On my Linux machine Partitions() reports ext4 correctly but Usage() reports ext2/ext3 incorrectly **To Reproduce** ``` // Loop devices (snap) filtered out disk.Partitions(false): [{"device":"/dev/nvme0n1p2","mountpoint":"/","fstype":"ext4","opts":["rw","relatime"]} {"device":"/dev/nvme0n1p1","mountpoint":"/boot/efi","fstype":"vfat","opts":["rw","relatime"]} {"device":"/dev/nvme0n1p3","mountpoint":"/mnt/storage","fstype":"ext4","opts":["rw","relatime"]}] //...

pid is stored as int but gets converted to uint16 and thus will never match when processPacket compares int on batchpinger to uint16 from packet // Pinger.SendICMP ``` xid :=...