Paul Zabelin
Paul Zabelin
we would love to use this feature to get client IP, so we can have set some reasonable request rate limits.
we have a similar issue: https://github.com/firebase/firebase-ios-sdk/issues/11474 we have many errors with the same title, but would like to keep stack traces, just trimmed to the actual error
> Thanks for the PR and sorry about the delayed response. Please sign the CLA Done ✅
> Thanks! Looks like CI is showing some test failures. I've added unit test, hope CI will pass now.
@paulb777 @samedson is there any chance to merge this?
is there a way to test if we configured dependabot correctly? here is our YAML: https://github.com/paulz/self-hosted-runner-example/blob/main/.github/dependabot.yml ``` # Set update schedule for GitHub Actions # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot version: 2 updates: -...
this cause CI job to install core every time, which is slow: https://github.com/paulz/arduino-sketches/actions/runs/4529292169/jobs/7976884691#step:4:5
could this be caused by https://github.com/arduino/arduino-cli/issues/2019 when relative path is not working seems libraries are installed in the current subdirectory with name `~`
as a workaround we had to change `arduino-cli.yaml` to use absolute directories: ``` directories: data: /Users/MY_USER_NAME/Library/Arduino15 downloads: /Users/MY_USER_NAME/Library/Arduino15/staging user: /Users/MY_USER_NAME/Library/Arduino15/user ``` where `MY_USER_NAME` is current user name (see output from...
Turns out `⌃⇧C` is working for Copy and `⌃⇧V` for Paste. Is there any way to change that to be standard `⌘C` and `⌘V`?