nymori

Results 16 comments of nymori

I managed to get part of this working, specifically checking if the token is valid with the help of the [python-keycloak](https://github.com/marcospereirampj/python-keycloak) library. ``` import logging from fastapi import Depends, FastAPI,...

I am having the same issue, my add-ons won't load and even when going manual they still won't load. arcdps won't show up even after a clean install.

Yup, I ran as administrator and it fixed this, I also had my game on a separate hard drive

I think that to support server side rendering this plugin has to take more than just `window` into account, because things like fetching the `/config` from the site itself doesn't...

Thanks for considering this. Once I get the bandwidth, I'll see if I can help myself. I will probably just follow this [guide](https://ssr.vuejs.org/).

Not sure if anything changed, but I tried the latest version of this library and found that it works perfectly in Gridsome. It seems to be working fine now, and...

> > > Not sure if anything changed, but I tried the latest version of this library and found that it works perfectly in Gridsome. It seems to be working...

After reading [this](https://ssr.vuejs.org/guide/universal.html#component-lifecycle-hooks), I am thinking the problem is probably the fact that timeouts are never destroyed, causing the lockup. Moving the code in the index `created()` hook to mounted...

[Here](https://github.com/BernardZhao/vue-cal-ssr-test) is a bare project I created using Gridsome and Vue Cal, which is my use case.

Also would love this feature!