Cong-Xin Cynthia Qiu

Results 8 issues of Cong-Xin Cynthia Qiu

Although I am not sure what is happening, I am following the suggestions HTTPretty gives me: ``` Traceback (most recent call last): ... ... File "/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 1438, in set_contents_from_string...

needs-tests

I think this two lines https://github.com/bottlepy/bottle/blob/f9b1849db4dd724e36a93a1032be592193fba581/bottle.py#L4057-L4058 are causing the below deprecation warnings (my warnings are from 0.12.17, but the newest (0.12.19) has the same problem): > /usr/local/bin/bottle.py:3433: DeprecationWarning: invalid escape...

The original demo repository have CloudFormation templates inside of Terraform files, which is quite confusing to understand and hard to modify. I refactored it so everything is in Terraform now....

In git, there are two ways to connect/clone a remote repository: ``` git clone [email protected]:libgit2/pygit2.git git clone ssh://[email protected]:2345/libgit2/pygit2.git ``` and the 2nd one support to connect to a remote git...

Is it possible to define ``` { name: 'my unique customized name', displayName: 'My Display Name' } ``` as by using name I cannot have duplicated names? Imaging that I...

**Describe the bug** Keyword `PRIMARY KEY` is not parsed correctly. Instead, `KEY, ` is parsed into a nested `TokenList`. **To Reproduce** It can be reproduced by executing the following python...

The last release on pypi is 4.4.28 (May 28, 2019). There are 6 PRs after that and the newest update in this repo is Nov 23, 2021. Is there any...

It will be very handy if we can support something similar to [`@WithMockUser` in Spring](https://docs.spring.io/spring-security/site/docs/5.0.x/reference/html/test-method.html#test-method-withmockuser). Then we can test an endpoint with an anonymous and authenticated user easily. ### Task...

type: enhancement