Börge Kiss
Börge Kiss
Thanks, @hramezani , I'll look into that and see if I find the time to contribute. I'd love to do so, but I am also not sure if I'm up...
Before I jump into this missing some obvious gotchas of my conceptual idea: What do you think of it? You have more experience with the inner workings of this library...
@criccomini You're very welcome to have a try on implementing it. The strategy I was thinking about goes like this: 1. have an additional kwarg `nested_secrets: bool` (or similar) for...
> I was able to suppress this warning with a custom typescript definition. Therefore it's not needed to change the package.json in node_modules. Of course, this is not a real...
@kazupon ~~I am on `v9.3.0-beta.25` and I get~~ ``` error TS2339: Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: { key?: string | number |...
@kazupon @dkern Sorry for the confusion. I had the dependency set to `"vue-i18n": "^9.3.0-beta.25"` and `npm update` didn't update from `beta.14` - I have no idea why. Pinning it to...
@hugorabelo I think `$t` only works in templates. The way you do it [seems to be the "official" way to access `t()` et al. in the script part of a...
> Just create yourself a file where you configure your i18n plugin. There you can also do an export of the functions you frequently need to use. For example: >...
> For 2.0.x, one issue could be that the file format has changed, and the Export tool only iterates over files with the new ending .ca2 oder ca2z. Is this...
> just downgrade your bcrypt. i did it to 3.2.2. it works. it has __about attribute. hope my comment helps. And go without updates for a security-relevant library? :grimacing: