Dean Glazeski
Dean Glazeski
I'm wondering if this is still a problem. My team recently ran into this specific issue where the SVG wasn't rendering in VSCode, but I just tried today and the...
I have also run into this issue during a TFS to Git conversion operation. In our case, we deleted a branch in order to re-parent the branch in TFS. The...
Duplicate named args are also not verified when using `FMT_COMPILE` strings for either static or dynamic named args. ```cpp fmt::print(FMT_COMPILE("{a}"), "a"_a = 42, "a"_a = 43); // compiles and prints...
@vitaut You think the fix would be like the initializer I wrote in that PR where I used `const` and triggered a similar warning? This change specifically: https://github.com/fmtlib/fmt/pull/4367/commits/b6be6feb16c4617f6acf5cd73e7a3a14875340b6
I thought I might take a stab at this as I'm wanting this feature. Doesn't look too hard to implement the version without encryption and just following along with what...
What's interesting about this issue is that tools like Polyglot notebook are not able to load and reference items from Serilog.Sinks.Console if you have the latest Serilog and something like...
"Quick Fix..." just brings up options around Copilot. Asking copilot isn't particularly helpful as it basically suggests using version specific nuget references. Interestingly, Serilog got a new release to 4.3...
For future reference, I finally opened a bug in dotnet interactive regarding this: https://github.com/dotnet/interactive/issues/4003
I haven't done much with C++ modules yet since I'm not convinced the support is complete, what with CPP reference stating that support is "partial" across most compilers. I may...
I don't know why there hasn't been a proper release in several years, but is there any reason those projects can't pull in the latest from the git repo (or...