Ryota Kameoka

Results 25 comments of Ryota Kameoka

Hi @gcanti, if you think the distinction between `lib/` vs `es6/` to be an implementation detail and want to hide it away, Node.js's [subpath exports](https://nodejs.org/api/packages.html#packages_subpath_exports) and [conditional exports](https://nodejs.org/api/packages.html#packages_conditional_exports) might help...

@gcanti I tried it with `typescript` v4.6.3 and `webpack` v5.70.0. - "Go to definition" in VSCode works nice both with `--module=CommonJS` and `--module=ESNext --moduleResolution=Node` - Node.js also loads the correct...

This is a little bit off the topic, but I believe it's worth mentioning here. IIUC, currently we can't have higher-kinded-type-class-associated functions. Suppose we want to have a `guard` function...

@herp-inc utilizes `fp-ts` and its ecosystem (including `io-ts`, `fp-ts-routing`, `parser-ts`) in several projects, especially along with Cycle.js in front-end implementation, but also in server-side. company name: HERP, Inc. logo: https://github.com/herp-inc/logo/blob/master/HERP/svg/black.svg...

Thanks @DenisFrezzato! I totally didn't notice it works. So instead of adding such a feature, how what do you think of adding some documentation to `bind` functions? I, as a...

This might resolve #58 and #60.

Hi @gcanti, could you help me reviewing this? Thanks!

Hi @kalda341, sorry for the delayed reply. Hmm, looks weird. It correctly typechecks when I run `$ npx tsc --noEmit --watch` locally. Is the correct version of TypeScript referenced by...

`$ sed -e s/--sign/-s/ -i ./node_modules/pkg/lib-es5/mach-o.js` did the trick for me, FYI.

Okay, I'll submit a pull request in a few days! (Luckily, now it's on holidays in Japan :blush:) BTW, instead of removing it from `@cycle/react-dom` at once, what do you...