Bread
Bread
Explore posts from servers
NNuxt
Created by Bread on 10/31/2024 in #❓・help
500 on preview, fine in dev
The above isn't really useful, because it works fine when debugging in dev mode.
6 replies
NNuxt
Created by Bread on 3/18/2024 in #❓・help
Prevent routing to a redirection
I've tried GPT'ing this, and it suggest using localstorage to store the PDP url and then hook into popstate which feels...smelly. But smelly might be the only way?
3 replies
CC#
Created by Bread on 11/12/2022 in #help
❔ EF Core duplicating many-to-many?
{
"title": "A bigger descrption goes here I assum",
"summary": "A summary goes here?!?!?",
"description": "A bigger descrption goes here I assum",
"majorVersion": 10,
"minorVersion": 2,
"patchVersion": 11,
"features": [
"some feature",
"some feature",
"another feature",
"another feature"
],
"authorId": "00000000-0000-0000-0000-000000000000",
"id": "fd3ca365-7e5f-4d72-791f-08dac4c829fa",
"dateCreated": "0001-01-01T00:00:00",
"dateModified": "0001-01-01T00:00:00"
}
{
"title": "A bigger descrption goes here I assum",
"summary": "A summary goes here?!?!?",
"description": "A bigger descrption goes here I assum",
"majorVersion": 10,
"minorVersion": 2,
"patchVersion": 11,
"features": [
"some feature",
"some feature",
"another feature",
"another feature"
],
"authorId": "00000000-0000-0000-0000-000000000000",
"id": "fd3ca365-7e5f-4d72-791f-08dac4c829fa",
"dateCreated": "0001-01-01T00:00:00",
"dateModified": "0001-01-01T00:00:00"
}
4 replies
CC#
Created by Bread on 11/12/2022 in #help
❔ EF Core duplicating many-to-many?
Any idea as to why my many-to-many are duplicating?
4 replies
CC#
Created by Bread on 9/29/2022 in #help
Possible to 'intercept' a successful sign in attempt with .net core identity?
I won't have control over the controller
7 replies
CC#
Created by Bread on 9/8/2022 in #help
Get longest consecutive date 'streak' [Answered]
awesome
18 replies
CC#
Created by Bread on 9/8/2022 in #help
Get longest consecutive date 'streak' [Answered]
Oh it doesn't delete?
18 replies
CC#
Created by Bread on 9/8/2022 in #help
Get longest consecutive date 'streak' [Answered]
let me steal the code first then I will
18 replies
CC#
Created by Bread on 9/8/2022 in #help
Get longest consecutive date 'streak' [Answered]
Thanks folks!
18 replies
CC#
Created by Bread on 9/8/2022 in #help
Get longest consecutive date 'streak' [Answered]
yeah appreciate that, never heard it before so some nice reading
18 replies
CC#
Created by Bread on 9/8/2022 in #help
Get longest consecutive date 'streak' [Answered]
I won't have access to SQL unfortunately, so that looks like a good idea
18 replies
CC#
Created by Bread on 9/8/2022 in #help
Get longest consecutive date 'streak' [Answered]
I may be structuring the data wrong initially and is not gospel
18 replies
CC#
Created by Bread on 8/20/2022 in #help
How do I 'build' a QUERY with EF Core?
Thanks!
18 replies
CC#
Created by Bread on 8/20/2022 in #help
How do I 'build' a QUERY with EF Core?
Ahhhhh! So just update the query with it
18 replies
CC#
Created by Bread on 8/20/2022 in #help
How do I 'build' a QUERY with EF Core?
AwkwardKid
18 replies
CC#
Created by Bread on 8/20/2022 in #help
How do I 'build' a QUERY with EF Core?
signty
18 replies
CC#
Created by Bread on 8/20/2022 in #help
How do I 'build' a QUERY with EF Core?
So I guess my current impl, is just executing the query then I'm transforming the shape of the data based on my rules?
18 replies
CC#
Created by Bread on 8/20/2022 in #help
How do I 'build' a QUERY with EF Core?
Interesting!
18 replies
CC#
Created by Bread on 8/20/2022 in #help
How do I 'build' a QUERY with EF Core?
Ahh, so build the queryable; then it is airquoteleft called airquoteright when you .ToListAsync()
18 replies