Garfield Lee

Results 50 comments of Garfield Lee

Not useful comment Oh fine...

Somehow the `com.intellij.util.EnvironmentUtil.getValue("PATH")` doesn't not includ `/usr/local/bin`. From Microsoft Docs, powershell core on macOS has a symbolic link is `/usr/local/bin/pwsh`, see: https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7.1

For linux, pwsh symbolic link is `/usr/bin/pwsh`, https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1

Another issue is I have lots of powershell profile, loading profiles took more than 1700ms. ``` Last login: Fri Jun 25 19:18:39 on ttys003 PowerShell 7.1.3 Copyright (c) Microsoft Corporation....

抱歉最近忙没有时间,Issue 动态都关注着的。

我没有什么 CSS in JS 的经验,希望可以有人帮忙适配一下。

我指的是组件需要适配 CSS in JS 需要做什么修改,如果重构的代码很多的话可能需要很长时间才能适配完成,

先用 Taro 的 Input 试试看?

@jonsen-liu 可以测试一下 Taro 的 Input 组件正不正常吗?AtInput 也只是给 Taro 的 Input 封装了一些 View,加了样式。 `import { Input } from '@tarojs/components'`

抱歉,理解有误,我认为你换了字节跳动小程序原生开发。那么 Taro 的 Input 是正常的对吗?