Shane St Savage

Results 82 comments of Shane St Savage

Good point, I hadn't considered old SML versions. I would think that you'd want to update all of them, since you're changing the identity of the same observable property throughout....

There's an existing geojson format ([ObsJSON](https://code.google.com/p/xenia/wiki/ObsJSON)) that appears to be compatile with LeaftletPlayback's format other than the ISO8601 times. Maybe when a geoJSON track is loaded jQuery's $.isNumeric() could look...

If you can set your hostname when creating `/etc/promtail/config.yml` this will work as well: ``` clients: - url: http://loki.url:3100/loki/api/v1/push external_labels: host: {{ your hostname }} ```

FWIW, `ykman` is successfully detecting a YubiKey 5 NFC for me inside a Debian 11 crostini vm under ChromeOS 98.0.4758.91 once access is provided to the VM in the ChromeOS...

Support for `git+x://` pip specifications was mentioned in #4 which is marked as complete, but that was either not implemented or has broken since. Would be great to be able...

Converting to an issue since I totally botched the Q/A format of the discussion tool. Relevant replies from the original discussion: @NiKiZe said: > Have you verified the link speed?...

From what I've reported above, does it make sense to conclude the following? * ipxe doesn't include a driver for these QLogic NICs, since booting ipxe.pxe uses the `undipci` driver...

+1, pushing updates to the Docker Hub README should 100% be part of the core functionality.

Having `.env` would be nice, but `setenv.sh` or some other way of dynamically setting vars should be supported as well.