Markus Stenberg
Markus Stenberg
For some reason, UML kernel images are MMU-enabled, but never have stack entry in /proc//maps. Therefore, the collector's --dump fails at them as they fail to find [stack]. Any chance...
```python >>> from furl import furl >>> f = furl() >>> f.host = '::1' Traceback (most recent call last): File "", line 1, in File "/home/mstenber/.local/lib/python3.7/site-packages/furl/furl.py", line 1851, in __setattr__...
Given pgs that are compiled similarly, the behaviour differs for pg 14: ``` $ cargo pgx --version cargo-pgx 0.2.5 $ rm -rf ~/.pgx $ cargo pgx init --pg12=/usr/pgsql-12/bin/pg_config Validating /usr/pgsql-12/bin/pg_config...
lima 0.8.1, default networking setup: When running something that makes bunch of connections (per second) in other window, e.g. fetching www.google.com fails or is quite slow. In practise, lots of...
First of all, great library. I think it is the first reasonable looking Golang data structure library that I have seen, as most of the stuff that drowns in locks...
I found it awkward to have to do New*Map before actually using them. With these pretty small changes you can just e.g. var m FooBarMap and play with it directly....
Fate-share e.g. dummy interface with the lifetime of the hnetd process; use the IPv4/IPv6 addresses of that, so that addressing stays stable even in presence of network topology changes. Question...
ideas: - use scapy, so can pretend to be multiple devices? (with same MAC, but hopefully implementations don't do anything too low-level) - try to cover MUST/SHOULD/MAYs in the spec,...