Nico Schett
Nico Schett
Hey @biilmann, please bring light into the darkness.
Anyone getting this after adding the features flags? 
Hi, please take a look. https://discord.com/channels/927474939156643850/1202279704951009300/1205456477909684285
> Yep, in the token introspection response, the `aud` contains the requested ID. Thanks @hifabienne and @buehler This works but I can't get the assigned roles of all audiences (Only...
Hi @pieh! Please take a look. I really need this in order to work with Gatsby.
> > @Deja-vuuu > > > > * [How to wrap text in CodeMirrorMerge? #514 (comment)](https://github.com/uiwjs/react-codemirror/issues/514#issuecomment-1574414930) > > * [How to enable word wrap? #274 (comment)](https://github.com/uiwjs/react-codemirror/issues/274#issuecomment-1060137121) > > * [How...
> Hey! We have some questions around this and hope to get community feedback > > **Purpose Behind Extensive Alias Use:** Can you share the rationale for utilizing a high...
Initially, I thought this was just a client-side issue and not a big deal. However, I realized it could be a significant problem because if the compose file executes, it...
> Any progress on this PR? It's very useful in some cases. Workaround: https://github.com/honojs/hono/pull/3108#issuecomment-2225636805
@yusukebe Why not just introduce another param? `serveStatic({ root: './' }))` `serveStatic({ absoluteRoot: '/' }))` + Add some checks to prevent both using both. (Typescript unions / runtime checks) And...