Extropy

Results 12 comments of 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) ![image](https://github.com/hoppscotch/hoppscotch/assets/5955526/c08ad9f7-5174-4ee3-b732-9b491878d580) Tried chrome extension as interceptor: ![image](https://github.com/hoppscotch/hoppscotch/assets/5955526/c685ac4c-a35f-457b-9b36-2364ff55f8a3) Added localhost origin: ![image](https://github.com/hoppscotch/hoppscotch/assets/5955526/5684fb28-7dad-435d-8a8f-3be4ef45bf0f) Postman is okay with this use case: ![image](https://github.com/hoppscotch/hoppscotch/assets/5955526/b7f202d7-230e-44f7-b979-b6bb4c883069)

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;",...

或者能否提供一些别的实现思路?例如让 roughjs 给出画好的 svg,然后 leafer 把 svg 添加进来

这张对比图看得更明显: ![image](https://github.com/leaferjs/ui/assets/5955526/e03788b9-05a5-4eb6-82be-07cd40234172)

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.