Balthild
Balthild
Sometimes we want to custom the gateway. I've added a method to modify the gateway URL. It could be called in an overridden `AlipayServiceProvider` if needed.
Configuration file ```yaml port: 8090 adapter: - id: ss-local type: socks5 host: 127.0.0.1 port: 1080 rule: ... - type: iplist adapter: direct file: ~/.SpechtLite/DirectIPList - type: all adapter: ss-local ```...
### Description I'm attempting to use the HKUST's Azure OpenAI service ([doc link](https://itsc.hkust.edu.hk/services/it-infrastructure/azure-openai-api-service)), which only supports some specific API versions. If other API versions are used, it will result in...
### Description I'm not sure if this is a bug or a feature that haven't been implemented. In #954, I see that CJK right puncts appearing at line start are...
### Prerequisites - [X] I have searched for [existing issues](https://github.com/rarfell/dimeApp/issues) that already include this feature request, without success. ### Describe the Feature Request Add a "Tags" property in addition to...
### What is the example you wish to see? https://github.com/PlasmoHQ/examples/tree/main/with-emotion `@emotion/cache` uses [`HTMLStyleElement.sheet`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLStyleElement/sheet) (a [`CSSStyleSheet`](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet) instance) to insert CSS rules into the style tag. The rules inserted with this API...
  `url()` behaves as expected.
### Describe the bug The custom protocol can only be accessed once. After that it becomes "Connection Refused". ### Reproduction 1. Clone the MWE repo: https://github.com/balthild/tauri-custom-protocol-issue 2. Install dependencies and...