Josh Soref
Josh Soref
While the y-axis itself doesn't list a unit, the legend seems to: https://metronome1.powerdns.com/?server=pdns.dens1fra.auth&beginTime=-86400
/kind feature
@skevy: the mac I'm using is more or less under quarantine. Do you need me to try to build this, or is it sufficient for me to get an app...
@skevy https://raw.githubusercontent.com/skevy/graphiql-app/2910b9983813093fd6097cdb988edeb593188f20/build/icon.ico  -- the outside is transparent https://github.com/skevy/graphiql-app/blob/2910b9983813093fd6097cdb988edeb593188f20/build/icon.icns  -- the outside is transparent https://github.com/skevy/graphiql-app/blob/2910b9983813093fd6097cdb988edeb593188f20/build/icon.svg  -- the outside is transparent
@nguyenalex836
@Vikranth3140: the `pull_request_review` bit was a correction to my mentioning `pull_request`. I think it's probably best to omit both. You probably want to include: ``` For more information, see "[AUTOTITLE](/actions/using-workflows/events-that-trigger-workflows#pull_request_target)."...
The order of the logic doesn't really work for me. It's convoluted. I wouldn't use _except_ there. I suspect I'd want "isn't a pull_request_target and the send... Isn't checked". I...
Maybe the code should use `sqlite3_close_v2` instead https://github.com/sqlite/sqlite/blob/1fe31dcfabf886517e41cbab3b8435e0e828b44f/src/main.c#L1346-L1347 https://github.com/sqlite/sqlite/blob/1fe31dcfabf886517e41cbab3b8435e0e828b44f/src/main.c#L1275-L1283