Zach Cardoza
Zach Cardoza
Similar to what @GuiSevero found, the canvas element does not wrap itself in a `` the way that the 0.x releases did, so code that worked like this in 0.x:...
@Imabigcookie, you don't need to completely disable `devtools`, but you do need to set it to `source-map` and make sure the target is set to `web`.
This happened to me and the solution was that the core PCL had lost it's reference to the Cirrious.Mvvmcross library at some point during the upgrade process.
FWIW, we implemented our own AH client in our [SDK](https://github.com/KeiserCorp/Keiser.Metrics.SDK/blob/master/src/connection.ts). It uses [Axios](https://axios-http.com/) and [Cockatiel](https://github.com/connor4312/cockatiel) libraries and both of those dependencies have been difficult to move away from, but they...
I no longer work for this company but I had written a TS connection class which works with ActionHero that you could reference: https://github.com/KeiserCorp/Keiser.Metrics.SDK/blob/master/src/connection.ts
@lvindotexe, could you provide some context to the original issue this PR addresses. I see the code and I think it's harmless enough, but I'm not sure I understand the...
I've found this issue with both `v-if` and `v-else-if`, both of which can be resolved by using `v-show` instead.
This is an annoying feature gap. I'll take a swing at addressing it soon.
> Can the customer work around the issue by providing a shim for the console module (during bundling) which simply forwards to console methods? What is the recommendation to polyfill...
The runtime currently doesn't support top-level awaits, which is a blocker for the `AstroSite` support, but there is a possibility of this being resolved soon. Ref: https://github.com/awslabs/llrt/issues/124