Hyeseong Kim

Results 156 issues of Hyeseong Kim

I'm not sure it is already supported in workers-rs. But hopefully there would be an equivalent binding to `blockConcurrencyWhile` in JavaScript. Something like `async fn new(...) -> Self` I use...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Supporting binding for [HTMLRewriter](https://developers.cloudflare.com/workers/runtime-apis/html-rewriter/) with the original interface of the [lol-html](https://github.com/cloudflare/lol-html) will...

I explored the various ASTs on [astexplorer.net](https://astexplorer.net) and saw many possibilities. It would be fantastic to use pattern matching when dealing with trees parsed by parser libraries But in my...

enhancement

`hsl`, `hsv`, `hwb`, `keyword`, and `ansi` seem to have been removed on chalk See https://github.com/chalk/chalk/pull/433

See #1196 Here are few more

Fixes https://github.com/cloudflare/miniflare/issues/244

How to reproduce: 1. Clone https://github.com/daangn/urlpack 2. `cd urlpack/packages/msgpack` (https://github.com/daangn/urlpack/tree/main/packages/msgpack) 3. `yarn install` 4. `yarn _build` (`microbundle --format esm,cjs`) This always fails with an out-of-memory issue. on Node v14, v16,...

This is reopened suggestion of #207 The old PR was closed because incompatible with the new codebase, so I've reimplemented it to fit the current codebase. I still think this...

GatsbyJS now provides [builtin Typegen for GraphQL queries feature](https://www.gatsbyjs.com/blog/how-to-use-gatsby-graphql-type-generation/), which was [ported from gatsby-plugin-typegen v3](https://github.com/gatsbyjs/gatsby/discussions/35420) This was a major milestone of gatsby-plugin-typegen [as a long time](https://github.com/gatsbyjs/gatsby/discussions/18983#discussioncomment-102623). Now it has become...

tooling
discussion

- [ ] PageProps: #74 - [ ] ~~PluginOptionsSchema: #121~~ - [ ] gatsby-node: #110

enhancement
tooling