CyJaySong

Results 80 comments of CyJaySong

@Blackgan3 无论是开启热重载还是关闭热重载,都有这个问题

@Blackgan3 会不会是环境相关问题呢,可以给一个参考吗

@Blackgan3 Node版本: v16.20.0, 开发者工具版本:1.06.2402040

@hiyuki 重新执行`npm run serve`后,微信开发工具报在项目根目录未找到 app.json ,这个问题还没修复。还是需要微信开发工具重新打开该项目才行

required_if, required_unless,required_with,required_with_all,required_without,required_without_all,excluded_if,excluded_unless,excluded_with,excluded_with_all,excluded_without,excluded_without_all,skip_unless if they meet the criteria for skipping, should skip all subsequent validation。

@deankarn Hello, what do you think of this suggestion

> ``` > PromotionType string `json:"promotion_type" binding:"required,oneof= a b c"` > ApplicablePhase []ApplicablePhaseItem `json:"applicable_phase" binding:"required_if=PromotionType a,dive,len=4"` > ``` > > @deankarn In this example, len tag not working when required_if...

@francisoliverlee ``` version: "3" services: #Service for nameserver namesrv: container_name: RocketMQ-namesrv image: apache/rocketmq:5.1.3 command: sh mqnamesrv restart: always ports: - 9876:9876 volumes: - ./namesrv/logs:/home/rocketmq/logs #Service for broker broker: container_name: RocketMQ-broker...