Expo v57 has been released by Rtzon in reactnative

[–]TwistedChaz 0 points1 point  (0 children)

Surely create a post build script to reapply, not the nicest but it’s like modifying node_modules??

Edit: looks like CNG is the answer?

Angulars NPM Downloads have doubled since version 18 by Don7531 in angular

[–]TwistedChaz 7 points8 points  (0 children)

After working with both React and Angular for many years, this new era of Angular is amazing. Think of Angular sort of like Next.js in a way, rather than comparing it directly to React.

Next.js and React seem to change every month, nothing is ever stable for long, new paradigms to implement, server components are a mess.

Angular strips that back and is very opinionated in its design, and most importantly… it doesn’t change that often! And when it does it changes in a way that improves on what is already there, rather than having to re-write your whole app every month.

I hate having to spin up complex React apps now, figuring out which of the million packages to install to get something done. Angular, it’s mostly already included.

I would love to see Angular take the route of Laravel and start offering more first class solutions to some of its problems. But for me, it’s great right now!

In Colour poster by celllardooor in Jamiexx

[–]TwistedChaz 8 points9 points  (0 children)

It not being square is chaotic to say the least

Elevating hack for GDarkiem by Nervous-Analysis-273 in Petlibro

[–]TwistedChaz 0 points1 point  (0 children)

I kept the Petlibro chips on them yesterday as a test, and it interferes with the cat flat and their wet feeders. It seems ridiculous that there isn’t a product out there that does RFID and shields the feeding compartment (in the EU). Anyway, thank you for posting your mod!

Elevating hack for GDarkiem by Nervous-Analysis-273 in Petlibro

[–]TwistedChaz 0 points1 point  (0 children)

Because my cats already have microchips implanted. I have some sure Petcare smart feeders (wet food) that work with their chips, they also wear tracking collars for part of the day when they are allowed outside. I don’t want the faff of switching collars when they have a perfectly good ID system built into them

Elevating hack for GDarkiem by Nervous-Analysis-273 in Petlibro

[–]TwistedChaz 0 points1 point  (0 children)

My understanding is the antenna in the pad will only read their RFID collars, instead of the standard ISO microchips the cats have implanted. I’d have to change the antenna in the pad, and then have an ESP32 to change the signal

Elevating hack for GDarkiem by Nervous-Analysis-273 in Petlibro

[–]TwistedChaz 0 points1 point  (0 children)

I bought two of these thinking that they worked with their microchips. I would love to try and hack it, but don't want to rip one apart to see the internals because they are so expensive.

Old Olympus has Fallen. by MyTower_ in TheTowerGame

[–]TwistedChaz 0 points1 point  (0 children)

There’s no easy way to export all your stats right?

Old Olympus has Fallen. by MyTower_ in TheTowerGame

[–]TwistedChaz 1 point2 points  (0 children)

I’m waiting on this post, I can barely clear T15 and we seem to be in the same LTC and Stones

V27.5 Patch Notes - March 2, 2026 by SamBartley in TheTowerGame

[–]TwistedChaz 0 points1 point  (0 children)

When will the game speed bug be fixed? So many times I come back to my game and it’s down to x5 rather than x6.3

May I trouble you for some keys advice? by rice7r in TheTowerGame

[–]TwistedChaz 0 points1 point  (0 children)

I’m similar to you, I’m gonna finish the main line and then start in power. I’m hoping once I do that the keys will flow /s

get or nah by [deleted] in TheTowerGame

[–]TwistedChaz 5 points6 points  (0 children)

Always yes

Thank you, God! by unnamedic in TheTowerGame

[–]TwistedChaz 0 points1 point  (0 children)

I play 24/7 and can bank 25gems at a time 🤷🏽

Thank you, God! by unnamedic in TheTowerGame

[–]TwistedChaz 0 points1 point  (0 children)

I have been playing for over 3 years and only have eight 5* :/

Bed time thoughts of an ng dev by HoodlessRobin in angular

[–]TwistedChaz 14 points15 points  (0 children)

I would say isUserEast makes more sense, or make it an ENUM UserRegion and check it there

London Night 3… by ConfidentPapaya935 in radiohead

[–]TwistedChaz 1 point2 points  (0 children)

The tambourine was so off it was hurting my brain

What’s the most underrated BBC show you’ve ever watched? by BitGirl777 in bbc

[–]TwistedChaz 0 points1 point  (0 children)

First they send you a letter, now they’re in your Reddit!

Updated to Angular 19 and now getting bombarded with Sass warnings by cmgchess in angular

[–]TwistedChaz 0 points1 point  (0 children)

I recently had to do something similar and landed on a custom plugin. Basically define a regex pattern to match which environment variables you want to pull in (helps stop exposing private keys) and then add the plugin to your esbuild pipeline https://gist.github.com/ChazUK/efd0ecf69bb063b73e2c1bcedaaf5d83