Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
alex
Posts
Comments
C
C#
•
Created by Pdawg on 11/17/2024 in
#help
Micro-optimizing a Z80 emulators' pipeline. **Unsafe code**
a pointer is just as fast for anything as long as its in cache
235 replies
C
C#
•
Created by Pdawg on 11/17/2024 in
#help
Micro-optimizing a Z80 emulators' pipeline. **Unsafe code**
nativememory and a pointer
235 replies
C
C#
•
Created by pseudo on 10/18/2024 in
#help
Any case where `TError` can't be boxed in example?
just make the fields unnullable and cope with it
15 replies
C
C#
•
Created by pseudo on 10/18/2024 in
#help
Any case where `TError` can't be boxed in example?
thats just how it works
15 replies
C
C#
•
Created by pseudo on 10/18/2024 in
#help
Any case where `TError` can't be boxed in example?
and honestly dont put too much thought into it
15 replies
C
C#
•
Created by pseudo on 10/18/2024 in
#help
Any case where `TError` can't be boxed in example?
thats just a nullable value type
15 replies
C
C#
•
Created by pseudo on 10/18/2024 in
#help
Any case where `TError` can't be boxed in example?
i dont know what you mean by boxing here
15 replies
C
C#
•
Created by TJacken on 3/8/2024 in
#help
Template system for chat gpt ASP.NET Core
this adds an unnecessary indirection when value could be in template_tag just fine
11 replies
C
C#
•
Created by TJacken on 3/8/2024 in
#help
Template system for chat gpt ASP.NET Core
i dont see anything wrong with the initial picture you posted, except that tag has a
template_id
. tags should be reusable across templates
11 replies
C
C#
•
Created by TJacken on 3/8/2024 in
#help
Template system for chat gpt ASP.NET Core
i dont see if that adds any value, compared to your initial design
11 replies
C
C#
•
Created by TJacken on 3/8/2024 in
#help
Template system for chat gpt ASP.NET Core
the bot uses $ for tags, and
$username
is some tag which got prompted. use $code for code blocks or just `text` for inline code which the bot ignores
11 replies
C
C#
•
Created by TJacken on 3/8/2024 in
#help
Template system for chat gpt ASP.NET Core
ignore that bot message 😄
11 replies
C
C#
•
Created by Ketamine Kyle on 1/7/2024 in
#help
ASP.NET How to return a view and filecontents
var
56 replies
C
C#
•
Created by Ketamine Kyle on 1/7/2024 in
#help
ASP.NET How to return a view and filecontents
to fix that you probably need to specify the accepted types for post body
56 replies
C
C#
•
Created by Ketamine Kyle on 1/7/2024 in
#help
ASP.NET How to return a view and filecontents
the server code
56 replies
C
C#
•
Created by Ketamine Kyle on 1/7/2024 in
#help
ASP.NET How to return a view and filecontents
is it an api route or a page route?
56 replies
C
C#
•
Created by Ketamine Kyle on 1/7/2024 in
#help
ASP.NET How to return a view and filecontents
i doubt that
56 replies
C
C#
•
Created by Ketamine Kyle on 1/7/2024 in
#help
ASP.NET How to return a view and filecontents
put a breakpoint and step through
56 replies
C
C#
•
Created by Ketamine Kyle on 1/7/2024 in
#help
ASP.NET How to return a view and filecontents
i dont think its supposed to do that
56 replies
C
C#
•
Created by Ketamine Kyle on 1/7/2024 in
#help
ASP.NET How to return a view and filecontents
define dies and exits
56 replies