mcshicks
mcshicks
**Context** > Is your feature request related to a problem? What is the motivation for implementing this feature? Its an enhancement/annoyance. I love the reader I use it a lot....
It would be good to have some sort of regression test for the OOI code in the mseed directory that could be invoked via git actions. Was suggested in OOI...
For testing (manual as well as CI type testing) it would be nice to be able to have a switch (environment variable perhaps) that would provide a fixed time instead...
We need to cover the case of append new data to an older m3u8 file. i.e you convert 8 hours of delayed data, and then 8 hours later you do...
Even though we read the data with a delay sometimes data can come in later. So if data come in later (say within 24 hours) we would still like to...
When regresssion testing some other changes I got this error logspout_1 | !! x509: certificate signed by unknown authority Not sure what the fix is but the workaround is to...
This is basically getting the s3_upload branch to work well enough to move it to master. The use case is a node is offline, and the node stores locally the...
In addition to being delayed is appears there can be big gaps in mseed OOI data. From hackathon testing we noticed this pretty large gap in mseed data that put...
There are several ways to do this, I'm taking the approach of instead of calling docker-compose build and docker-compose up using the -f option to select the correct compose file...
It would be nice test hls audio without having to connect to S3 and have orcasound S3 AWS keys. One way to do this is to replace s3_upload with something...