Ankur K

Results 105 comments of Ankur K

https://discuss.linuxcontainers.org/t/post-ubuntu-and-lxd-migration-get-http-unix-socket-1-0-dial-unix-var-lib-lxd-unix-socket-connect-no-such-file-or-directory/2067/3

@MaverickTN Hi, this is random issue, and it is not just Windows, it is happening on all platforms, There is no issue with organizational (enterprise) accounts, it is only happening...

This issue already has been tagged as "help wanted". There is no fix available

Great idea, but does electron can handle the file download well?

I am already catching the download file URL and sending it to external browser. https://github.com/ankurk91/google-chat-electron/blob/master/src/main/features/externalLinks.ts#L36 I can plan to download the files within the app, but having the google meet...

Something might have broken during vue 2 to 3 upgrade. I will check soon

The blur feature was taken from https://bootstrap-vue.org/docs/components/overlay#overlay-backdrop-color

Thanks for update, i will look into it soon

You can make the blur effect working with a combination of these 3 props, see example: ```js let loader = this.$loading.show({ backgroundColor: 'rgba(136,136,136,0.1)', opacity: 1, blur: '2px' }); ```

It would be better to remove the blur feature, and let developer to style it.