Hyeseong Kim
Hyeseong Kim
## Description Dual package publish config to support both CJS/ESM, dropped UMD format. Switch bundler from Rollup to [nanobundle](https://github.com/cometkim/nanobundle), which is esbuild wrapper.
https://github.com/vadimdemedes/ink-ui May deprecates some community bindings
This allows users reuse builtin MIME types while adding some custom. ```js import { baseMimes, getMimeType } from 'hono/utils/mime'; const mimes = { ...baseMimes, 'my-own-ext': 'text/plain', }; getMimeType('base.my-own-ext', mimes) ```...
This allows accessing `middleware/serve-static` from third-party ### Use case I run my own handler based on Cloudflare R2 to avoid the limitations of Cloudflare KV / Pages. And I found...
Hi :wave:, I am the author of [gatsby-plugin-typegen](https://github.com/cometkim/gatsby-plugin-typegen) and I am really interested in using the Gatsby project with Reason. I'm wondering if gatsby-plugin-typegen has a way to help this....
- [ ] [twitter intent url](https://developer.twitter.com/en/docs/twitter-for-websites/tweet-button/guides/web-intent) generator - [ ] [facebook intent url](https://developers.facebook.com/docs/sharing/reference/feed-dialog/) generator - [ ] link type (internal | external)
```ts // Use this to get an iterable of possible values. const namingConvention = ['snake_case', 'camelCase'] as const; type NamingConvention = typeof namingConvention[number]; registerType('NamingConvention'); export const isValidNamingConvention = createValidator(); ```...
because I got this error on my project using gentype