survirtual
survirtual
@TennyZhuang Here's what I did: ```shell # clone the repo git clone https://github.com/llvmenv/llvmenv # modify "llvmenv/src/config.fs" to use a better path # modify "config_dir" fn as per example # modify...
> Example docker-compose could be: > > ``` > focalboard: > container_name: focalboard > restart: unless-stopped > build: > context: https://github.com/mattermost/focalboard.git#main > dockerfile: docker/Dockerfile > volumes: > - ./focalboard:/data >...
> @andykais I went ahead and sorted out the errors to get it working on deno. You need to have deno make a vendor folder for this hack to work...
You'll have to play with it and get the result you want, I just wanted to see if it'd work at all without much modification and it does. That code...
AdalJS caches tokens in local storage. I'd recommend opening the web debugger, going to Storage, looking at Local Storage, and taking a look at the keys that AdalJS uses to...
I believe this behavior is due to caching. Have you tried with a clear browser cache?
This library is primarily a wrapper around the adaljs lib, which does a lot of redirecting and isn't the most organized with managing state. I think that, ideally, it could...
@jschluchter I can imagine! Too often I look at my code and I think "how the hell did that ever work?" Anyway, this lib needs error handling, typings, unit tests,...
You can just use the `AuthenticationContext` directly. This is the logic in the Auth Context that should be replicated elsewhere: ``` if (opts.router) { // Initialize the router hooks opts.router.beforeEach((to,...
+1 on this issue, this feature is really needed. If you use multiple whatsapp accounts, it forces you to have multiple matrix users, which really damages the magic of this....