If I don’t give it any permissions, does it actually do anything though? They only run when the app is open I assume?
If I don’t give it any permissions, does it actually do anything though? They only run when the app is open I assume?
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.
Dammit, I came here to make that comment!
What happens if you replace “www” in the URL with “old”?
They might not have the block there
its in the queue to replace that one on the island that has fallen over.
Have you got your language set on your account? (Open settings on browser not app) It should auto filter based on that. I see very little non English stuff. (Small instance though)
This. I occasionally look at all to look for new stuff though
That kind of jigsaw can be much more interesting than normal ones, you discover the image (with clues).
Wasgij do something similar, where the box art shows the reaction to the actual jigsaw image.
I only got it on the 4th scroll past or so…
That now means that the basic tier look kinda poor on a storage PoV, worth it for the BYO domain though.
yeh, those are solutions, I was just explaining how its not automatically better.
Latex documents in git are the best option technically, but good luck getting the average person (or me!) to do that.
I dislike autosaves in word processors/spreadsheets etc and turn them off whenever I can. I prefer to have that control, I have had issues where I have deleted things to rewrite/update them, decide against it and close the app only to find it’s overwritten what I had done…
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.
Something didn’t work on Firefox and the dev didn’t get permission to work out how to fix it as it was uneconomical compared with just disabling firefox
It needs to understand that that code is bad to be able to do that though
Edit: sorry, app didn’t show the entire image by default, they DO list exactly what was lost, not a bad email tbh (although better if they didn’t lose it)
Isn’t it saying that they didn’t have those bits so couldn’t loose them?
It would have been more useful (but look worse for them!) If they just listed what was lost…
I don’t think you can have private communities currently?
It’s the only time that tabs Vs spaces really riles me up. So annoying when everyone has different tab lengths