Pēteris Caune

Results 237 comments of Pēteris Caune

Thanks for the suggestion! I had previously tried to use `addStream()`, but couldn't get it to work – I have a hunch that's because of my super-simplistic messaging layer which...

> Since there's no standard way of serializing the entire response from a WebAuthn operation I'm not sure how we would support a single response_from_client_as_id object without imposing our own...

Very happy to see this! I tested my project with this, and could get it to work fairly easily, thanks to the server example. My glue code went down from...

Thanks for the suggestion, @rizlas! The dashboard is limited by what's available from the API, and currently the API doesn't return a "down + started" combination. Filed an issue for...

Thanks for the report. This looks puzzling to me too. A few questions: * Did it work as expected until now, and September 14 was the first time you got...

I think there's a timezone confusion somewhere – an UTC datetime is interpreted as Europe/London datetime or vice-versa. As a sanity check, I want to test if the app stores...

> the timezones are both the same on healthchecks container and the host the script runs on... * What is the OS, OS version and timezone on the host system...

Thanks for the answers, appreciate it. Your configuration is quite far from what I'm familiar with: * you're using a 3rd party docker image * non-Debian container OS (Alpine, nothing...

> Honestly it doesn't feel like this feature fits in along with the others. Yep, and there's always the option to wrap the legacy app in a custom shell script,...

I think it can work with the "start" signal. Let's look at an example: * A job runs every 10 minutes * Each execution takes 2 minutes * We want...