dreadfullydistinct
dreadfullydistinct
CC#
Created by bdcp on 6/24/2024 in #help
Docker non-root access volume for runtime image
Not a huge Linux permissions expert though
6 replies
CC#
Created by bdcp on 6/24/2024 in #help
Docker non-root access volume for runtime image
Since the app user is not on your system
6 replies
CC#
Created by bdcp on 6/24/2024 in #help
Docker non-root access volume for runtime image
You may need to run chmod o+w to give write (w) access to others (o)
6 replies
CC#
Created by bdcp on 6/24/2024 in #help
Docker non-root access volume for runtime image
If you run ls -l on ./testdata what are the permissions on it?
6 replies
CC#
Created by Rename on 6/13/2024 in #help
"Duplicate property" Entity Framework 8 Error
Ahh I see
10 replies
CC#
Created by Rename on 6/13/2024 in #help
"Duplicate property" Entity Framework 8 Error
if you have an existing database, is there a reason you aren't using scaffolding / reverse-engineering?
10 replies
CC#
Created by gwon8266 on 5/24/2024 in #help
Why do experienced devs hate Automapper and prefer Riok Mapperly
I don’t know about everything since I don’t know everything automapper can do
27 replies
CC#
Created by gwon8266 on 5/24/2024 in #help
Why do experienced devs hate Automapper and prefer Riok Mapperly
I think since it is reflection based mapperly which is source gen based may be more performant, but I haven’t seen the latest benchmarks so don’t quote me on that
27 replies
CC#
Created by gwon8266 on 5/24/2024 in #help
Why do experienced devs hate Automapper and prefer Riok Mapperly
You can write unit tests to validate the profiles you’ve made but eh
27 replies
CC#
Created by gwon8266 on 5/24/2024 in #help
Why do experienced devs hate Automapper and prefer Riok Mapperly
So stuff can blow up unexpectedly
27 replies
CC#
Created by gwon8266 on 5/24/2024 in #help
Why do experienced devs hate Automapper and prefer Riok Mapperly
Automapper doesn’t provide any validation of your mappings until runtime
27 replies
CC#
Created by Alex on 4/8/2024 in #help
Redis.OM Indexes are dropped automatically
I might be wrong if you don't see any flushall, these are good suggestions too
18 replies
CC#
Created by Alex on 4/8/2024 in #help
Redis.OM Indexes are dropped automatically
That’s what I did
18 replies
CC#
Created by Alex on 4/8/2024 in #help
Redis.OM Indexes are dropped automatically
I think should show you
18 replies
CC#
Created by Alex on 4/8/2024 in #help
Redis.OM Indexes are dropped automatically
Run MONITOR from the Redis cli
18 replies
CC#
Created by Alex on 4/8/2024 in #help
Redis.OM Indexes are dropped automatically
But then again can’t see any sign of that in your logs
18 replies
CC#
Created by Alex on 4/8/2024 in #help
Redis.OM Indexes are dropped automatically
Redis does not come with a password by default and I have had this exact issue which turned out to be someone connecting and doing flush all
18 replies
CC#
Created by Alex on 4/8/2024 in #help
Redis.OM Indexes are dropped automatically
Weird question: is your Redis instance accessible over the internet
18 replies
CC#
Created by dreadfullydistinct on 4/7/2024 in #help
LoggerMessage organisation
this actually doesn't sound too too hard to fix 👀 maybe I will look (and get proven wrong)
11 replies
CC#
Created by dreadfullydistinct on 4/7/2024 in #help
LoggerMessage organisation
11 replies