Shinji Yamada

Results 23 issues of Shinji Yamada

- No breaking changes. - Override results from user-agent by client hints result only if enabled client hints feature.

enhancement
3.x

I plan to replace some dependent packages with [Puppeteer](https://github.com/GoogleChrome/puppeteer) Here are packages I plan to replace - chrome-remote-interface - chrome-launcher This change would provides less dependencies and more stable behavior...

This call always raises an error. It appears that `responseCallback()` expects a fourth parameter to be passed. https://github.com/MyScript/iinkJS/blob/17b55124f908c50eb3917b7a8813315b0cc729d9/src/recognizer/websocket/WsRecognizerUtil.js#L63

feat: - settings dialog - save/load theme setting (moved from sidebar).

Most users prefer the temperature they always uses. In the future, it would be nice to be able to specify this from the settings screen, etc.

This is very simple NextAuth implementation. But for some people including me this will be enough. This implementation uses only JWT and email patterns for authentication.

Because the tokens was not calculated, most searches with multibyte characters resulted in errors. With this fix, it now works correctly. It was not possible to use Edge Runtime because...