Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @os3albert ! Thanks! The JavaScript code is actually written in the template file: https://github.com/yusukebe/gh-markdown-preview/blob/master/cmd/template.html Thus, I don't think there is a need to modify the Go files.

HI @b0o ! `#gh-dark-mode-only` and `gh-light-mode-only` seems to be deprecated. > The old method of specifying images based on the theme, by using a fragment appended to the URL (#gh-dark-mode-only...

I've talked with @mrbbot , he pointed out that we can fix this here: https://github.com/cloudflare/workers-sdk/blob/a751489f2530bc7a7adec1167319cd145f080812/packages/miniflare/src/plugins/core/proxy/client.ts#L601

Hi. Thanks for the comments and the PR! I don't know if the test is necessary or not, but I would like the fix for #5114.

Hi @mrbbot @penalosa @G4brym ! I've tried it with the new version `1.1.0` of `@cloudflare/ai` with `getPlatformProxy()`, it works well! I'm not sure which commit fixed this issue (maybe @G4brym...

@draco2003 I think you can do almost all things with a @alex8bitw 's method. We don't have to make a helper for proxies.

@eitelkrauss I don't understand why `c.req.raw` is empty, but you can try the following code: ```ts import { Hono } from 'hono' const app = new Hono() app.get('/', async (c)...

Yes @alex8bitw is right.

This was fixed though there may be some backlogs. So closing now. If you have any questions, please write them on [Discussions](https://github.com/orgs/honojs/discussions). Thank you.