Radium Zheng
Radium Zheng
Correct. It seems to me that only Chinese-character based script (although unstandardized) is practical. You will run into ambiguity and Min Dong speakers will disagree over the pronunciation of characters....
It seems that `DragDrop.DoDragDrop` also hangs on iOS. `AvaloniaVersion 11.0.6`
@tomchiverton Yeah, but that's HTML not native UI.
@OktayGardener WP is dying, but not Win10 Mobile and UWP.
Its a shame that hackpad team don't communicate with the community. Even if they don't want to develop, they can keep the project alive by giving permission to someone who...
Have anyone tried to reach any former hackpad team member _personally_?
I am interested. Hackpad has a better UX than out-of-the-box etherpad. For some reasons I cannot use hackpad in some environments and have to use self-hosted solutions. Having used Hackpad,...
Or maybe they have made significant changes outside etherpad and it is no longer relavent to back-port to etherpad. I am not sure. I need some help in understand the...
尝试第一步: 上述错误说明,`@tarojs/helper` 的存在幽灵依赖`@babel/traverse`。 看了一下 https://unpkg.com/@tarojs/[email protected]/package.json 确实没有 `@babel/traverse` 用 pnpm [packageExtensions](https://pnpm.io/package_json#pnpmpackageextensions) 对 package.json 进行魔改: ``` "pnpm": { "packageExtensions": { "@tarojs/helper": { "dependencies": { "@babel/traverse": "*" } } } } ``` `pnpm...
> 这次遇到 '@tarojs/taro-loader' 缺失。https://gist.github.com/ztl8702/f0055f968fea45a6e39cc4d1be78ff0f 这就很蹊跷。 https://unpkg.com/@tarojs/[email protected]/package.json 里面明明有 `@tarojs/taro-loader`