Bo An

Results 10 issues of Bo An

作者你好!感谢开发这么完善的库。我遇到的问题是在**挂美国VPN的时候一切正常**,但**用德国IP就无法在Python代码里登陆**(命令行模式也一样),会出错如下: ``` Traceback (most recent call last): File "C:\Users\Bo\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "C:\Users\Bo\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "C:\Users\Bo\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 1010, in _validate_conn conn.connect()...

I was wondering how to implement cors origins rules. Changing the string values in `config.rs` doesn't seem to do the trick. It's still blocking fetch requests from local addresses. A...

### Describe the bug - The official solution for more than one edges between two nodes suggested for G6 is using `quadratic` line: [https://g6.antv.vision/en/docs/manual/middle/elements/methods/multi-line](https://g6.antv.vision/en/docs/manual/middle/elements/methods/multi-line) - However, Graphin only allows 'graphin-style':...

``` > [email protected] start:all C:\Script\web-library > run-p "serve -s {@}" "devel -s {@}" >>> Listening on http://localhost:8001/ ERROR: Invalid Option: -s' ERROR: "devel -s" exited with 1. npm ERR! code...

## Description Migrate with index created on text field without unique throws errors for Sqlite. ## Steps to Reproduce 1. Define migration: ```rust .col( ColumnDef::new(MyEntity::MyColumn) .text() .null() .default("NULL") ) .index(...

Hi thanks for the awesome plugin! It has been indispensable. But it has been marked incompatible by the latest Idea edition.

### Describe the bug tauri version: `2.0.0-beta.11` I'm using a Grpc-web client (which uses fetch) over http1 for server-streaming over Grpc endpoints. Everything is working, except that under Tauri, and...

type: bug
status: needs triage

In composer mode, when the model tries to write to a Markdown to insert a Mermaid graph, it fails to do so and can only output it in the chat...

bug
user-support

### Bug description Typescript compiler complains about the relation id string field of on 'Many' side of One-To-Many relation as of type incompatibility. New to Prisma. Perhaps I'm doing something...

bug/1-unconfirmed
kind/bug
topic: client types
domain/client

**Is your feature request related to a problem? Please describe.** Support the Fastify v5: **Describe the solution you'd like** Can support the Fastify v5 and install the npm plugin package...

enhancement