Dai

Results 181 comments of Dai

@shawty Please post text, not screenshots - we can't search nor copy+paste code and data from screenshots: https://meta.stackoverflow.com/questions/303812/discourage-screenshots-of-code-and-or-errors -------------------- As for your problem: If you're returning plain-text (as in `text/plain`)...

@tejasvih I tried that just now, but running VisualMASM with elevated permissions ("Run as Administrator") does not solve the problem - I still get the "Invalid function" messages. I ran...

@siegfriedpammer I gather the ILSpy code has changed a lot since I originally submitted this PR - my PR was originally intended as a bugfix-with-benefits rather than a well-written refactoring...

Another trick I'm using is to invoke `System.Diagnostics.Debugger.Launch()` inside my `ICodeGenerator` implementation's constructor - thus whenever I build my project, I get a debugger popup which then lets me set...

@atsvirchkova @skel35 I noticed other PRs ahead of mine have already been reviewed and merged - so I was wondering where in your review pipeline (or kanban board) this PR...

@AndrewVebster @skel35 @atsvirchkova ping?

@skel35 no worries, I cancelled my subscription to Toggl out of disgust for your company's contempt, or at least diregard, for open-source contributors ages ago :)

I’m the maintainer of the (as far as I’m aware) only _true_ async `AsyncDbDataAdapter` library for .NET Standard (https://github.com/Jehoel/AsyncDataAdapter/ ) - I designed it so that other ADO.NET providers can...

@cincuranet Based on this discussion, probably not until .NET 8 or 9 (so... 2025+): https://github.com/dotnet/runtime/issues/22109

Changeset 75 created the directory as a move from another directory elsewhere in the repository. Changeset 75 is present in all of the other directories that were successfully converted into...