text
string
meta
dict
Q: How to calculate p-value for a dynamic for some parameter in control and treatment groups? I have two groups of patients, a control (A) and a treatment (B), and data for patients' weight in the beginning and in the end of a period of treatment in each group. I need to check if the dynamic of the mean weight in A-gro...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564325", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: System.Data.SqlClient.SqlException: Invalid column name 'Root_rootID' I am new in ASP.NET and I am learning MVC and EF. "Code first from Database" is used. ASP.NET automatically created rootId in marriage table. Even Marriage table in SQL database does not have a rootId column. Here is marriage table class [Table("M...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564326", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Google spreadsheet "Publish to Web" link image preview is not displaying on mouse hover I am trying to get image preview on mouse hover for the published google spreadsheet. But it's not displaying. When I checked it in original sheet, preview is coming. https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vQazkfYz...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564329", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Defining the unit of measurement when annotating a django queryset using Distance I am very new to django / python. I am currently experimenting building a web application using GeoDjango on MySQL/Spatialite (later I will move to postgres/postGIS when I decide to pay for a dedicated environment). I use the following...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564330", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Odoo: Unable to use a closed cursor I am trying to call a function after a response has been returned from a http request: class SomeAPIEndpoint(http.Controller): @http.route('/api', type='json') def controller(self, **kwargs): data = self.function1(request) with api.Environment.manage(): ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564332", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How can I access request headers in a Ts.ED graphql resolver? I have a default installation of Ts.ED application using Prisma, TypeGraphql, Koa selected. It created a standard config for graphql like this: export const config: Partial<TsED.Configuration> = { version: pkg.version, envs, logger: loggerConfig, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564335", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: React Spring module not found I want to use react-spring package in react project, but I am facing this error. But when I am using same code in stackblitz it is working without any problem. Could you please help me with this problem? Version: 1.75.1 (user setup) Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf Date...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564337", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Configure public_html and paths on cPanel when switching primary domains on hosting plan I have a hosting plan on my host provider (by cPanel). On that hosting package there is one domain which is a primary domain or "carrier domain" (no other addon domains or subdomains). Then I bought a new Domain and I contatcted...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564338", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: what is difference between running pyspark code directly with python and with spark-shell? I have a code that user data from a postgres database and save it in a delta lake: import pyspark from delta import * import time start_time = time.time() builder = (pyspark.sql.SparkSession.builder.appName("MyApp") .c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564339", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Are words and space characters in a Text composable treated as separate Text objects? Here is the code: @Composable fun MainScreen() { var textState by remember { mutableStateOf("") } val onTextChange = { text : String -> textState = text } Column(Modifier.width(200.dp).padding(5.dp)) { ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564340", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why does my code work in Dev C++, but not in VS Code? This is a code to balance parentheses using stacks. It doesn't work in VS code though. Excuse the spelling mistakes :). #include<stdio.h> #include<string.h> #define MAX_SIZE 100 struct stack{ char a[MAX_SIZE]; int top; }; typedef struct stack stk; void push(st...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564342", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Using framer motion onDrag callback how do I get clientWidth, scrollLeft and scrollWidth for a progress bar I'm working on a carousel using framer motion drag gesture which works perfectly, but I'm having an issue implementing logic to the carousel progress bar. I checked the onDrag callback and I couldn't find scro...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564348", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Flatten list of lists by one Level in Groovy without mutating variables Imagine a list of lists, for example List lists = [[[1]], [[2]], [[3]], [[4]], [[5]], [[6]], [[7]], [[8]], [[9]], [[10]]] This is just an example - the inner lists may contain multiple elements. I want to flatten the list by one level without m...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564349", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Uncaught TypeError: Cannot read properties of undefined (reading 'settings') I am trying to integrate firebase phone authentication with vue js but i am facing some dificulties to render recaptcha verifyer. it look like it is not rendering recaptchaVerifier and the recaptcha verifier is not loading auth. This error ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564350", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Show/hide divs according to multiple data values This has been driving me crazy. Couldn´t get a definitive answer from chatgpt nor reddit. Maybe stackoverflow has someone who is willing to help me out or give guidance. Description: When button is activated, the cities in its data must be shown (the divs below). When...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564352", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Function toggle dark-mode with storage Im working on Vue3 component. I get a function to toggle dark-mode but at moment when i enter in my application for the first time and click on button to toggle, the thheme change from light to light as first time then work correctly. < script > export default { data() ...
{ "language": "it", "url": "https://stackoverflow.com/questions/75564354", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Nginx gets slow for a specific proxy backend over the time `I have nginx pod running and making proxy request to different backend. When it get deployed, it works well for few hours after that it starts taking too much time and getting gateway timeout with 504 status code. Important observation - * *This problem o...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564355", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Incorrect work documentation example. Near protocol I created a smart contract on a testnet and everything worked great. But when I uploaded the hosting build I ran into an error. Uncaught (in promise) Error: [-32700] Parse error: Failed parsing args: missing field `account_id` at json-rpc-provider.js:329:31 ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564360", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Bash shell script of a menu with three options I have this exercise: Create a BASH shell script "menu", which accepts as an argument a file "listino.txt" structured as follows: cost quantity code 01953 2 15 07934 1 20 084Gd 10 30 9038H 1 5 and that implements the following functions accessible from a menu: * *Sear...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564361", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I am getting an error "Invalid call. Nonexistent function 'set' in base 'Nil'." I am new to Godot. Trying to make a counter for some values of reactor core. Here is my code: extends MarginContainer export var obj="" export var expr_list={"sig":""} export(int) var value_from_model setget set_val onready var panel_fr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564365", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Tiva C TM4C123GXL digital outputs problem I didn't find the same problem like my anywhere, but I hope someone have any advices what happenin with my uC. Digital outputs are very "sensitive / delicate". Namely, I have connected PC4-PC7 outputs to the L298N driver, and randomly, automaticaly the outputs shutting off. ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564366", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Constructing JSON with Variables - An object literal cannot have multiple properties with the same name I'm trying to use a variable to dynamically construct some JSON like: let char1 = note.charAt(0); let type = ''; if (char1 == "-") { type = 'bulleted_list_item'; } else { type = 'paragraph'; } let paragrap...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564368", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Django-guest-user custom name I am using 'julianwachholz/django-guest-user' library to login as a 'guest user'. The generated user name is long (based on uuid). The library has 3 functions: * *generate_uuid_username (default) *generate_numbered_username *generate_friendly_username It uses NAME_GENERATOR (in the...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564369", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I solve this problem : hadoop namenode -format gives error? I setup Hadoop HA Cluster. I try to format hadoop as below code: hdfs --loglevel DEBUG namenode -format -force then when I see the log ( it is not DEBUG mode and this is another problem which i ve not solved) it gives error as below: error org.apac...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564370", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Python3.9 Selenium Gmail login error: "This browser or app may not be secure" I'm trying to automate gmail login with Selenium. Always I'm getting error: "This browser or app may not be secure". First I've tried with the google chrome latest version but that didn't work. So, I'm using undetected_chromedriver with go...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564371", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: react get state value after setState everyone! I have this code: const [searchOption, setSearchOption] = useState(''); function clearSearchField (){ setSearchOption(""); sendQuery(); } function sendQuery() { fetch(`${url}/?search=${searchOption}`,{ method:'GET'}) .then(r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564376", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to integrate easy paisa payment gateway with flutter app I actually want to Integrate easypaisa Payment gateway in flutter for locals of Pakistan. Or JazzCash payment but its server is down and not working even in testing mode
{ "language": "en", "url": "https://stackoverflow.com/questions/75564379", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Fragment Bundle refresh in Karaf We are using karaf 4.3.7 in which we observed refresh for our application bundles. We tried to debug by removing all the application bundles from Karaf. Still we observed refresh for the karaf framework bundles. Attaching the logs which has only the karaf framework bundles. Refreshin...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564380", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to read files (json) from the container of the cosmos db using python code I want to get the json file from the container and change it accordingly and save it in json format. i have the read only access to cosmos db below is the image of cosmos db i am getting this error CosmosResourceNotFoundError from azure....
{ "language": "en", "url": "https://stackoverflow.com/questions/75564383", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Create a copy of a trait object how can I create a copy of a trait object for local calculations? The problem is that I want to have a function that takes a mutable reference to a trait object in order to do some calculations and modify it based on those calculations, but during the calculations, the function has to...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564384", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: sending limit on wallet in woocommerce custom code But I am looking for example if credited 10 BD to someone wallet while checkout he can maximum use only 3 BD I have apply this code but this isnt work : add_filter(‘is_valid_payment_through_wallet’, ‘\__return_false’); add_filter(‘woo_wallet_partial_payment_amount’,...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564385", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Libgdx fps sharply drops when using other software recording screen The title is clearly. i set the foreground fps and idle fps to 60 and using vsync. But when I record the screen it drops to 30 and stay. I just invoke my render and tick logics in Lwjgl3AppicationListener#render. What is wrong? I try setting Gl vers...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564386", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Cannot get user's Instagram page with cURL I'm trying to get the source code of an instagram user.... (see attached class), but I just get a loading page.............. Here's the class: public static function getUrl($url) { // Initialize cURL $ch = curl_init(); $useragent= 'Mozilla/5.0 (...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564388", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Bash v5.1.4 on Debian question with functions #!/bin/bash create_function() { echo "use root" mysql --user=root --password new_db << MY_QUERY SHOW tables } create_function jamie@vultr:~/mysql_bash$ sh create_db.sh create_db.sh: 10: Syntax error: end of file unexpected (expecting "}") jami...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564390", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Flutter Class Auth error; When I'm creating this class I'm experiencing undefined class error I was creating a class but I'm experiencing error as below. I do not understand I'm experiencing this error. I've added picture to see the error visually. import 'package:firebase_auth/firebase_auth.dart'; Class Auth {...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564396", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Hello, I can't figure out in any way how to make the graph move smoothly along the x-axis and along the y-axis import matplotlib.pyplot as plt import numpy as np print('''Available options: 1) straight line 2) Parabola 3) Hyperbole 4) Cubic parabola 5) Parabola branches down 6) Negative hyperbole 7) Sinusoid 8) Cos...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564401", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Add timer to flutter_sound when recording voice How can I show the timer to the user when recording sound with flutter_sound? I have a text widget that I want to display a timer in that text widget when the voice is recording. Text( recordingTime, textAlign: TextAlign.center, style: TextStyle(fontSize: 18,f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564402", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: "You need to enable JavaScript to run this app" Error on react app only on production I have react app and its run well using yarn start on dev and use vite. When I deploy using app service on digitalocean, the deployment result success but when I open my app it just showing white blank page and the log result show ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564404", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Sending emails in Celery tasks not executing I have a view function in Django, which receives a post request with the data of sending letters (the poster post, the topic of the letter, message, etc.) from the user and transmits them to Celery Tasks, to send letters through standard function of the Django send_mail. ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564406", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: auto import components from react-router I'm new to react. without any extension or settings vs code is auto importing components from react but it's not happening with react-router. How do you auto import component/hooks?
{ "language": "en", "url": "https://stackoverflow.com/questions/75564408", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to remove Expand line from Jstree We have rendered the tree structure using JSTree library. See an example. We would like to remove the expand collapse line highlighted in red box. How can we do that? Thanks in advance. enter image description hereNot tried yet anything. Hoping that it can be resolved using CSS....
{ "language": "en", "url": "https://stackoverflow.com/questions/75564412", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Why when I add array into array it changes all elements? The problem is: Let's learn about list comprehensions! You are given three integers x,y and z representing the dimensions of a cuboid along with an integer n. Print a list of all possible coordinates given by(i,g,k) on a 3D grid where the sum of i+j+k is not e...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564413", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to use java.lang.reflect.Method in udf? I want to get a method externally by reflection and then call this method in udf I get the method through reflection and register it as udf and store the udf in the hashMap def initNodeClass(node: NodeDto, initParam:util.HashMap[String, String]): Unit = { val filePath ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564414", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I change the orientation of the text in the date cell like i want to move it to the top left corner? I want to move the text to top left corner so that the dates in the calendar do not become disoriented. How can it be done? <div style={wrapperStyle}> <Calendar fullscreen={false} ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564415", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I'm trying to use a class with generic types and it gives me this error : Exception in thread "main" java.lang.ClassCastException: In short, I have a class named NoiseMaker which stores objects who implements the interface Beep. NoiseMaker has a method where it prints out the beep sound of the specific object. In th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564416", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Python: I use pytube to download youtube's video in tkinter i'm sorry for my bad english... when pytube start download then my word screen will have a little lag it cause that i can't modify text in label... when i run my program but in line one it doesn't work Below is my program contant: def click(): label3['te...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564419", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Is there a way to replace the word labels of a ggradar graph with images? I have here a table that I converted to a spider plot with ggradar: df <- tibble( bad_decision = n, adc = 7, jungle = 10, mid = 5, support = 11, top = 16, ) ggradar( df[1, ], values.radar = c("0", "10", "20"), grid.min = 0, grid....
{ "language": "en", "url": "https://stackoverflow.com/questions/75564420", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to add iframe to my multilingual wordpress site I am here for a problem on my wordpress website. My website is multilingual, I need to place multiple pages from another site created by myself in each language. for this I use iFrame, but for example : iFrame works correctly in English language, but it does not wo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564423", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: opencv\modules\imgproc\src\resize.cpp:4062: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize' Unable to use my webcam imgS = cv.resize(src=img,dsize= (0, 0),fx= 0.25,fy= 0.25,interpolation=cv.INTER_AREA) imgS = cv.cvtColor(imgS, cv.COLOR_BGR2RGB) I am getting error as cv2.error: OpenCV(4.7.0) D...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564426", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: swig python ModuleFoundError in windows python file(generated by swig): ModuleNotFoundError, module is generated by swig) how to find the module by import_module in python file
{ "language": "en", "url": "https://stackoverflow.com/questions/75564428", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How can I use my domain for google kubernetes engine deployed apps? I am new at google kubernetes engine. So I am createing a new cluster. And deploying a sample application on this cluster. And I can access it using an ip address like 30.31.32.33/api So I want to use my domain name (mydomain.com or subdomain produc...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564430", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Setting an AlpineJS data string in a function from outside of the component without using arrays or objects How do I get to update a alpine string variable from a function outside of the component ? <script> let global_status = 'IDLE'; const contactServer = (global_status) => { global_status = "PROCESSING";...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564433", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Could n't connect mongodb atlas from node js I am trying to connect mongodb from node js.Below code i am using. const mongodb = require('mongodb'); const MongoClient = mongodb.MongoClient; const mongoConnect = callback => { MongoClient.connect( 'mongodb+srv://lalit_rout2012:QYh...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564434", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to make app run from specific path only? How to make the program not work through DVD and work only through the HDD? With a condition if it's in a different drive other than C: then it does not work. My code attempt: stop(); import flash.filesystem.*; var file: File = File.documentsDirectory; var file2: File = ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564437", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Using like with mariadb and chinese characters I come back with utf8mb4 character issues. I'm using mariadb Server version: 10.3.37-MariaDB-0ubuntu0.20.04.1 Ubuntu 20.04 on a local machine with Linux Mint 20.3. Here is a test table: CREATE TABLE chartable ( k1 VARCHAR(5) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 C...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564438", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to show tooltip? I have tried everything but I have no solution yet class Programmer { private const string StrTip = "Hello world"; public static void Main(string[] args) { AutoItX3 Auto = new(); while (true) { Auto.Sleep(1000); Auto.ToolTip(StrTip); ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564440", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to randomize key objects in model form and successfully submit in Django I am trying to save user response (choice) in my Django application out of a set of values in the source model. The user is expected to select one of the many choices presented on the form (as radio buttons). The source model looks like thi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564443", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Could not run phased build action using connection to Gradle distribution - Flutter I got this error for Android application in the Flutter project. Someone please help me resolve this issue. I have tried many solution but none had helped me. Could not run phased build action using connection to Gradle distribution...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564446", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How is the jwt key used and how can I generate it? I'm new to jwt authentication and I'm implementing it for the first time in asp .net core. However, I'm having some trouble regarding jwt tokens. I know they can be encoded so that they can carry information and I think I've implemented that successfully : public st...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564448", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Securing Spring Boot Admin 3.0.0 & actuator endpoints with Keycloak There is a project on spring boot 3 + Keycloak. I need to integrate Spring Boot Admin 3.0.0. The task is to allow Spring Boot Admin to access client endpoints using Service Accounts. The user only has a permission for Spring Boot Admin, while the se...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564450", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Working with Constrained generic functions confuses me function getMinimum<T extends {length : number}>(arg1 : T, arg2 : T) : T { if (arg1.length >= arg2.length) { return arg2; } else { return arg1; } } let str = "Hello world"; const res0 = getMinimum([1, 2, 3], str); // Argument o...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564452", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to split Array of Dicts into columns in clickHouse I need to parse data from Kafka in ClickHouse using Kafka Engine, as example, I have created a table, in https://fiddle.clickhouse.com/0e89bec6-4e76-410a-9fc4-cf58ace5f34f, CREATE TABLE json(name String, data Array(Map(String, String)) ) ENGINE = Memory; INSERT...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564453", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Stuck in Python official tutorial docs A piece of Python code that expects a particular abstract data type can often be passed a class that emulates the methods of that data type instead. For instance, if you have a function that formats some data from a file object, you can define a class with methods read() and r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564456", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Getting {"errorMessage": "'httpMethod'", "errorType": "KeyError" while testing Aws Lambda function I'm creating serverless architecture. In that i trying to open 'index.html' page through api gateway.but while testing Lambda function to POST and GET request. i'm getting error { "errorMessage": "'httpmethod'", "error...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564457", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to calculate wifi download speed during download file in android private String downloadFile(String MY_URL) { int count; try { URL url = new URL(MY_URL); URLConnection connection = url.openConnection(); connection.connect(); long startTime = Syste...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564458", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: VC2013 vcredist_x86.exe wont install silently on mcr.microsoft.com/windows/server:ltsc2022 I am building a docker image and want to silently install a application (of my own creation), however when i run the setup in silent mode on a docker image based on windows/server:ltsc2022 the setup executable doesnt appear to...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564460", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how can I make a Foreground Service to work even if I close the app in kotlin? I have an Android app developed in Kotlin and it has a button to share a file. If I close the app before this process is completed, the file isn't shared and when I re-open the app, I have to start all the process again: select the file, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564461", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to resolve "couldn't find "libflutter.so" crashing issue? My flutter app is crashing a lot in production when I deployed app on Google Play store. From the log, I can see the following error message: couldn't find "libflutter.so I have read lots of questions and solutions about this issue and I have also applie...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564463", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What are the problems of adding non-page file inside next.js pages dir? I read in many places that we should only add page files inside next.js pages folder, but no one say exactly what are the problems of adding non-page files inside the pages folder? let say for example that I'm adding custom hooks and test files ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564464", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Java script error in ASP.net C# after partial view refreshing In my case everything works fine when the page loads for the first time, after that the "DataTable" script doesn't work when refreshing the partial view. The following error is displayed in the console: The third time it starts working again. Here is my ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564465", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Copy Email body (HTML formatted) into AppointmentItem I wrote a VSTO add-in for Outlook. I am in a Microsoft Exchange environment at my company and we use Office 365. In a function of the add-in I want to copy the complete content of an email (HTML formatted), which also contains a table, into the body of the Appoin...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564466", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: dart:mirrors reflectType() not returning TypedefMirror I am running the following dart code: import 'dart:mirrors'; typedef Func(); void main() { final m = reflectType(Func); print(m); } I would expect m to be a reference to TypedefMirror but instead the output is: FunctionTypeMirror on '() -> dynamic' Which...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564469", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Django form.save() does not update database I have a Django User model with a background and a profile picture, what I want to do is give the user the ability to submit a new background photo/picture and have it saved to the database. The way I have done this is like this settings.html: {% extends 'main.html' %} {%...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564471", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to properly separate API calls from File Storage Service in a Clean Architecture Pattern? I am working on a .NET Core project in which I need to implement a Clean Architecture Pattern. The Task is to: * *make an HTTP request to a third-party API service *read the response content as a Stream *save the Stream...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564472", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Is there any way to inject so file in /data/data on Android without root permission? enter image description here I'd like to inject so file into the control app, but I can't and it returned permission denied. I am using VirtualApp to clone and mirror apps. https://github.com/ServenScorpion/VirtualApp If anyone is a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564477", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Why does my card rotate in the opposite direction first when I try to rotate in a different axis? I'm making a simple card flipper and right now I can flip the cards up, down, left, and right. What does work: * *I can flip the card up and down as much as I want and it works as expected; same for left and right Wh...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564484", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "3" }
Q: Next.js dynamic import not working with a variable as module path I'm using Next.js to build a web application, and I'm trying to load a component dynamically using the dynamic() function. The code works fine when I use a string literal as the module path, like this: import dynamic from 'next/dynamic'; const ThreeC...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564485", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Angular unit test failed . (Nullinjector error) This is the edited question, before that i didn't add reactiveformsmodule in spec file, Now I have add reactiveformsmodule in spec.ts file, I don't know weather the issue has been resolved or not(No provider for formbuilder). still facing the same 95 errors , Is anythi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564487", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: GGAnimate graph to keep the revealed geom_points? Hello dear bright stack overflow users :) I'm currently getting into R and R Studio. To explore some of my underlying data I tried to animate a graph using gganimate. This is my current code: graph1 = Trainingsdaten %>% mutate(hatUmbau = (umbau == 'Ja')) %>% ggpl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564492", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to not lose editing when using DT with the Scroller extension? When using the Scroller extension with DT::datatable, the new editing in the table is lost when scrolling back and forth. How to avoid this (in a Shiny app)? library(shiny) library(DT) dtable <- datatable( iris, class = "display compact nowrap"...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564496", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Whiptail radiolist not appearing for variable assignment I'm trying to use a Whiptail radiolist dialog to initialise a variable in a Bash function. The radiolist appears correctly when I use this example: simple_radiolist() { whiptail --title "Radiolist without variable assignment" --radiolist \ "Select:" 20...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564500", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Enable server-side includes in an ASP file that has been re-named to .doc under IIS 10 I`ve moved a Classic ASP app from an old Windows 2003 server to a new server with IIS 10. It`s working well, and Server-Side Includes work perfectly in .asp files. However, the app includes some .asp files, containing SSI directiv...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564502", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How do I navigate implicitly implemented functions in Go? package main import "fmt" type I interface { M() } type T struct { S string } // This method means type T implements the interface I, // but we don't need to explicitly declare that it does so. func (t T) M() { fmt.Println(t.S) } func main() { va...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564509", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there a way in Flutter to add a NavBar to a route outside of the Shell Routes? In Flutter using the go_router library I am adding pages A, B and C, which exist in a BottomNavBar navigation. They are all encapsulated in a ShellRoute with a BottomNavBar and work like a charm. My question is how can I add this Botto...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564511", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Redis is not activated on ubuntu 22.04 I recently switched to ubuntu. It's time to install the radish. While sudo systemctl status redis --> no active read in the internet it was necessary to change supervised, changed and nothing helped, please help supervised systemd read documentation, forums
{ "language": "en", "url": "https://stackoverflow.com/questions/75564513", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: executable with py2exe is not working console is closing Hey guys I am trying to convert my skript to an executable with py2exe. I can can convert the same script with pyinstaller, but I would like to learn why is it not working with py2exe. My code: import os import pandas as pd import glob as glob x = input(r'') ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564515", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: how can i dynamically generate divs in my HTML template after a form submission, when working with django? I am building a MCQs Bank using django, I have created all the front end files for my project, I have created django project, i have written some functons in views as well and created some of the models as well...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564516", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why am I not getting the ACK bit in I2C communication? I am developing a project that involves PIC32MK1024MCM064 communication with ESP32S3 and PCF8574 IO expander (for 16x2 LCD screen) via I2C. I have absolutely no problems with the PCF8574, I am getting my data packets, LCD screen works perfectly. However, I teste...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564518", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Socket timeout exception reading logs using kubernetes java client API SO I was just trying out kubernetes java client API : String kubeConfigPath = System.getenv("HOME") + "/.kube/config"; ApiClient client = ClientBuilder.kubeconfig(KubeConfig.loadKubeConfig(new FileReader(kubeConfigPath))).buil...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564520", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why is my internal API call not waiting for response? I have an Express.js / Node.js API project where I am calling a endpoint that depends on an internal async function. const express = require('express'); const fetch = require('node-fetch'); const router = express.Router(); module.exports = router; async function...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564521", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Image not shown correctly I have created an image viewing app for previewing an image in the folder which contains 4 images such as bicycle, car, plane, and ship. The app has 2 buttons which are added button and the remove button before the image is viewed it is required to resize to a certain size. Following is my ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564525", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: makefile.in not found while installing systemC I'm trying to install SystemC on mac (x86, macOs 13.0.1). I followed the steps described in the docs: $ cd path/to/systemc-2.3.3 $ mkdir objdir $ cd objdir $ export CXX=g++ $ ../configure But when I run the configure, I have an error cause it says that it cannot found ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564526", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Send data from Backend JS to Renderer - Electron I have been trying to send data generated in backend JS to front end. The event is called when a message in person sends messages in discord channel. I am basically new to this Electron. discord-api.js: client.on("message", async (message) => { if (message.author ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564527", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Simulate mouvement for simulator I'm trying to make my first data field for Garmin Forerunner 955 watch. I want to make a field for pace that include the height difference. So, I need to simulate that I am walking on the simulator, but I can't find the information on google. Anybody knows how to do it ?
{ "language": "en", "url": "https://stackoverflow.com/questions/75564528", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Full Validation in React native Code App.js import React from 'react'; import { SafeAreaView, StyleSheet, TextInput, Button, Text, } from 'react-native'; const TextInputExample = () => { const [text, onChangeText] = React.useState(''); const [password, setPassword] = React.useState(''); const [confo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564530", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I force Nuxt to generate lowercase routes? When I yarn generate a (static) Nuxt project, it will create folders for each of the routes. I have many routes with "Various CASING", and many of them will generate lowercase folder names (in addition to the cased ones), but NOT all of them, and I'm trying to unders...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564532", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unable to login Visual Studio 2017 Community I'm not able to login Visual Studio 2017 Community edition. Whenever I tries to login these script error occurs and If I click on OK button then Login page is blank.Already Uninstalled and installed again VS but nothing worked for me. Using Windows 7 service pack 1 and 64...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564533", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Filter output from WP Job Manager based on the submitter's user role I am trying to filter the jobs shown based on the user role of the person that submitted the job. Backstory: I run a memberhsip site with multiple levels. Each level has its own WP user role assigned to it. I want every member to be able to create ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564534", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: fitting a sine curve R The values list below contains annual indices of sunspot activity from 1900-1923. I need to fit a sin curve to this data with a period of 10.4 years, with lm() in R. Despite reading other related posts, I couldn't figure this out yet. The dependent will be the observed values, but for the reg...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564536", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Pinescript Count Moving Averages Above or Below Close I'm sure this is simple but I'm stuck trying to figure out how to count how many moving averages are above or below the close. I am trying to add these two results into a table: example: close $50 (2) Moving averages above close (3) Moving averages below close 20...
{ "language": "en", "url": "https://stackoverflow.com/questions/75564537", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }