Mr zhan

Results 81 issues of Mr zhan

test with haxeui and got this error ```haxe Register.hx:62 Uncaught TypeError: resolve.__init__ is not a function at Function.res.__init__ (Register.hx:62) at new res (Register.hx:62) at new HBox2 (HBox.hx:10) at MainUIView2.new (ComponentMacros.hx:577)...

Error: ./src/hex/log/LoggerConfig.cpp: In member function ‘virtual hx::Val hex::log::LoggerConfig_obj::__Field(const String&, hx::PropertyAccess)’:

how to write haxe code eq ```js for await (const msg of source) { ``` ```js // exact matching node2.handle('/your-protocol', ({ stream }) => { pipe( stream, async function (source)...

enhancement

步骤: 1 按照文档配置完善,正常ip+8360可以访问 例如 http://127.0.0.1:8360 2:按照这里的`https://www.cmswing.com/p/404.html` 使用nginx配置,另存为shop.conf软连接 include shop.conf; nginx -t 测试没有问题,重启 3:访问域名http://xxx.com/index.js 提示404 我的shop.conf server { listen 80; server_name www.mygame.com; root /home/wwwroot/default; set $node_port 8360; index index.js index.html index.htm;...

brush add some event API like OnTriggerEnter OnTriggerMove or something else that can easy to know relationship between brushs? what's the easy way to know the samething like that for...

Request

how to auto assingn box six surface with difference materials or give one speical material API?

Request

jsxgraph 1.4.4 lib Error: [TypeScript 3.7] Cannot find name 'XXXXX' I try to convert jsxgraph lib ,got these error ```js > Error: [TypeScript 3.7] Cannot find name 'z'. (D:/projects/jsxgraph/node_modules/jsxgraph/distrib/index.d.ts:110:50) >...

Question about three.js es6 version hello ,after update three.js r138 , it seem all class write in es6 style. and try to use esbuild and got these error. Don't know...

enhancement
three.js

three.js 138 ```haxe import three.src.math.MathUtils; var x=180*MathUtils.DEG2RAD; trace(x); ``` after compile will get this error. ```js X [ERROR] Could not resolve "three/src/math/MathUtils" dist/main.js:64:39: 64 │ var three_src_math_MathUtils = require("three/src/math/MathUtils"); ╵...

bug
three.js

```haxe npm install web3 npx dts2hx web3 > Error: [TypeScript 3.7] Cannot find module 'net'. (C:/project/web3/node_modules/web3-core-helpers/types/index.d.ts:20:22) > Error: [TypeScript 3.7] Cannot find module 'http'. (C:/project/web3/node_modules/web3-core-helpers/types/index.d.ts:21:23) > Error: [TypeScript 3.7] Cannot...

bug