lawxen

Results 14 comments of lawxen

@Apteryks I spend several hours to find what's going wrong, thanks to you advice, My mac's patch version is 2.5, After I update patch to 2.7.6, every thing works fine...

> After giving permission with the command above ( sudo chown -R $(whoami) $HOME/DoChat/ ). The output is now like shown below. > > ``` > curl -sL https://gitee.com/mirrors/dochat/raw/main/dochat.sh |...

You must use VPN if you use raw.github....... in China

yeah, this make the example code can't be executed

I add an example about how to do the test for POST(also contain where can we send the body data!) in https://github.com/gin-gonic/website/pull/223

> After reading a little more into the dark mode topic, I'm afraid that a "useful implementation" will require a little more work (and discussion). A few thoughts from me:...

# Simple way: ## First step ``` volumes: *** - ./vhost.d:/etc/nginx/vhost.d *** ``` ## Second Step: Create **file** vhost.d/domainname.com ``` return 301 https://www.domainname.com$request_uri; ``` **Done**

I'm facing the same problem with m1 max/ mac os 14.4.1 (23E224) docker version 4.30.0 (149282) with VirtioFS settings

Docker **4.32.0** on m1 max macbook pro still has this problem

I have test this is not a mistake, Maybe you missed that the example curl file name is "upload[]" ``` curl -X POST http://localhost:8080/upload \ -F "upload[]=@/Users/appleboy/test1.zip" \ -F "upload[]=@/Users/appleboy/test2.zip"...