Tetsuharu Ohzeki

Results 118 issues of Tetsuharu Ohzeki

I-enhancement
A-repository/document

I-enhancement
A-repository/document

Fix https://github.com/WICG/observable/issues/114 *** Preview | Diff

These supporting concepts does not check _subscriber_'s [_active_](https://wicg.github.io/observable/#subscriber-active) state. - https://wicg.github.io/observable/#dom-subscriber-next - https://wicg.github.io/observable/#dom-subscriber-error - https://wicg.github.io/observable/#dom-subscriber-complete And they use as null checking for each of _next/error/complete algorithm_ instead of checking _active_...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Node.js v17.6.0 (also v16.15.0) add the support `verbatimSymlinks` option to [fsPromises.cp()](https://nodejs.org/docs/latest-v20.x/api/fs.html#fspromisescpsrc-dest-options)....

Needs Triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Node.js v20.1.0 add the support `mode` flag to [`fsPromises.cp()`](https://nodejs.org/docs/latest-v20.x/api/fs.html#fspromisescpsrc-dest-options). But the...

Needs Triage

A-API
B-breaking change
I-cleanup
S-needs-decision

[The current object shape of `PlainResult`](https://github.com/option-t/option-t/blob/e6fdbd184df5c4ff12def0753fb565660c205d1e/packages/option-t/src/plain_result/result.ts) was designed to have some compatibility with `PlainOption`. But its attempts was not success and it's just backward compat. `PlainOption` is now deprecated. So...

A-API
B-breaking change
I-perf
P5
B-investigation

Fix https://github.com/option-t/option-t/issues/2384

I-cleanup
A-ops/CI

https://github.com/option-t/option-t/issues/2244

A-API
B-breaking change