please can U help me? I have an issue. There is a list called list_torn and this list is going to have several items when pressing a button from another screens
Dear kind people of the internet, I need help. I am trying to split a string column into several columns and keep the null/NA entries. df <- cSplit(df, "ques
I try to upgrade kubernetes cluster but I take same error on aws panel and aws-cli aws eks update-cluster-version \ --region eu-west-1 \ --name foo-bar \ --k
I have a django application running on http://localhost:8081 I want to redirect it to https://localhost:8081 I have following in my settings.py: SECURE_SSL_REDI
I have a bunch of ucdb files generated from regression. I would like to merge them in a faster manner than what Questa does with its merge, it would also be use
I need to perform UPSERT / INSERT OR UPDATE against a SQLite Database. There is the command INSERT OR REPLACE which in many cases can be useful. But if you wan
I am working on a selection menu where the user can select the number of experiments they want to compare/see. Depending on this number I would like to adapt th
i got the result from this query: $loan=Loan::where('user_id',auth()->user()->id)->with('customer')->orderByDesc('created_at')->paginate(10); B