Ayyash
Ayyash
Running `firebase emulators:start` in local folder, with i18n rewrites, following the example found in this document: https://firebase.google.com/docs/hosting/i18n-rewrites#priority-order-example Browsing to `localhost:5000/` Changed cookie to `fr` -> displays the correct `fr/index.html` Browsing...
Everytime I click on "DEBUG" mode to open a new window with the Jasmine results, no matter what the real error is I end up with `TypeError: Cannot read property...
Currently with `sapper build` the destination is cleared out before building the server and client folders, that makes my life too hard, because I want to create static server files...
Under maps, section named: **Using variable variables in lookups** references lookups, not maps, so when I tried to apply it, the code looks like this ``` @foods: { dessert: ice...
In settings manager package: `SettingManagementModule` package I chose to load it in an already lazy loaded module to relief the main bundle and remove unnecessary components, so all my settings...
When I use @sanity/image-url in my client project, it works fine ``` import imageUrlBuilder from '@sanity/image-url'; constructor() { this.builder = imageUrlBuilder({ projectId: ConfigService.Config.Sanity.ProjectId, dataset: ConfigService.Config.Sanity.Dataset }); } ``` and the...
### Describe the problem I was testing with reroute function, but I noticed that it ran multiple time when data-sveltekit-preload-code="eager" was added to the app.html. (there were multiple navigation links...