Tetsuharu Ohzeki

Results 118 issues of Tetsuharu Ohzeki

This follows up #1180

I-enhancement
A-API
S-needs-rebase

Currently, we install `option-t` by self adhocly to test `exports` field in package.json in our test process. I think we can erase this adhoc step by transition to monorepo which...

I-enhancement
A-general

## Summary - Change compilation target to more newer syntax (ES2020?). - Drop Internet Explorer Support. - [React also drop support for it in v18](https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html). It's a nice time to...

I-enhancement
B-RFC
I-breaking change
A-general

This is just a note to dump my thought. ## Design 1. Add new endpoint like `option-t/RecordResult` to avoid an breaking change. 2. Perhaps, we can reuse exist implementations to...

I-enhancement
A-API
S-blocked-on-external

This attempt to fix https://github.com/karen-irc/option-t/issues/732. ---------- As a personal duty of maintaining a library like providing a toolkit utilities to handle _nullabltily_ for JavaScript, I challenge to answer a long...

I-enhancement
A-documentation
S-work-in-progress

A-internal
I-cleanup
S-work-in-progress

Current GitHub Actions Runner requires 30sec to start up each of containers. This try to reduce its overhead.

I-perf
S-needs-decision
A-ops/CI

See https://github.com/microsoft/TypeScript/wiki/Performance. > **Preferring Base Types Over Unions** > > However, they also come with a cost. Every time an argument is passed to printSchedule, it has to be compared...

I-perf
I-papercut
A-general

Depends on https://github.com/karen-irc/option-t/issues/815

I-enhancement
A-internal