Laode Muhammad Al Fatih
Laode Muhammad Al Fatih
This is great. Please merge it.
Please reopen this issue and merge the linked PR.
Temporary solution: https://github.com/vercel/pkg/issues/1047#issuecomment-1293431841
For me, just add backslash before your variable. Example: Before compilation: ```hbs \{{ firstname }} ``` After compilation: ```hbs {{ firstname }} ```
For anyone who feel **noob**, there are many other things you can do. For example like give a little donation to Svelte team in https://opencollective.com/svelte. Whatever donation you give, it...
Same problem. I also don't understand how v3 works in this library. Verification should be done on the server side right in the middleware. @biscolab any idea about it?
Why can't we merge this PR @lukeed?
For anyone who struggles with this issue, try to install `pkg` from @bergheim's fork. It works perfectly for me. **PNPM** ```bash pnpm add bergheim/pkg#forked-runtime-options ```
## Temporary solution while waiting for PR https://github.com/the-control-group/voyager/pull/5712 to be merged ### 1. Edit the `repositories` field on your `composer.json` to: ```json { "repositories": [ { "type": "vcs", "url": "https://github.com/lamualfa/voyager.git"...