Kaz Nishimura

Results 12 comments of Kaz Nishimura

It probably needs `script.type = 'module'` after the element creation.

> > > It probably needs `script.type = 'module'` after the element creation. I was wrong. I have learned module scripts cannot be `eval()`ed. It must be rewritten using `import()`...

Is it OK to have a definition like this? ```c++ enum { WIN32_ERROR = ERROR, #undef ERROR ERROR = WIN32_ERROR }; ```

I've implemented simple interface-to-implementation mapping for embedded interface fields using adapters. I wish it could be easier as those adapters do not really convert anything.

これですかね https://cplusplus.github.io/LWG/lwg-defects.html#2365

急ぐ必要がなければ手をつけるかと思いますが、それで良ければ

> Hi @kazssym, Optimum ONNX export uses `model.onnx_data` for the external data file, contrary to other tools that use `model.onnx.data`. Hence the check on the Hub. Has this caused problems...

> Thank you @kazssym, I am not sure to understand. Could you open an issue about that with a reproduction of the issue? > > > > For example, >...

I found it needs more changes for this problem and switched this PR to draft now.