Pearce Liang

Results 11 issues of Pearce Liang

## Background monorepo 已经逐渐成为了一些项目或团队开发的主要模式,正如之前在 #3680 之中讨论的一样,但遗憾的是这个 issue 在仍未被解决的情况下被关闭了,而且长期没有进展。正巧我前几天使用eggjs遇到了同样的问题,但之前并没有给出结论,所以特意新开了一个 issue。 现在我是使用的 yarn workspace 的 nohoist 解决的,但我认为这个需要 egg 官方进行处理。 ``` "workspaces": { "packages": ["packages/*"], "nohoist": [ "**/egg", "**/egg/**" ] }, ``` 关于具体问题...

Inactive

Related issues: #80 ![image](https://user-images.githubusercontent.com/9214496/129382485-94b47e31-dba9-4f9d-b5f3-f1352e1ac103.png) ![image](https://user-images.githubusercontent.com/9214496/129382568-f02adb09-b701-4e29-af17-a69c7557e657.png) ![image](https://user-images.githubusercontent.com/9214496/129382527-47b6a0d3-0ef9-4aa3-a3bc-2509f8bd67d4.png) My C# client can parse it successfuly. ![image](https://user-images.githubusercontent.com/9214496/129385357-897dcab9-0bae-42bd-9f87-02dde238df32.png) it seems like the Gloomrpc's Editor didn't support google.protobuf.struct well. ```proto syntax = "proto3"; option csharp_namespace...

I am interested in this low code solution and I am willing to add some feature or fix bugs, but I can't find enough docs or feature plans to decide...

RT ``` uploader.chooseFile().then(res => { console.log(res); // {key: awqoidhwqoif} 返回上传后的Key }) ``` 因为我自己写的时候想复用设置,不想每一个地方都写那么一长串去生成一个UploaderBuilder的对象,我是想写一个构造函数然后传入一些回调就行,然而这样Key就没法返回回来。

in some case, page will need to fetch the data(like ranking data) and then render it. Is vuse support ajax?

### Feature Request I found the [nodejs build document](https://github.com/microsoft/Oryx/blob/main/doc/runtimes/nodejs.md) but didn't find pnpm support. now I use `PRE_BUILD_COMMAND` and `CUSTOM_BUILD_COMMAND` for this but it's good that Oryx could have official...

我的观点里面 我个人看代码比较偏重设计,一个东西是什么要看它是"未"什么而设计的。 未改成为

![image](https://user-images.githubusercontent.com/9214496/190433322-4b88ad84-d16e-446e-8454-878325a80651.png) I noticed that all workflow is failed. ![image](https://user-images.githubusercontent.com/9214496/190457187-a9a57514-bec4-4204-8742-297296d04ed4.png) It's likely the problem of python dependencies or virtualenv? I was trying to install some dependency manually and the error get...

Just a feature request, it's good if this template can add storybook example. like https://studio.webcomponents.dev/create/svelte

I am using Cmake for build large project and want to migrate to WebAssembly and the project have some dependencies. When I build the project using my CMakeLists.txt, I just...