4ce
4ce
so there is a new `baseApiUrl + "/cx/search?q="` used to get comic book results
### How can we reproduce the crash? Just running any bun command ### Relevant log output ```shell Bun Canary v1.1.19-canary.1 (b7dd57ac) Windows x64 CPU: sse42 avx avx2 Args: "C:\Users\fource\scoop\apps\bun-canary\current\bun.exe" "upgrade"...
Related to #129 Add an option to skip cookie verification in the middleware. * Add a new `Options` struct to hold middleware options and a `WithSkipCookieVerification` function to set the...
Related to #309 Update the `IsValid` method in `clerk/tokens_issuer.go` to strictly check the issuer's domain segment. * Parse the issuer URL and extract the hostname. * Accept only issuers that...
Related to #301 Add dynamic input config loading for mpv in mov-cli. * **mov_cli/cli/play.py** - Add `modify_input_conf` function to copy the user's current `input.conf` file and append custom input configs....
Related to #24 Update references from `gotrue-go` to `auth-go` in the codebase. * **client.go** - Update import paths to reference `auth-go` instead of `gotrue-go`. - Update the `Client` struct to...
Fixes #26 Add HTTP Proxy support to ClientOptions. * **client.go** - Add `Proxy` field to `ClientOptions` struct to configure HTTP Proxy. - Update `NewClient` function to use `Proxy` field if...