Kotaro Chikuba

Results 65 issues of Kotaro Chikuba

make inline `https://example.test` to `[https://example.test](https://example.test)`

- [ ] Dog fooding

- [ ] contextTypes - [ ] renderToString v0.14

In react-blessed example, first transtion failed so I enclose contextCompont.setState({...}) with try-catch. I can't understand what happens yet but by grasping this error it works.

I found some patterns. - preact & preact/hooks - svelte & svelte/internal ## Example preact case ```js import { h, render } from "https://esm.sh/preact"; import { useEffect } from "https://esm.sh/preact/hooks";...

It works in most cases but with memberAccessOp doesn't. I can't guess some specs. So I want to ask here.

## Example ```ts import * as cmd from "cmd-ts"; cmd.command({ name: 'regression', args: { target: cmd.option({ type: cmd.oneOf(['stable', 'canary']), long: 'target', defaultValue() { return 'stable'; // Error } }), });...

``` coffee __dirname # "/Users/mizchi//Atom.app/Contents/Resources/app/versions/0.9.0.asar" savePath = path.join __dirname, '../1.0.0.asar' wstream = fs.createWriteStream savePath ``` It failed. ``` Error: Invalid package /Users/mizchi//Atom.app/Contents/Resources/app/versions/1.0.0.asar ``` but `savePath = path.join __dirname, '../1-0-0-asar'` succeed.

wontfix