Onno Steenbergen

Results 6 comments of Onno Steenbergen

Don't know if its included in your proposal for flags, but I would like to see `NO-CARRIER` and `LOWER_UP` as well. Example Linux partial `ip addr` output: ``` 2: enp0s31f6:...

I have a 'easy' workaround for missing timezone. I use the momentjs timezone library http://momentjs.com/timezone/. [Example Gist](https://gist.github.com/osteenbergen/38259648aa81f6cf27b3)

If I understand your comment correctly you have a user in location X that says execute at 17:00. Then the user goes on a vacation to location Y and it...

That is the same use-case I have, and the gist is the same as I implemented. Server does the calculation and stores the timezone, previous date, and next date.

Did some testing and mmathys simpler way is not a valid solution as the resulting list still runs according to UTC. Or i misunderstand your solution. Could you please submit...

Can you request the identity URL via curl from the webserver? It could be a certificate issue (webserver cannot verify the https connection). And if the identity provider is public...