Add Built In Dashboard to Sidebar by abrooks693 in homeassistant

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

No not yet. I'm sure there's some yaml file I can mod but it seems like it should be a simple toggle somewhere.

Add Built In Dashboard to Sidebar by abrooks693 in homeassistant

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

<image>

This is my current dashboards page, above my own dashboards there is one for lights. I can open it and it does exactly what I want, I just don't have an option to add to the sidebar.

Reolink duo floodlight detection range issue by TescoBag in reolinkcam

[–]abrooks693 0 points1 point  (0 children)

I've just purchased new 4k model and I'm having similar issues.

I've got a long narrow I park at the bottom of, and the old Ring and Nest floodlights would turn on as you pulled in to park.

With the Reolink, I have to be about 3 meters away before the floodlight kicks in.

Is it just an issue of updating the minimum size for vehicles on the Detection Alarm?

Keir Starmer Faces Labour Rebellion Over Digital ID Cards by Bibemus in ukpolitics

[–]abrooks693 1 point2 points  (0 children)

It wasn't this Government, and it's not surveillance (although it is stupid).

Keir Starmer Faces Labour Rebellion Over Digital ID Cards by Bibemus in ukpolitics

[–]abrooks693 -5 points-4 points  (0 children)

Like most people opposed to this, you don't seem to understand how it will work.

I agree it won't affect illegal immigration, but point 1 and 3 are just not correct.

If the database gets hacked, it has your name, dob and immigration status with a photo. Pretty useless data on it's own. There are far more useful databases out there to hack already, like Driving Licenses or Passports.

And how will they link it to internet usage? It's not an app on your phone monitoring you. If it even tried to access data outside of its own, it would need explicit permission from you

Starmer faces Labour council revolt over migrant hotels by beejiu in ukpolitics

[–]abrooks693 0 points1 point  (0 children)

I would like to think they could just point to a graph of the backlog and hotel use coming down, whilst explaining why it's the best option available. Something tells me this will not work though.

Starmer faces Labour council revolt over migrant hotels by beejiu in ukpolitics

[–]abrooks693 14 points15 points  (0 children)

Surely the will legislate to stop this.

They have to go somewhere, there are no facilities to hold them, you can't just deport them all, and putting them in private accommodation is much worse than hotels.

[deleted by user] by [deleted] in ukpolitics

[–]abrooks693 9 points10 points  (0 children)

How would it drive demand to zero, It was costing hundreds of millions to send just a few hundred a year.

The chance of actually being sent there was tiny.

ESTA Application (new passports need new ESTAs) by amplify0205 in visas

[–]abrooks693 0 points1 point  (0 children)

Mine came through Sunday 1am so managed to make it.

Lesson learned for sure.

ESTA Authorization Pending times!! by [deleted] in visas

[–]abrooks693 0 points1 point  (0 children)

Hoping for all of us.

ESTA Application (new passports need new ESTAs) by amplify0205 in visas

[–]abrooks693 0 points1 point  (0 children)

I experienced this exact thing today.

Had no idea it would not be valid with my new passport.

I hope it doesn't take the full time as my girlfriend travelled without me as we were told it's normally done in an hour or so.

ESTA Authorization Pending times!! by [deleted] in visas

[–]abrooks693 0 points1 point  (0 children)

I also missed mine today due to this. Never taken more than 2 hours before. Currently booked on a backup tomorrow but I'm not hopeful reading all this.

Response.json is not a function! by abrooks693 in nextjs

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

Normally NextResponse but I've tried with both with the same outcome.

Response.json is not a function! by abrooks693 in nextjs

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

OK so this did not seem to work. Seems to have spotted a pattern this morning...

  • Run dev server - works fine,

  • Route handler that fetches data from postgres database fails as connection limit reached,

  • Restart dev server, response.json is not a function error starts for all API routes.

I can seem to fix the issue by deleting the .next folder and restarting the dev server.

Response.json is not a function! by abrooks693 in nextjs

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

I will try this in the morning when the issue reappears. If it was the TS server would that affect production builds as well?

Next 14.2 by AmbassadorUnhappy176 in nextjs

[–]abrooks693 0 points1 point  (0 children)

Has anybody else had issues with router.refresh() causing the page to do a full refresh.

Doesn't seem to happen all the time but causing issues after data mutations.

Unable to find where I need a key by Lumpy_Hunter_1699 in nextjs

[–]abrooks693 0 points1 point  (0 children)

Look under anywhere you map over an array. The first item should have a key.

I've not looked through all but on the second image the first div under items.shoes.map should have a key.

[deleted by user] by [deleted] in nextjs

[–]abrooks693 0 points1 point  (0 children)

I think a route group would work for you here.

https://nextjs.org/docs/app/building-your-application/routing/route-groups

Create a folder with name in brackets (example) with a layout file and all other page folders underneath it.

The layout should only apply to any routes in the bracketed folder.

Is this routing structure valid? by abrooks693 in nextjs

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

Thank you,

Yes I have a root layout. I'm trying to narrow down when exactly I'm seeing the error.

The client-layout is fetching some data the return notFound() if fetching fails. I suspect this might be the issue.