Josh Soref

Results 1027 comments of 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

@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 ![image](https://user-images.githubusercontent.com/2119212/78320520-a596dc80-7537-11ea-9764-ed1ac660cba2.png) -- the outside is transparent https://github.com/skevy/graphiql-app/blob/2910b9983813093fd6097cdb988edeb593188f20/build/icon.icns ![image](https://user-images.githubusercontent.com/2119212/78321032-e93e1600-7538-11ea-937b-82dc4d9cbaf7.png) -- the outside is transparent https://github.com/skevy/graphiql-app/blob/2910b9983813093fd6097cdb988edeb593188f20/build/icon.svg ![image](https://user-images.githubusercontent.com/2119212/78321142-2bffee00-7539-11ea-87bc-2635281b5600.png) -- the outside is transparent

@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