Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thank you Null for doing the needfulYou fucked up the mobile interface this dialog box:
View attachment 5489873
doesnt exist on mobile:
View attachment 5489877
And I hate it can you please do the needful and retvrn?
@Null
KiwiFlare is starting to wig out on me. Lots of mini-loops, re-checks on every page and general intrusiveness.
Yes. I'm getting 1-2 pages before I get retarded. Both my phone and desktop.The wigging out has returned for me.
I'm using Un-VPN'd firefox .net and getting a lot of "Oop's there was a problem" on most site functions. I feel like I see this kind of issues during DDOS attacksI'm getting frequent errors leaving reactions, with the console indicating that the request was stopped by Kiwiflare, and then reloading the page will usually just work without even giving me the Kiwiflare challenge.
.net (using Tor, if that matters)
Is there a way to write the query so that it will return "this OR that," where "that" is just an "it worked" row from the database, so you always expect a minimum of 1 row and can tell whether the query even ran successfully?There's an extremely frustrating thing where the library I'm using for CQL is just returning no results for queries instead of erroring, which is what it's doing. Restarting the webserver fixes it, which makes me assume there's some sort of connection problem, but I don't know how I'd address that. Without it erroring correctly there's no way to even check.
Cassandra is a pain in the dick because of all the ways connections can shit the bed. I've got no idea what your topology looks like, but maybe give data stax Cassandra error handling docs a look.There's an extremely frustrating thing where the library I'm using for CQL is just returning no results for queries instead of erroring, which is what it's doing. Restarting the webserver fixes it, which makes me assume there's some sort of connection problem, but I don't know how I'd address that. Without it erroring correctly there's no way to even check.