Stuart Espey

Results 9 comments of Stuart Espey

broke our CI and dev pipelines which are dependant on `http-server` for a solution, see: https://github.com/indexzero/http-server/issues/521#issuecomment-488843797

branched from 1.5.0. Simply merging stable will resolve above conflicts.

having this issue too. basically, start an incrmeental search... get to where I need, and click into the code... and it leaves the last hit circled forever... until I enter...

Linux Bridge certainly implements STP. I'd be surprised if it wasn't enabled by default. And there we go: >Spanning tree protocol (STP) is enabled by default

The timeout is in the activateVolume function in driver_zfs_volumes.go ``` // Wait up to 30 seconds for the device to appear. ctx, cancel := context.WithTimeout(d.state.ShutdownCtx, 30*time.Second) defer cancel() ```

Yes, the ports are updated in the yaml, but they are not updated in the UI, even though the application is launched with the correct ports when you use “deploy”...

This could make a large performance improvement to the Incus Storage Driver. After the iscsi create/delete, pool.dataset.query is the next biggest bottleneck.