Extropy
Extropy
`z.coerce.number()` is helpful, and it'll also be nice to deal with the leading '0's: ``` { if (e.target.value == "0") e.target.value = "" if (e.target.value != "") e.target.value = parseInt(e.target.value)...
Second this. (having problem with connecting local hosted socket.io v4)  Tried chrome extension as interceptor:  Added localhost origin:  Postman is okay with this use case: 
I have set up the local server this way: ```js const PORT = 3000 const app = express() const server = http.createServer(app) const io = new Server(server, { cors: {...
1. I'm using next.js, without typescript. 2. I have installed the package correctly. 3. Here is the example code, I directly copied into `page.js` ``` import AvatarEditor from 'react-avatar-editor'; const...
May I ask: what kind of webpack loader should I use? @mosch
> Helpful thread... My current settings for MacOS APC extension. Radon comments and Thin Krypton Copilot > > ```json > "apc.stylesheet": { > ".mtk3": "font-family: 'Monaspace Radon Var'; font-weight: 500;",...
Thanks!
或者能否提供一些别的实现思路?例如让 roughjs 给出画好的 svg,然后 leafer 把 svg 添加进来
这张对比图看得更明显: 
If anyone wants to check this out, you could visit [https://mvs.pages.dev/ui-kit/icons](https://mvs.pages.dev/ui-kit/icons) to help checking these uncategorized icons.