trrk

Results 5 issues of trrk

closes #103 --- This is not related to the changes in this pull request, but I will note it here anyway. The two functions I modified this time, one sets...

I believe the timeout that can be set through http_client refers to the connection timeout. And I think the process shown below sets a timeout on isahc. According to the...

bug

`IsahcClient::new()` creates a client with a timeout set to 60 seconds. However, this client does not actually return a timeout error after 60 seconds. IsahcClient created with Config and try_into...

bug

When generating an `OffsetDateTime` from a `js_sys::Date`, there are cases where the sub-millisecond components are not set to zero. This behavior is unexpected and can lead to inaccuracies in the...

C-bug
A-third-party

I noticed that getSelection can return null in the implementation, but the type definition in index.d.ts does not reflect this possibility. Source code (shows possible null return): https://github.com/jspreadsheet/ce/blob/7668cf06a067476f430b5f10cacda77c989fdd3f/src/utils/selection.js#L672 Type definition...