Skender Moglica

Results 11 comments of Skender Moglica

I'm already doing it as you said, but theoretically how is written the mongooseDirective there is no reason to do that: ```javascript angular.module('demoApp') .directive('mongooseError', function () { return { restrict:...

I'm experiencing the same issue. This thing should be handled automatically by the plugin. Luckily there is a filter applied, so you can add it in your `functions.php` in order...

@9oelM you're right, using `addDecorator` is the correct way. I suggest to use it globally in order to initialize `svelte-i18n` for all stories. Creation of global decorators can be done...

@igarcez, No I don't. I have the problem that you mentioned only when I include translations [asynchronously](https://github.com/kaisermann/svelte-i18n/blob/master/docs/Getting%20Started.md#22-asynchronous), in that case you should probably wrap ` ` in a [if condition...

A possible workaround could be by playing with `alias`. Config example: ```js import { join } from 'path'; import { defineNuxtConfig } from 'nuxt/config'; export default defineNuxtConfig({ srcDir: 'src/', modules:...

For the moment this issue could be handled with `NonNullable['translations']`. I don't know if is this the reason, but I'm also encountering another problem with types when using `req.t`. Custom...

The `actions/deploy-pages` requires the `id-token: write` (Token to request an OpenID Connect token) permission to be granted to `GITHUB_TOKEN`. You're already doing this in the `build-and-deploy` job. You cannot set...

Same to me. Switching from `1.7.0` to `1.5.7` it works for `TP09` model