Naoto Ikuno

Results 9 issues of Naoto Ikuno

The demo page behaves rightly, but my app(http://pandanoir.web.fc2.com/works/timetable) doesn't behave rightly. I found the code which may cause the bad behavior. Below code may be wrong. ``` if(iAttributes.rnCarouselOnInfiniteScrollLeft!==undefined && slidesMove...

A 問題、B 問題だけ ruby で解いて、他は C++ で解くといったことをしているので、submit コマンドにも lang オプションが欲しいです。

### Proxyman version? (Ex. Proxyman 1.4.3) Version 3.4.0 (30400) ### macOS Version? (Ex. mac 10.14) mac 10.14.6 ### Steps to reproduce 1. Open Map Remote dialog (command + option +...

enhancement

I gave up this problem and saw @githubxiaowen 's solution. #122 ```ts // your answers type UnionToIntersection = (U extends infer R ? (x: R) => any : never) extends...

answer
en
55

If unitary.js is loaded, canvas.js also will be loaded. So merging them seems good. But few guys want to use unitary.js only, so I suggest replacing unitary.js with geometry.js and...

```ts // your answers type Capitalize = S extends `${infer x}${infer tail}` ? `${Uppercase}${tail}` : S; ```

answer
en
110