Cinux-Chosan

Results 7 comments of Cinux-Chosan

Does this mean the corresponding server version is only 1.x ? [here](https://socket.io/docs/v4/client-installation/#Version-compatibility)

> @CaocaoWym > 大佬你好,向您请教个问题,我是从事建筑方面的工作,但是自己很喜欢编程,但我以后也不会从事软件方面的工作,纯粹是爱好和方便自己的工作和生活,go和Python两门编程语言都接触过,只能写出一些小程序,精力和时间毕竟是有限的,自己想主要深入学习一门语言,go的语法我很喜欢,Python感觉更实用些,自己应该怎样选择,麻烦给点意见,非常感谢 没什么好纠结的,直接 python 吧,你只是自己用,满足日常需求即可,而且 python 更加灵活,社区等各方面更火一些,工具更多,很多工具官方支持 python 但 go 就不一定了

@jaxnz Thanks, but `.toString()` is not what I want. If the valueTransformer is `valueTransformer: (value) => int.parse(value) /100`, so I need something can perform the reverse process `initialValueTransformer: (value) =>...

This is my pageFuture: `pageFuture: (pageIndex) => _loadData(pageIndex, pageSize)` I get this error when the return type of `_loadData` is dynamic: error: ```dart _loadData(int? page, int? size) async { return...

From the code perspective, it is hardcoded to only use the default console prompts provided by Vue CLI and does not support custom error handling logic.