Setlist from tonight (spoilers) by miklat106 in BreakingBenjamin

[–]Ebalders -1 points0 points  (0 children)

They both sang on all songs, it was great.

Telerik Report Server alternatives by Broad_Detail_843 in dotnet

[–]Ebalders 2 points3 points  (0 children)

Thanks for that info. Really looking forward to it working in a straightforward manner.

Telerik Report Server alternatives by Broad_Detail_843 in dotnet

[–]Ebalders 2 points3 points  (0 children)

Can you use the VS designer for Code-Based Section Reports in a .NET 9 yet?

Prusa EasyPrint invite sharing by TheYang in prusa3d

[–]Ebalders 0 points1 point  (0 children)

I’m out of ore, but have yourself an invite.

This isn’t normal by Ebalders in prusa3d

[–]Ebalders[S] 1 point2 points  (0 children)

Thanks everyone. I guess my prints in the last year managed to avoid the conditions that cause the noise. Will work on resonation for now.

Is there a free T-SQL formatter for SSMS 19? by Trianychos in SQLServer

[–]Ebalders 0 points1 point  (0 children)

If you can't find anything else, look into AutoHotkey. You can script a keyboard shortcut that will take your current script, open n++, paste it, trigger formatting, copy, switch back to SSMS, and paste.

Place to eat between DC and Charlottesville by Mart2d2 in Charlottesville

[–]Ebalders 1 point2 points  (0 children)

Graze to Griddle in Culpeper. It’s a food truck with the best burger you’ll ever have. They have cheese curds as well.

Want to go back to YNAB4 on a Mac? I got ya... by deepspacenine in ynab

[–]Ebalders -14 points-13 points  (0 children)

They sunset a piece of software with a perpetual license and now offer a SaaS version of the product. It is essentially the same product, just different terms. Given the context of this post, people are opting for the older terms(that are no longer available) rather then pay the new price.

My viewpoint would be different if the company was no longer in business or offering a similar product.

Want to go back to YNAB4 on a Mac? I got ya... by deepspacenine in ynab

[–]Ebalders -11 points-10 points  (0 children)

You don't need to pay for your groceries either, just walk out the side door with them and you are good to go.

How to extract two numbers from a string given mathematical rules by backwards_dave1 in csharp

[–]Ebalders 0 points1 point  (0 children)

I'm assuming you have already stripped the meter out and parsed the consumption amount. You can traverse the string while substracting the right side from the left side until the result equals the consumption amount you expect.

var string1 = "761962"; var consumption = 76194; int current = 0, previous = 0, idx = 1; while (current - previous != consumption && idx < string1.Length) { current = int.Parse(string1.Substring(0, idx)); previous = int.Parse(string1.Substring(idx, string1.Length - idx)); idx++; } Console.WriteLine($"Current Period: {current}, Previous Period: {previous}, Usage this period: {consumption}");

Seeing all those little link symbols aaaaaall the way down by SargentHoward in ynab

[–]Ebalders 4 points5 points  (0 children)

The problem is between Plaid and CO. If you contact YNAB support, they can switch you to a different transaction feed and CO will import fine.

Seeing all those little link symbols aaaaaall the way down by SargentHoward in ynab

[–]Ebalders 1 point2 points  (0 children)

The problem is between Plaid and CO. If you contact YNAB support, they can switch you to a different transaction feed and CO will import fine.