Jonathan Law

Results 3 comments of Jonathan Law

One use case I came across, trying to pass a date as a parameter in the query string, and the web server is expecting an ISO date string (for example...

Also seeing the same error in a private repo ``` jobs: labeler: runs-on: ubuntu-latest name: Label the PR size permissions: pull-requests: write issues: write steps: - uses: codelytv/pr-size-labeler@v1 with: GITHUB_TOKEN:...

We sign out the previous users' session prior to signing in the current user. The re-used session key by the second user now references an invalidated session because the sign...