Ah! Your using Kanban then!
Ah! Your using Kanban then!
Someone has a compiler if statement left somewhere in their code (… probably)
2 things to note:
When offline, switch into steam offline mode to launch games, gets round some of the hanging on launch issues
Try connecting to WiFi from the steam decks desktop mode? Probably a router issue though.
I think you can already with web assembly?
I bought Reus 2 (A puzzle god game) at launch last month - game changer!
Finally a game that I enjoy playing on the deck and actually want to play after work on my commute etc. highly recommend it.
If you have lots of tabs up top you can’t see the names, vertical tabs lets you see more/all of the tab titles.
I have been using the tree style tabs add-on for years, it’s amazing for a tab hoarder.
It’s probably a single dev that made the decision, then moves onto something else. They (probably?) don’t have the ability to just raise a recurring PO etc to easily pay you and don’t care enough to worth through the paperwork.
If you had a paid licencing model they may have done it, or just found another lib/ wrote their own.
This posts entire comment chain is an interesting example of people that have extensive knowledge in completely different areas of programming to me. And have some concepts I had never heard/thought of.
Obviously, check the price before booking. I assume like most things here it can either go up or down as you get closer depending on demand.
The vertical tab bar is still there though as it’s apparently not removable? 😞
That now means that the basic tier look kinda poor on a storage PoV, worth it for the BYO domain though.
EF can have big problems with “Cartesian explosions” if an object has two lists of sub objects to return, it will get listA length x listB length items due to how the joins work. You can see how this leads to the explosion part of the name (with more objects or lists).
Their solution is a “split query” option, that does each sub table as a separate query, then seamlessly gives you the combined result.
If a change like this let’s you get those different table lists as distinct lists with the processing and round trip time of multiple requests then it could be a game changer.
(Source - my last week 🤣😭 + lots of EF docs)
SQL returns subsets of all tables with only those tuples that would be part of the traditional (single-table) query result set
So it returns only the data that would be returned from the query, so the filtering is done.
I can see some uses of it. If you look at what something like Entity Framework does behind the scenes to return nested objects, you can see how something like this might help.
It needs to understand that that code is bad to be able to do that though
For some slightly less common games: Golf with your friends is a great mini game to play, effectively really crazy golf online
From the Depths build ships/planes/tanks with entirely custom guns, engines etc. then play on the campaign map with fleets of these ships. you can make some really complicated vehicles if that’s your thing. Unlimited player count as far as I’m aware.
A less deep version of that is Avorion - Mine resources to build custom ships (less complicated) then even small fleets and do quests, make allies/enemies as you venture to the centre of the galaxy. Supports unlimited players as far as I’m aware. It also allows you to form an alliance to share resources with other players. Resource gathering (mining/salvaging) can be automated by your fleets if that’s not your thing.
Flying missions to there from Cyprus feels like we are doing it just to show we can, surely that could have been handled much easier by the US carrier…
I wonder which countries we overflew to do it?
I see suggestions to spoof that too for sites that require chrome for example
If they dump their currency and use USD, then as long as there arnough dollars around it solves inflation right? (Their economy is a blip to the Goliath that is USD)
But if that’s the case, then their currency is useless as everyone knows if will have zero value at all in a few months/years.
It does mean they can’t print money to get out of trouble though… Not that that was going well for them before.
Get a client (or instance) that allows it then 🙂
It’s the only time that tabs Vs spaces really riles me up. So annoying when everyone has different tab lengths