Andrew Banchich

Results 37 issues of Andrew Banchich

![image](https://user-images.githubusercontent.com/13824577/134258320-4a360ef2-1b1c-4417-8e41-0ca613a66e7b.png)

I'd love to have the artwork displayed larger somewhere.

enhancement
design

- Using a raw string makes the example input more readable. - `println!` doesn't help with doc examples, so I updated it to use `assert_eq!`.

It would be nice to have something similar to [serde_json::to_string_pretty](https://docs.serde.rs/serde_json/fn.to_string_pretty.html) which formats Rhai scripts strings.

help wanted

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/oathkeeper/blob/master/CODE_OF_CONDUCT.md). -...

feat

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/oathkeeper/blob/master/CODE_OF_CONDUCT.md). -...

bug

We're getting a panic from chrono [here](https://github.com/chronotope/chrono/blob/main/src/sys/windows.rs#L97) when run on a Windows 2012 server: ``` thread '' panicked at 'SystemTimeToTzSpecificLocalTime failed with: The parameter is incorrect. (os error 87)', /cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/sys/windows.rs:97:9...

The [Action Outputs](https://github.com/release-drafter/release-drafter#action-outputs) section of the README gives [@actions/upload-release-asset GitHub Action](https://www.github.com/actions/upload-release-asset) as an example of what to use for uploading an asset to `upload_url`. However, that Action is deprecated: >...

help wanted

If a project fails to compile, the `clippy` annotation job will succeed. It currently only fails if the project compiles and its lints return results. Related to this: the verbose...

bug

Workflow file: ``` on: pull_request: branches: [ master ] name: Clippy jobs: rustfmt: runs-on: ubuntu-latest continue-on-error: true steps: - uses: actions/checkout@v2 - run: rustup component add rustfmt - run: cargo...

bug