David Morris
David Morris
This seems only to reproduce when the User/license sync setting is enabled across the GitHub::Connect link.
In: https://docs.github.com/en/rest/overview/api-versions?apiVersion=2022-11-28 (no space) The presence or not of the space seems to affect the quoting when submitting with curl: So it looks like that's a behaviour of the shell...
This issue has existed for some time now. I've a customer who'd like to see it fixed in an internal ticket. Note to self: I'll create a follow up ZD...
``` SELECT strftime('%Y-%m-%d %H:%M:%S', datetime(strftime('%s', now) / 300 * 300, 'unixepoch')) AS bucket, status, COUNT(*) AS count FROM unicorn GROUP BY bucket, status ORDER BY bucket ASC; ``` ``` SELECT...
### auth.log ``` sqlite> .schema auth.log sqlite> .schema auth CREATE TABLE auth( "now" TEXT, "method" TEXT, "message" TEXT, "at" TEXT, "success" TEXT, "from" TEXT, "request_id" TEXT, "url" TEXT, "user_agent" TEXT,...
### Exceptions #### Count of class ```sql select "class", count("class") as count_of_class from exceptions group by class order by count_of_class desc; ``` #### Count of user ```sql select "user", count("user")...
### babeld.log #### babeld group msg by hour ```sql SELECT strftime ('%Y-%m-%d %H',ts) hour, msg, count(msg) as count_of_message, from babeld group by strftime ('%H',ts), msg; ``` #### babeld group msg...
My users can see only the stream I created for them (a subset of messages). The expected behaviour is for the "replay search" button on dashboards to point onto the...
./list-repository-workflows.sh { "total_count": 1, "workflows": [ { "id": 109878245, "node_id": "W_kwDOMc7z784GjJvl", "name": "the-power-workflow-simple", "path": ".github/workflows/workflow-simple.yml", "state": "active", "created_at": "2024-07-30T08:55:03.000Z", "updated_at": "2024-07-30T08:55:03.000Z", "url": "https://api.github.com/repos/forest-town/repo-2905867/actions/workflows/109878245", "html_url": "https://github.com/forest-town/repo-2905867/blob/main/.github/workflows/workflow-simple.yml", "badge_url": "https://github.com/forest-town/repo-2905867/workflows/the-power-workflow-simple/badge.svg" } ] }
Does conversion to json work: ``` [Bundle #135189] 135189 $ wc -l system-logs/split-logs-syslog.1/gitrpcd.* 290161 system-logs/split-logs-syslog.1/gitrpcd.json 290161 system-logs/split-logs-syslog.1/gitrpcd.log 580322 total ``` [Bundle #135189] 135189 $ head -1 system-logs/split-logs-syslog.1/gitrpcd.log ; tail -1...