Nate Tippie

Results 5 issues of Nate Tippie

## Describe the bug* The documentation link in the README returns a 404. ## To Reproduce* HTTP GET https://mathematic-inc.github.io/ts-japi/ ## Expected behavior* Able to easily access documentation from README ##...

bug
help wanted
good first issue

https://github.com/omniauth/omniauth-openid/blob/8a46fa98dabe3ea7ced336fef1201ab4870adb15/lib/omniauth/strategies/open_id.rb#L69 As noted in the [OpenID spec](https://openid.net/specs/openid-connect-migration-1_0.html#ImplementationConsiderations), the claimed identifier should be used (`#identity_url instead of #display_identifier`).

Please add the ability to disable history. It would be even better if you could change its location, then you would be able to change the location to /dev/null to...

```sh $ OPENAI_API_MODEL=o3-mini chatblade "hello" openai error: Error code: 400 - {'error': {'message': "Unsupported parameter: 'temperature' is not supported with this model.", 'type': 'invalid_request_error', 'param': 'temperature', 'code': 'unsupported_parameter'}} ``` After...

``` /eslint.config.mjs /packages/packageA/package.json ... ``` ```sh grep console eslint.config.mjs # console.log(process.cwd()); cd packages/packageA pnpm exec eslint --version # v9.34.0 pnpm exec eslint # /packages/packageA pnpm exec eslint --inspect-config # /...