Janusqa

Results 17 comments of Janusqa

Hi How do I fix the below error... web@smartdns:~/dockerflix$ docker-compose up -d us ERROR: Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running? If it's at a non-standard...

I believe I am getting this same error. The file contains 1 or 2 weird characters. Is there a way in the options of read to convert these to something...

@karandatwani92 unfortunately no.

@mrpmorris can you elaborate? The question is how can we get fluxor to work with the new blazor web app template. In this template there is a server project and...

Ok, never mind the permissions on the file structure were all over the place.

I don't think I ever got it to work. I just looked and I actually ended up using this... https://github.com/blind-coder/rcmcarddav

I would like to do something like the below ``` builder.Services.AddAuthentication(options => { options.DefaultAuthenticateScheme = "CUSTOM123"; options.DefaultChallengeScheme = "CUSTOM123"; }) .AddScheme(JwtBearerDefaults.AuthenticationScheme, options => { // some jwt stuff }) .AddIdentityCookies()...

Also the thumbs cannot come together. If I have a range of 1 to 100, would have love to have the option to bring it down to 1. Currently the...

I think having IF NOT EXISTS will be nice. Things will flow much more nicely. I am running into this issue using mysql, glad to hear that postgres has it...

``` @AaronH2001 It worked! I've been pulling my hair for days, thank you so much. Background location doesn't work at all with Expo Go, but building and running it on...