Petr Tichý

Results 10 comments of Petr Tichý

The most appropriate solution is IMHO using GitHub Apps with https://github.com/marketplace/actions/github-app-token. This allows for appropriate permissions to checkout the main repo and submodules. No "machine" account and such. This should...

This had just bitten me badly with ``` [[inputs.exec]] commands = [ ... ] data_format = "csv" csv_header_row_count = 1 ``` All but first runs try to send the header...

@srebhan yes, the `inputs.exec ` works with `csv_reset_mode = "always"` on 1.24. But IMHO the `csv_reset_mode = "always"` should be default for `inputs.exec` because it doesn't make sense without it....

Yes, that was it, thanks for quick reply. I my case, the pgbouncer runs on port 5432 while Postgres listens on 5433. The issue with the above config might have...

Well, that is a good question. Unfortunately I'm not yet certain why this happens. I'm unable to replicate this behavior manually with a test account. The reason could be anything...

Thanks for looking into this. Tried with 1.24.2. The output is the same since 1.21 ``` 2022-10-18T20:58:12Z I! Starting Telegraf 1.24.2 2022-10-18T20:58:12Z I! Available plugins: 221 inputs, 9 aggregators, 26...

My history contains something like this https://jira.example.com/secure/CreateIssueDetails!init.jspa?a=t&summary=Splunk%20bug&assignee=me but chrome.history.search with text="bug" doesn't return it, when the search string is only in the url.

https://marketplace.visualstudio.com/items?itemName=jkillian.custom-local-formatters is great, but the command is expected to act like a filter, with input on stdin. So the relevant `settings.json` is ```json { "[hcl]": { "editor.defaultFormatter": "jkillian.custom-local-formatters", }, "customLocalFormatters.formatters":...

Present also in `jruby 9.1.9.0-SNAPSHOT (2.3.3) 2017-04-06 1ad761b Java HotSpot(TM) 64-Bit Server VM 25.60-b23 on 1.8.0_60-b27 [darwin-x86_64]`