Guanyun

Results 8 comments of Guanyun

Flutter+Reudx https://github.com/brianegan/flutter_redux

"taro-ui": "^3.0.0-alpha.3" 也出现了这个问题,请问怎么解决的,用Taro的Input?

> "taro-ui": "^3.0.0-alpha.3",@tarojs/taro": "3.0.11",我也遇到这个问题,我看时间都过去了挺久了 用原生组件了

配置好treafik,用阿里的dns,但好像traefik不发起证书请求,有谁遇到这种情况吗?

> 配置好treafik,用阿里的dns,但好像traefik不发起证书请求,有谁遇到这种情况吗? 已解决

> > > 配置好treafik,用阿里的dns,但好像traefik不发起证书请求,有谁遇到这种情况吗? > > > > > > 已解决 > > 我也遇到了,你怎么解决的啊? 我的是certificatesResolvers配的有问题。下面是我现在的配置: ``` certificatesResolvers: ali: # Enable ACME (Let's Encrypt): automatic SSL. acme: email: "[email protected]" storage: "/etc/traefik/acme/acme.json"...

hi, traefik v2.2.0 has the same issue. ```toml [http.routers.api] rule = "Host(`192.168.56.10`) && PathPrefix(`/traefik`)" entrypoints = ["http"] service = "api@internal" middlewares = ["traefik"] [http.middlewares] [http.middlewares.traefik.stripPrefix] prefixes = ["/traefik"] ``` `/traefik/api/rawdata`...

> Hi, is it possible to add input text field to get user input? If not, how can I implement it? I also need this, when I double click text...