Zach Cardoza
Zach Cardoza
~~There is also an issue with the `static` property on `Class` definitions that's been reported.~~ The `static` init block issue won't be resolved anytime soon, but this should be resolved...
The top level await issue can be resolved now with a plugin to abstract away the await. (Ex: [`vite-plugin-top-level-await`](https://www.npmjs.com/package/vite-plugin-top-level-await)) The next issue is the number of APIs that aren't natively...
I'm at the same point. What has the final solution?
For me, the issue seems to be related to the fact that I'm on Windows. I installed ImageMagik with the legacy tools and when running `cordova-icon` it was returning almost...
Same issue for me.
@supamii, are you open to PRs for an AH 18 upgrade?
Well, since this repository seems to be abandoned, you can use my branch in the meantime. (https://github.com/bayssmekanique/ah-swagger-plugin/tree/ah-18-migration) You would add `"ah-swagger-plugin": "git+https://github.com/bayssmekanique/ah-swagger-plugin.git#ah-18-migration",` to your `packages.json`. Please note, however, that I...
I believe you can prevent markdown from injecting it's self into your pages: ```js // nuxt.config.js markdownit: { injected: false }, ``` I use this on my blog and there...
It's been a over a year since I wrote this code so it took me a bit to remember where it was all hiding. It turns out that I do...
The `agentIdentifier` is an alias of the `PersonIdentifierParams` param declared at the top of the code example, and is a common property on several param types. The `tokenizedName` property is...