Garfield Lee

Results 66 comments of Garfield Lee

@houjoe0829 Is this "drag and drop design" still effective?

> > @houjoe0829 Is this "drag and drop design" still effective? > > > > Thank you for your attention. This design draft has expired and requires @xell to update...

Taro UI 迁移至 Taro 2 和 3 这段时间专注 Bug 修复和功能测试,新功能会在之后慢慢加入,不要着急。

一直在忙公司里的事情,欢迎加入 Taro UI 项目来一起维护

If you use yarn v2 or pnpm, you can patch this package using package manager's `patch` command. An example for patch: ```diff diff --git a/build/index.es.js b/build/index.es.js index 8f8e4779c39e381c13ed51ab6d608f1648c70d62..fa37bd4ba1d15417adf31019c7236ee16022b20e 100644 ---...

1. 旧项目的升级手动安装也能接受,不过需要完整的文档指南或者是提示,以及在 Issue 里可以检索到相关问题的解决方案(可以直接链接到文档,但是很多人喜欢直接搜 Issue,所以提出这个建议)。 2. 关于 sass 建议是抛弃 C++ 的 node-sass,使用 Dart 的新版 sass 实现(npm 包名 `sass`),这样省去了很多因为 node-gyp 环境造成的问题。 3. 希望编译器可以在缺少相关插件时有比较友好的提示,比如某用户使用 Less 开发应用,有一天他引入了 `taro-ui` 然后报错无法处理 `sass` 文件类型时,应当给出友好的提示(当然也可以在 `taro-ui` 侧提供...

@luckyadam 你说的是在 sass 文件里使用 `@import` 语法引入 `wxss` 后缀的文件吗?我记得 sass 如果 `@import './a.css';` 会编译出 `@import url('./a.css');` 然后交给之后的 loader 如 css-loader 处理。https://github.com/webpack-contrib/sass-loader/issues/101 以及相关的 spec https://github.com/sass/sass/blob/master/spec/modules.md#import-context

Want to help complete this task.

@fribbels, Sorry for the late reply, I'm already on Discord with the same name. Due to work arrangements, I may not be able to start working on this issue until...

I had the same issue. I created an APFS volume on my macOS called `workspaces` to house the code repository in my work, and I had a `cross-device link not...