Gerard Smit
Gerard Smit
Fyi, `vue-class-component` will support Vue 3. See https://github.com/vuejs/vue-class-component/issues/402#issuecomment-593134671 for more information.
It was working a little bit too well. I've noticed that when you reload the page the viewmodel was also being restored. This has been fixed by checking on load...
> As is, your PR introduces a XSS vulnerability as we don't encode characters like , ... in the JSON. Putting into a string property would end the script block...
> 1. Keep the `input[type=hidden]` > 2. When leaving the page, store the value using pushState and also in the hidden field. This is already the case in the commit...
> I am not sure about the detection of Chrome browser - since Microsoft will use Chromium in the next version of Edge, I expect there will be the same...
Done. I've added a new hidden input called `__dot_persisted_viewmodel_root`. Whenever this input has an value the value will be used as viewmodel. If the current request is not a reload...
After more testing I've found a bug with the History API. When you click a link that navigates to the same URL, Chrome doesn't add a new item in the...
Until it's merged, you can use @glopezep their fork. Replace the following in your GitHub Action .yml-file: ```yml uses: deliverybot/helm@v1 ``` with ```yml uses: glopezep/[email protected] ``` _Thanks for the fix...
Embrace, extend and extinguish. I feel like Microsoft has noticed the amount of installs the C# extension has and has to step (aka embrace) in. Especially with: > The “LSP...
This is because the function is `async` and returns a promise. For more information see my comment in issue https://github.com/boyney123/garie-lighthouse/issues/24#issuecomment-578078026.