Pearce Liang
Pearce Liang
## Background monorepo 已经逐渐成为了一些项目或团队开发的主要模式,正如之前在 #3680 之中讨论的一样,但遗憾的是这个 issue 在仍未被解决的情况下被关闭了,而且长期没有进展。正巧我前几天使用eggjs遇到了同样的问题,但之前并没有给出结论,所以特意新开了一个 issue。 现在我是使用的 yarn workspace 的 nohoist 解决的,但我认为这个需要 egg 官方进行处理。 ``` "workspaces": { "packages": ["packages/*"], "nohoist": [ "**/egg", "**/egg/**" ] }, ``` 关于具体问题...
Related issues: #80    My C# client can parse it successfuly.  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...
我的观点里面 我个人看代码比较偏重设计,一个东西是什么要看它是"未"什么而设计的。 未改成为
 I noticed that all workflow is failed.  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...