Truong Hoang Dung
Truong Hoang Dung
Hi @ryuujo1573 Thanks for the guidance. Currently i'm using webpack with `swc-loader` . Where should i put above config ?
Any update on this ? I don't see examples of subscribe to state changes.
@cJayyy You can try this in your `typings/index.d.ts` : ```js declare module "@catalogs" { const content: any; export default content; } ```
Any news about this ?
Could we update to Rails 7 ?
Hi @igorkasyanchuk I have to make some changes to make it work, but it's a bit buggy. ```ruby def render(&block) controller = ActionController::Base.new ctx = ActionView::LookupContext.new(ActionController::Base.view_paths) view = ActionView::Base.new(ctx, {},...
@Gabriel439 How about separating `function` and `input` ? `function` is for generating output, and `input` are our Haskell data type.
@Gabriel439 Sorry for delaying. My use case is to use dhall as html template, so we can use to return html response to user in a web application. For this...
@mistval I'm using `edge function` on Vercel and Cloudflare worker, so the goal is to use their cache api to implement basic LRU cache with `Web API fetch`. Do you...
Any issue ? 6.0.0 also failed with same error.