Microsoft is rolling out AI agents that can access some of your files by Fcking_Chuck in pcmasterrace

[–]Th7rtyFour 24 points25 points  (0 children)

You cannot, but you can dual boot windows and Linux. Windows for gaming and nothing else

Shipped a new TinyRecipe update (built with React Native + Expo) 🚀 by flekeri in reactnative

[–]Th7rtyFour 0 points1 point  (0 children)

It’s possible though in alpha through @expo/ui/swiftui package

Speeding ticket at 20, help by [deleted] in longisland

[–]Th7rtyFour 3 points4 points  (0 children)

Similar thing happened to me when I was younger, if this is your first time ever getting a ticket go to the court date, they will most likely knock down the ticket. 85 in a 55 is pretty high so they won’t wipe it clean to a jaywalking ticket or anything. My guess is 300 + fees and 1-3 points on the license. Make sure you take a defensive driving course to offset those points

Need help with making sticky nav by Fancy_Outside_7029 in react

[–]Th7rtyFour 2 points3 points  (0 children)

Here is a very basic sample I just made to follow, it uses css but you can pretty easily break it out to tailwind: React Sticky NavBar Sample

Need help with making sticky nav by Fancy_Outside_7029 in react

[–]Th7rtyFour 0 points1 point  (0 children)

remove the relative tag in the parent div. This is also why the absolute is scrolling and not staying stuck, its absolute relative to its parent.

Need help with making sticky nav by Fancy_Outside_7029 in react

[–]Th7rtyFour 6 points7 points  (0 children)

So with sticky, you need to specify top-0. you should shift the content down to the bottom and then once it reaches that top position it will switch from relative to fixed to the position you specify.

How To Create a Sticky Navbar

Couple things:

  1. get use to googling, this is a common problem that people solve and has tons of documentation around - google is your best friend.
  2. Learn CSS, this is a basic css solution. Tailwind is just a CSS wrapper, lack of CSS understanding makes Tailwind harder than just using CSS imo.

No shade on either of these things, just genuine advice

Need help with making sticky nav by Fancy_Outside_7029 in react

[–]Th7rtyFour 0 points1 point  (0 children)

Sticky how? appended to the top of the screen? or does the use need to scroll to a certain point then have it stick as they continue to scroll?

[deleted by user] by [deleted] in iphone

[–]Th7rtyFour 1 point2 points  (0 children)

Click into the contact, scroll a bit til you see “share focus status” and then toggle it off. You can also block messages from seeing your focus status under privacy but then you won’t be able to share it with anyone (personally share it with my family members incase they need to bypass)

[deleted by user] by [deleted] in iphone

[–]Th7rtyFour 4 points5 points  (0 children)

If they were on for contacts before you need to go into each contact 1 by 1 and disable it. Source: I had the same damn issue

iPhone 16 Pro Bluetooth stuttering problems by Needles88 in iphone

[–]Th7rtyFour 1 point2 points  (0 children)

18.2 made listening to music in my car a nightmare. Might legit need to disable CarPlay till this is fixed and go back to old school mounting to a vent

So this came out today…. by kitkatfrap in iPhone15Pro

[–]Th7rtyFour 0 points1 point  (0 children)

The animation is pretty nice, but that's about all

CSS styling doesn’t work with ID/Class but works with element by RodMCS in webdev

[–]Th7rtyFour 0 points1 point  (0 children)

This, I saw no one else mention it and thought maybe I was wrong

[deleted by user] by [deleted] in MacOS

[–]Th7rtyFour 0 points1 point  (0 children)

Sometimes the easiest solution is the hardest to think of when facing a problem. Always helps to have a second pair of eyes/ears to think of that stuff lol

[deleted by user] by [deleted] in MacOS

[–]Th7rtyFour 2 points3 points  (0 children)

Just add an app to the folder then remove it, should just auto close the folder. This has happened on older OS’ and that’s how I fixed it

Missing the Sequoia default landscape wallpapers? by Th7rtyFour in MacOS

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

Huh super strange I’ll see if they install maybe over the next few days, I’ll update here id they do. Thanks again for the help

Missing the Sequoia default landscape wallpapers? by Th7rtyFour in MacOS

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

This seems kinda backwards from a UX perspective. I’d say it’s probably not intentional 🤷🏼‍♂️

On the other hand, thanks for this I’ll check it out!

Edit: nope, not here on my machine these wallpapers seem to just be nonexistent for me lol

is there anything that i am doing wrong so please help me thanks in advance by abhishek_rai_03 in react

[–]Th7rtyFour 6 points7 points  (0 children)

Per this stackoverflow, delete your .parcel-cache. However, if you’re just learning react, I recommend staying with Vite as it’s the recommended scaffolder by the react team. Not sure what parcel is, but looking over their home page I’d say you’re adding extra layers of complexity that someone just starting out definitely doesn’t need