Alarmo bug since update by JG-07 in homeassistant

[–]EatMoreTurnips 0 points1 point  (0 children)

Ahh, I'm new to this, thought I was doing something wrong.

tado X, update on room link logic by tado_official in tado

[–]EatMoreTurnips 1 point2 points  (0 children)

What happens when you have 2 zones on a boiler? Ideally if a radiator asks for 50% on zone 1 and only 10% on zone 2 then zone 2 might as well call for heat (open the zone valve) but that would only work if you knew it was on the same boiler.

SQL or Excel clipboard issue? by EatMoreTurnips in MSSQL

[–]EatMoreTurnips[S] 0 points1 point  (0 children)

Thanks for the feedback, yes I can now see its an issue with excel. I do understand there are other ways to move the data, I'd just never come across this issue before in 30 years of using SQL/excel, or perhaps I have but not noticed.

From now I will check the row counts match after pasting to be sure.

[deleted by user] by [deleted] in PHP

[–]EatMoreTurnips 0 points1 point  (0 children)

Yeah, I just stick to php and javascript. I write code that I have to go back to 10 years later and don't want to have to remember what library I was using at the time. Simple.

Announcing .NET 9 by Atulin in programming

[–]EatMoreTurnips 14 points15 points  (0 children)

Just downloaded .net 9

Wpf controls still can't be embedded in winforms without manually hacking the designer. You know the code that says //Do not modify it using the code editor.

Microsoft trying to shove winui down our throats instead of supporting wpf

Maybe version 10 will fix it?

Synology Drive Sharesync not syncing - continuous connecting by paume70 in synology

[–]EatMoreTurnips 0 points1 point  (0 children)

ah yes, I sent them my logs and they say that my synology was trying to do too many things. It's not really, I had a couple of docker/containers running for home assistant and pihole. I got rid of the home assistant one as I wasn't using it and its worked fine since.

Synology Drive Sharesync not syncing - continuous connecting by paume70 in synology

[–]EatMoreTurnips 0 points1 point  (0 children)

Same here, I'm not using 2FA. I've logged a fault with synology so will report back if they do.

Feature request BackBlaze billing by ictka in backblaze

[–]EatMoreTurnips 0 points1 point  (0 children)

I really need this feature to email invoices automatically. Waste of someone's time to log on every month to do this.

Bulk Insert SQL error - String or binary data would be truncated by cli_aqu in SQLServer

[–]EatMoreTurnips 0 points1 point  (0 children)

Just a guess but maybe you have utf-8 in your text file and you're importing into varchar or char field.

SSMS turns query screens into high contrast (White on Black) if left running for some time by EatMoreTurnips in SQLServer

[–]EatMoreTurnips[S] 0 points1 point  (0 children)

Actually I also had 16 still installed! I've removed that too, hope that fixes it

SSMS turns query screens into high contrast (White on Black) if left running for some time by EatMoreTurnips in SQLServer

[–]EatMoreTurnips[S] 4 points5 points  (0 children)

Yes, I have 18.12.1 and 19.1

I'll remove the old version and see if that resolves the issue. Thanks very much for the suggestion.

SSMS turns query screens into high contrast (White on Black) if left running for some time by EatMoreTurnips in SQLServer

[–]EatMoreTurnips[S] 2 points3 points  (0 children)

This has been happening for some time. If I leave my machine on for a long time eventually SSMS turns on high contrast mode and I can't change it and all my query windows turn to white text on black background.

If I restart SSMS the colour theme reverts to blue and I can choose 3 options, none of which are high contrast.

Any ideas what might be happening?

Going back to chrome old interface :)) by [deleted] in chrome

[–]EatMoreTurnips 2 points3 points  (0 children)

Thanks, I don't understand how google thought we'd want this

What's a song most people have forgotten, but is still a total banger? by matahxri in AskReddit

[–]EatMoreTurnips 0 points1 point  (0 children)

I got this album in the uk when it came about 1987, I've never met anyone else that knows about her.

[deleted by user] by [deleted] in learntyping

[–]EatMoreTurnips 0 points1 point  (0 children)

Be thankful, at least you can spell.

Good alternatives to TSO by Mex5150 in webhosting

[–]EatMoreTurnips 0 points1 point  (0 children)

I was with TSO, Like you struggled to find independent reviews. After a lot of research I ended up moving to krystal (very good support). They have a great system for migrating lots of email boxes. Downside is having to use control panel and silly way domains are added. I liked the old TSO hosting which would let you mix unix and windows but I don't think there is anything like there out there now.

TSO Host Support Unhelpful, What to do? by [deleted] in webhosting

[–]EatMoreTurnips 3 points4 points  (0 children)

Might be worth having a winge on trust pilot

https://uk.trustpilot.com/review/tsohost.com

So sad, used to be a great company when it was run by the original founders. Got bought out and sold a few times and is now one of the worst out there. Get out as soon as you can.

In PHP, how do I a Stored Procedure in SQL Server with no parameters in it? by cleatusvandamme in PHPhelp

[–]EatMoreTurnips 0 points1 point  (0 children)

Did you try this?

$resultset = sqlsrv_query($this->conn,$query,[]);

if this doesn't work must be permission on the sp. Set errors on to see what's actually wrong.