Takeo Yoshida
Takeo Yoshida
I use backpack with [sequelize](http://docs.sequelizejs.com/) . This code generate file like ```javascript var fs = require('fs'); var path = require('path'); var Sequelize = require('sequelize'); var basename = path.basename(__filename); var env...
I really love and appreciate it to publish as OSS. So, I request some module format's compatibility feature. From version 0.3.88, https://github.com/futurepress/epub.js/blob/master/libs/mime/mime.js#L169 is changed to esm module, and this have...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Stored asset files may be properly encoded. If read asset includes utf-8 character,...
## Steps To Reproduce Remove [this comment out](https://github.com/tkow/cloudflare-ts-client/pull/1/files#diff-b00f8a54fbb0140ea3c27190def1d1b8962a0dd3fcaed272d12081579500dfc6R9-R13) , switch yaml from remote instead of local. run `bun i && bun ./gen.ts && npx tsc --noEmit ./src/client.ts` in [repo](https://github.com/tkow/cloudflare-ts-client). ```yaml...
## Steps To Reproduce If oas file has lacked `schema` property about media type, RequestBody type omits application/json type. This cause build error because Param type generates reference to it....
This rfc is child hooks extended can be passed from a special prop by named inner Hooks. My proposal is simulated by hoc in [Code Sand Box](https://codesandbox.io/embed/react-typescript-forked-3bpw0b?fontsize=14&hidenavigation=1&theme=dark). Actually, as I...
This follows https://github.com/Temzasse/stitches-native/pull/45. I may rebase this after merging it.
This repository almost doesn't depend on native library, so you can treat it as simple node_modules. So, I try DX improved migrate some tools. 1. yarn to pnpm because pnpm...
I found that the variant prop value can be object in [this line](https://github.com/Temzasse/stitches-native/blob/main/src/internals/index.js#L192) when medias are specified. So, even if each variants have been determined by media, it's not applied.