Ye Jiaqi

Results 15 comments of Ye Jiaqi

It seems like a "single process multiple coroutines" model. Is it possible to make use of multiple processes here? > With socketserver, you wouldn't even have an asyncio event loop...

I take a glance at the code. The lexer paser implementation does not remain the source. After reviewing the code, **This parsing algorithmn does not consider a minimum diff to...

@N0rbert Typora took the first place 😃

Orgnization/Company: netease game Location: Guangzhou, China Contact: [email protected] Purpose/Scenario: Game Cluster Deployment, Istio App Deployment Features wanted: - native istio support - multiple k8s cluster deployment - dependencies management -...

+1 When trying to log something longer than 65536, "bufio.Scanner: token too long" will occur. Here is my problem: ![image](https://user-images.githubusercontent.com/8371330/88907255-01c20100-d28b-11ea-8234-8366429b5656.png) In scan.go ```golang 144 // Is the buffer full? If...

@alexellis Yes, you are right. This is not a normal usecase. But there all serveral senes: 1. Debug: Some users needs to debug the function at openfaas platform. And they...

I'm curious about a question that can we implement an OAM runtime without k8s, or say the "controller pattern" ? 🤔

I take a look at `amazon-ecs-for-open-application-model`. It's a proof of concept project which translates the OAM spec to CloudFormation. It **partially** support the OAM spec and voilate some guidelines of...