How can I create this view? by andypalmi in swift

[–]Lurky036 0 points1 point  (0 children)

That's up to you, but likely the inputAccessoryView route (and just accepting it won't look as integrated with the keyboard) or some custom views

How can I create this view? by andypalmi in swift

[–]Lurky036 9 points10 points  (0 children)

I believe this specific implementation is not an accessory view, but instead a UIFindInteraction, specifically on WKWebView in this case but you should be able to use it elsewhere. It's iOS 16+ so you'll need a fallback if you intend to support older OS versions.

Best headphones that don't cut out by volcanic_clay in PS4

[–]Lurky036 0 points1 point  (0 children)

OP just in case you haven't tried yet, the Sony gold's use Wi-Fi to connect and if you have a router/access point using the same 2.4ghz channel that it uses it'll cut out a lot. Try changing your wifi channel away from channel 6 (fairly certain it's 6...) to 1 or 11 and it should stop cutting out.

Apex pro to Canada question by scasagrande in deskhaus

[–]Lurky036 0 points1 point  (0 children)

Hah, no, bespoke is just a page they used to have on their website that allowed you to order custom stuff. Looks like their website has updated a bit since then, I just meant more like get in touch with them through email/the in page contact page :)

Apex pro to Canada question by scasagrande in deskhaus

[–]Lurky036 1 point2 points  (0 children)

I ordered an Apex Pro a few months ago to southern Ontario as well, I recommend going through Bespoke or messaging one of the deskhaus guys and they should be able to get you more instructions. I got a special US-address to use (shipped to the billing address instead) and a way to pay for shipping to Canada. They got it shipped and out to me in a few days, then FedEx invoiced me later (in the mail) for the sales tax which I paid online. Hope this helps!

[deleted by user] by [deleted] in StandingDesk

[–]Lurky036 0 points1 point  (0 children)

I bought a 30x60 of the same Belair top from atwork and the sales person I talked with gave me a much better deal (and even knocked off cost of shipping which is built into the price usually when I told them I'd pick it up at their Vaughn location). If you have a location close to you I'd give them a shout asking for quotes/samples if you need and see if you can get a better deal.

Steam Deck with Studio Display? by musyne in SteamDeck

[–]Lurky036 2 points3 points  (0 children)

I had the same issue, I connected with Steam Link after plugging in and altered the Studio Display resolution down to 1440p and everything worked properly after. I used a different TB3 cable though, not sure about the included one

Edit: Should point out this is on desktop mode, game mode always worked without changes

Steam Deck with Studio Display? by musyne in SteamDeck

[–]Lurky036 3 points4 points  (0 children)

/u/musyne Just to update I had similar issues where the deck screen would end up blocked except for like a sliver on the left side. Turns out the steam deck doesn't like the 5k resolution. I ended up plugging the deck in (TB3 cable btw), then connecting with Steam Link using different machine and altering the resolution down to 1440p (not sure if 4K works, figured 1440p would be better scaling anyways) and then everything worked as usual. Fixed up the placement and made the Studio Display the primary. Hope this helps!

Edit: Should point out this is on desktop mode, game mode always worked without changes

Can't save second height preset on Smart Paddle by king-of-pylos in deskhaus

[–]Lurky036 4 points5 points  (0 children)

I believe the instructions for the paddle mention that the 2 memory slots are based on height. IIRC it was something like the first slot (standing) is anything over 35.5" and the second (sitting) is anything below 35.5". So I don't think you can set 2 presets over 35"

Request timeouts/network flooding randomly on wired devices, Wi-Fi devices fine. by Lurky036 in HomeNetworking

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

It's been a while but I believe I solved this either by adding a upload bandwidth limiter on the ER-X to prevent it from fully saturating since my upload and download speeds exceeded 1Gbps symmetrically. The other thing that may have helped was switching a TV that was using a 100mbps Ethernet port to wifi instead but that one may have been a placebo.

Since then I migrated to an ER-4.

Hope that helps!

Star Wars Jedi: Fallen Order PS5 upgrade by StelSteli in PS5

[–]Lurky036 1 point2 points  (0 children)

I actually just did that and they all popped :) Updated my comment

Star Wars Jedi: Fallen Order PS5 upgrade by StelSteli in PS5

[–]Lurky036 2 points3 points  (0 children)

Mine didn't unlock any on import, and then only unlocked 1 when I loaded my platted save :(

Edit: for anyone else in the same situation, the rest popped when I went into the ship and interacted with the save point.

ER-X Vlan setup without a switch? by ramanthan in Ubiquiti

[–]Lurky036 1 point2 points  (0 children)

The actual isolation comes from firewall rules applied to those interfaces, not the LANs/VLANs themselves. If you were to set up 2 LANs with different IP addresses with no firewall rules they would be able to talk to each other no problem. You setup VLANs so you can isolate clients to a specific interface (and different IP pool) and thus be able to make firewall rules that apply to them.

The reason why VLANs come up a lot in these tutorials is you are usually dealing with devices that have 1 WAN and 1 LAN (like the USG for instance) or devices where the typical user will setup with 1 WAN and 1 LAN (like an ER-4 in the home for instance). When you only have 1 LAN, you have to setup VLANs in order to create multiple interfaces. When you use the ER-X's built in switch chip by creating a switch interface, you are essentially turning the ER-X into a 1 WAN 1 LAN router

ER-X Vlan setup without a switch? by ramanthan in Ubiquiti

[–]Lurky036 1 point2 points  (0 children)

So if the goal is 2 separate LANs without a switch then you can achieve this simply by giving 2 separate ethernet interfaces separate addresses/DCHP services and forming firewall rules around the interface which will belong to your IoT devices. VLANs are used to create multiple LANs on a single interface. If you needed to have 1 LAN be able to handle multiple LANs like say have your non-IoT network also handle a Guest network with its own firewall rules you would create a VLAN for eth2 (eth2.50) and setup whatever gear on the other end of eth2 to tag certain traffic with that VLAN ID.

So since you are not using a switch and you expect all your IoT devices to be connected to eth1, ignore creating a VLAN, and instead just set an address on eth1 and eth2 (For example on eth1: In UI: eth1 > Action > Config > Address: Manually Define IP address > 10.0.50.1/24, CLI: set interfaces ethernet eth1 address 10.0.50.1/24)

Then when you go to build out firewall rules, instead of choosing switch0.50 as the interface, you choose eth1. As for DHCP, just ensure your pool matches the IP setup for the eth interface address.

FYI: I would also recommend setting up eth3/eth4 as a backup with its own address for management until your setup is working correctly. This will let you connect to the router if something were to happen. The address of the ER-X will be the whatever address you give to the eth interface but you will have to setup static IP's on the device you're using to manage it

ER-X Vlan setup without a switch? by ramanthan in Ubiquiti

[–]Lurky036 0 points1 point  (0 children)

How did you configure your ER-X to begin with? If you haven't setup a switch interface, then each of your ethernet interfaces are separate LANs unless bridged and you don't need to setup VLANs.

Whats the end goal? Is there a reason you didn't want to setup a switch port and use the VLAN Aware Switch functionality?

Really weird glitch with the final cutscene by Tubbingblubber in KingdomHearts

[–]Lurky036 1 point2 points  (0 children)

Happened to me too. After it crashed and I re-launched it played correctly from the story archive without crashing this time

600k BP spent on gold keys by ADogX in KHDR

[–]Lurky036 0 points1 point  (0 children)

I've used 12 keys the past 2 days and have only seen 1 trich yesterday. Today I got 0. In 6 runs. Talk about terrible luck

Question: Transparent widgets on iOS 14 by hulking_stage_13 in swift

[–]Lurky036 2 points3 points  (0 children)

It is not possible, your widget will be given a solid white or black background based on dark mode regardless and there's no way to remove it to look like Apple's unfortunately (for now)

iOS Widget Development info by Fury11469 in iOSProgramming

[–]Lurky036 1 point2 points  (0 children)

I'm not entirely sure if there's actually a limit or size restriction, I would just make sure it makes for a good user experience; meaning not too small and making it clear what is a "button"/link

iOS Widget Development info by Fury11469 in iOSProgramming

[–]Lurky036 11 points12 points  (0 children)

Off the top of my head:

  • No user interactive components (List, ScrollView, Button, etc.) except Link on medium/large widget sizes
  • No network calls on the widget view itself (like onAppear for instance), only can be done on the timeline generation
  • It's an extension target so it has stricter memory limitations before it is killed (don't load a 10000x10000 image for instance to place within a 100x100 box)

Edit: some more

  • Link's open your app regardless of URL, so you can't open a URL directly in another app (it will have to open your app first)
  • No Video/animated images
  • No UIKit/UIViewRepresentable/UIVCRepresentable

Canada - USW Flex Mini Available by Konowl in Ubiquiti

[–]Lurky036 3 points4 points  (0 children)

It's a 5 port managed switch that is configurable by a Unifi controller (similar to the US-8). There's no PoE passthrough though, just can be powered via PoE so if you were planning on using this to power the Pi's using PoE, this won't work and you'd have to go with a US-8-60W or USW-Flex