Phil Demetriou
Phil Demetriou
Sure. https://codesandbox.io/s/xv0yqylkl4
The link I sent demonstrates that `this` is undefined in the `data` of NuxtJS pages on the client side. In Vue, `this` should always be available and populated. You should...
This uses something other than Prettier, so some formatting is in order anyway; but good idea nonetheless.
I'm interested in this feature. @MartinMalinda how can I help you build this out? **Edit:** ``` import { useTask } from 'vue-concurrency'; import { getCurrentInstance, onServerPrefetch, onBeforeMount } from '@nuxtjs/composition-api';...
Thanks for the quick turnaround @MartinMalinda. I've modified your implementation in `ssr-utils.ts` (which indeed doesn't work in Nuxt latest for me) and I believe it should be sustainable now. Would...
I thought that might be what you meant; relevant PR in #34.
No, and this is intentional. That said, you can use the "plaintext" as a key to a symmetric cipher to achieve the desired effect.
The KEMs provided in this module are not meant to encrypt arbitrary plaintext directly. Rather, you can use `plaintext_original` and `plaintext_recovered` to key a symmetric cipher like AES to achieve...
Hi everyone, maintainer here. I believe this cluster of issues is due to a regression in Poetry, it no longer seems to respect `tool.poetry.build`. I'll look into it soon.