Zerthz
Zerthz
Explore posts from servers
KPCKevin Powell - Community
Created by Zerthz on 4/3/2024 in #front-end
Img or Svg element?
The usage is typically icons in things like buttons and so, in different vue components. how would you go about <use> a file? might need to read into that, thought <img> was the only way to use an svg file
10 replies
CC#
Created by Zerthz on 3/20/2024 in #help
MVC model binding issues
But wouldn't it tell on me when I put the "faulty" incoming value into the local value and continue the process? Right now it accepts the value and moves on. It just won't accept it in the binding
6 replies
KPCKevin Powell - Community
Created by Zerthz on 2/27/2024 in #front-end
Is is wrong or bad to add padding to represent hierarchy in tables?
if we ignore the accessibility just for sake of argument. what do you think would suck the least to build? tables with padding-indent or using Unordered Lists with nesting and make it look like a table?
11 replies
KPCKevin Powell - Community
Created by Zerthz on 2/27/2024 in #front-end
Is is wrong or bad to add padding to represent hierarchy in tables?
it would be nice to keep to some kind of semantc html, but might have to roll some list solution?
11 replies
KPCKevin Powell - Community
Created by Zerthz on 2/27/2024 in #front-end
Is is wrong or bad to add padding to represent hierarchy in tables?
and there could ofc be more of the areas underneath
11 replies
KPCKevin Powell - Community
Created by Zerthz on 2/27/2024 in #front-end
Is is wrong or bad to add padding to represent hierarchy in tables?
No description
11 replies
KPCKevin Powell - Community
Created by Zerthz on 12/19/2023 in #front-end
How do you go about creating things like this CSS or just a svg?
Will mark this as solved, cheers guys!
10 replies
KPCKevin Powell - Community
Created by Zerthz on 12/19/2023 in #front-end
How do you go about creating things like this CSS or just a svg?
No description
10 replies
KPCKevin Powell - Community
Created by Zerthz on 10/19/2023 in #front-end
Best way to create this effect
Thanks guys, that should do it! will mark as solved 😄
10 replies
CC#
Created by Zerthz on 5/5/2023 in #help
❔ Architecture when using external API
But I probably could clean out
11 replies
CC#
Created by Zerthz on 5/5/2023 in #help
❔ Architecture when using external API
Yeah what I've done is copied the response and used the paste as classes haha 😛 if I in the future care about more than I do now I can add them in and it will map over
11 replies
CC#
Created by Zerthz on 5/5/2023 in #help
❔ Architecture when using external API
ah yeah that do be making more sense, thank you very much!
11 replies
CC#
Created by Elmishh on 5/5/2023 in #help
❔ making something wait in unity script
don't really know unity script. In standard c# you could have something like Task.Delay() https://gamedevbeginner.com/how-to-delay-a-function-in-unity/ does this article help any?
97 replies
CC#
Created by Zerthz on 4/25/2023 in #help
✅ implementing OneOf with Repository pattern
Missed your answer. But that's sort of what I went with. OneOf made it to "gross" in the repo. So I moved that out to the service layer.
9 replies
CC#
Created by Zerthz on 4/25/2023 in #help
✅ implementing OneOf with Repository pattern
Don't need perse, but it could provide clearer communication. On one hand i like the fact that an Update method could return OneOf T or something like NotFound if that entity couldn't be found and updated. However, the other part of me want to keep my repos light and not deal with a package like that. But that might be a silly opinion to hold
9 replies
CC#
Created by Zerthz on 4/24/2023 in #help
❔ Visual Studio 22 not showing errors
Did a repair on vs22 and it works for now, might update this if it goes to 💩 again tho
5 replies
CC#
Created by Zerthz on 4/24/2023 in #help
❔ Visual Studio 22 not showing errors
double checked, same issues happen even when i open the specific sln file.
5 replies
CC#
Created by Zerthz on 10/14/2022 in #help
SignalR ConnectionManager Singleton
I'm talking from the client's perspective
6 replies
CC#
Created by Zerthz on 10/14/2022 in #help
SignalR ConnectionManager Singleton
Yes, I think it's the subscription thing i'm more confused with, like wheere do i put all those connection.On<>?
6 replies