Balthild

Results 43 issues of 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...

enhancement

### 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...

bug
text

### 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...

enhancement

### 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...

documentation

![image](https://github.com/user-attachments/assets/6e0f36be-fd48-40f7-ace4-365722edc99c) ![image](https://github.com/user-attachments/assets/9cd33919-358b-4f36-945d-dd3ae3bff855) `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...

type: bug
status: needs triage