yujiang

Results 12 issues of yujiang

如果是首个单词就换行了,那么需要回置lineH 见论坛贴子: https://bbs.egret.com/thread-60890-1-1.html

因为有多个工程都在使用egret。

enhancement

也即是做一个eui.MovieClip。用自己的控件只能定个位,无法完美的显示做到所见所得,诸多不便。

Use string may lost some data , for some large not English file ( such as Chinese)

Unzip xlsx should use buffer instead of string , or there will be error when unzip large chinese xlsx function extractFiles(path, sheet) { ... .on('entry', function (entry) { var file...

There is a bug in autocrop function ``` if (!ignoreSides.south) { south: for (var _y2 = h - 1; _y2 >= northPixelsToCrop + minPixelsPerSide; _y2--) { - for (var _x2...

I have a app start with pm2, the default behavior is autorestart, but when this is a update: like upgrade database etc. I don't want the app autorestart. Is there...

if you want to connect to a node.js socket.io server, you should modify the parsers.py as: def _read_packet_length(content, content_index): end = content_index while content[end] != ":": end += 1 packet_length_string...

--- ### 🧾 Environment > npx tsgo -v Version 7.0.0-dev.20250526.1 ### 🧠 Summary `tsgo` correctly handles `extends A` in a namespace context (as fixed in [PR #66](https://github.com/microsoft/typescript-go/pull/66)), but still fails...

### Summary When a client sends a message that exceeds the `maxHttpBufferSize`, the server closes the connection immediately with no way for the developer to detect or handle the error...