text string | meta dict |
|---|---|
Q: Unable to save data on Firebase fFirestore?
Here's the method which i have created why it does not store data?
Future signUpUser() async { try { await _fireBase.createUserWithEmailAndPassword( email: emailController.text.trim(), password: passwordController.text.trim(),
); setState(() { isLoading = true;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580907",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: DataGrid rows counts change based on another input field value in formIO Consider I have an input field to enter a number of children. When the user enters 2, the data grid component containing child details should display 2 rows without clicking the "Add another" button. If the user enters 3, then 3 rows should be ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580908",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to assign a priority to a method in Ray? I am using Ray to train a distributed RL algorithm. However, the algorithm slows down massively (in terms of how many gradient steps / wall time it does) when using the distributed settings vs. non-distributed. My current theory is that due to the distributed actors colle... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580910",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Using vector for recoding variables in a dataframe In a recent project, I have quite a big data frame.
And I'd like to reprogram certain variables using a vector that I defined earlier.
I know there are many other ways to recode the data, but I was wondering if I could use the vector because it seems like an elegant... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580912",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Why can't my Github Actions pipeline run gcloud commands properly trough SSH? I'd like to automate the deployment of Docker containers to a VPS,
using gcloud auth configure-docker to set the proper docker credentials on the VPS.
This works fine when I'm
*
*A: logged in as root in the online console in Webmin
*B: ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580913",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: how to check all box of a repeater control by checking header checkbox in c#.net [I have four column if anyone check header check box[for example "view" checkbox check] then all checkbox in "view" column should get checked]
This IS my repeater control design
<div class="form-row">
<asp:Repea... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580915",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to copy a row to a specific start column and specific row? I want to copy the whole columnnames (attributes) from the source wb and paste them into the active wb but not in row 1:1 but in row 19 starting from B19. This gave me an error:
sourceworkbook.Sheets("Kontrollübersicht").Range("1:1").Copy
ThisWorkbook.Sh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580918",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: NetworkIdentity.AssignClientAuthority is false Why is isOwned still false, after I called NetIdentity.AssignClientAuthority? I need to run the command on non-player object, but I get warning "called on MapGenerator(Clone) without authority".
Here is my code:
private void ChangeBlockState(NetworkConnectionToClient co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580919",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: JPA Repository use reserved word in column name for method name My entity property is called "dateAndTimeOfEstimation":
@Column(nullable = true)
private LocalDateTime dateAndTimeOfEstimation;
If I use it as part of a method name of a JPA repository, it does not work because the "And" is recognized as a query ke... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580920",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Implement Qdateedit calender in QTableView I am implementing QDateEdit with calendar popup in QTableView using the solution provided in the
Integrating Calendar Widget into QTableView
I have implemented the code as mentioned in the above link and when I execute the code, the table is shown properly along with the da... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580921",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Error: Azure Devops HelmDeploy@0 upgrade command I am facing error while using HelmDeploy@0 task for helm upgrade with ACR with MS hosted agent. Here is the sample code.
Helm version: 3.6.2
- task: AzureCLI@2
displayName: Login to Azure Container Registry
inputs:
azureSubscription: rm... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580922",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is access speed <- proportional to - > path length in a filesystem? Premise
*
*I have 10k files and want to open a specific one.
Scenario 1:
*
*I have one folder with 10k files in it
*I write a program that opens the file with the path "D:/Data/5432.file"
Scenario 2:
*
*I have many folders and subfolders t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580926",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter: Fetch Product Details using Product ID and render it into screen Fetch product Details based on ProductId,
Product Id is being passed in my controller and based on that I am fetching the data from the Database in JSON format. Then the Json data is mapped in the Model class.
My Model Class:
import 'dart:conv... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580927",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Angular 15 Font Awesome do not render I tried find some fresh information about the error I have but no results.
Here is my issue. I have a project in Angular 15.1.0, want to add some Font Awesome ikons, so following the steps:
npm install @fortawesome/angular-fontawesome@0.12.x
in the next step in angular.json I ad... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580928",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Swift reload tableview without interrupting a single cell I have an active observer that will refresh the tableview when new data comes in.
ref.child(live_mode).queryOrderedByKey().queryLimited(toLast: 200).observe(.childAdded, with: {snapshot in
self.posts.insert(PostFeed(uid: uid , profile... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580930",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create a sequence for integers in PostgreSQL? I'm trying to create a sequence for a product id to start at 100 in Supabase SQL editor and I'm getting this error:
Failed to validate SQL query: syntax error at or near ")"
What am I doing wrong in this code?
create sequence product_id_seq
start with 100
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580931",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Show differences between revisisions in Wordpress I want to compare the current content of a site with the content of the last revision in Wordpress and if there are changes, then mark the new block green, a changed block orange and ignore a deleted one. So this should be visible in the frontend area.
I just don't k... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580932",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Automatet Google Search with Powershell I want to create a Powershell script, which performs a google search like "https://www.google.com/search?q=Test".
When I run Invoke-WebRequest -Uri "https://www.google.com/search?q=Test" I only get the html of the google cookie website. It is like open the browser in the "Inc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580937",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Wordpress custom login script is not working perfectly I am trying login using following script using Ajax that is not working. I think wordpress php script is working but. Ajax are working. Ajax response is O. Any one can check this script tell me where is the problem ? How to fix this.
<div class="buyer_seller_reg... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580939",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Best optimization for PGSQL Similarity I am beginner php developer. I need use in my project function similarity from pgsql.
I have table:
CREATE TABLE IF NOT EXISTS table_name
(id serial primary key,
prg_id TEXT,
code TEXT,
city TEXT,
area TEXT,
street TEXT,
numer TEXT,,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580941",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: "IllegalArgumentException: ID does not reference a View inside this Activity exception" when calling findNavController(activity, id) in onViewCreated I'm getting an IllegalArgumentException with the message "ID does not reference a View inside this Activity" when calling findNavController(requireActivity(), R.id.mai... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580942",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Vuetify 3 : Disable default styles I made a lot of component style in vuetify 2 / vuejs2 like this :
.custom_btn-contained {
color: white !important;
background-color: $color-primary !important;
border-radius: 4px !important;
font: normal normal 600 13px/16px Montserrat !important;
letter-spacing: 1.16px;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580949",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't Copy Paste using Input Connection Edittext Android I've developed custom keyboard using input connection on Edittext, there is some problem on it like can't paste from clipboard, copy the text, set pointer location, etc. Any solutions for that?
this is piece of code when attached inputconnection, sorry i can't... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580950",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Log function calls to output window I would like to debug my application, producing an execution log in the output window (or somewhere else) where every function call will be documented, one per line with the list of arguments.
Is there any extension that lets me do that (given that vanilla vs does not allow for it... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580951",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Filter data frames based on a list of data frames and keep column which is stored in a dictionary I wrote the code as follows to read data from ParquetDataset and save the result into a list.
1- I want to do some filtration based on different dataset in list (see example 1).
2- I want to iterate over the dictionary ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580952",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Apk crashes in AVD I'm just getting started with android studio. To get familliar with the environment I installed a few apps in the avd and some of these aren't working. Tiktok is one of these.
This app starts then immediately crashes. The logcat output is about 30k lines and I don't know where to start looking for... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580957",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is MVEL rule engine can be used with spring boot 3.0? Is MVEL rule engine can be used with spring boot 3.0 ?
Is MVEL rule engine can be used with spring boot 3.0 ?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75580958",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Using drawBitmap to scale with pivot Java Android I am a react native developer and I am trying to modify a native library in order to be able to scale a Bitmap with a pivot. The library is making the scale effect by just modifying the bounds of the Bitmap using a BitmapDrawable and setBounds.
I read everything on t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580961",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to handle properly async websocket received messages? I'm using the Python Binance library to connect to Binance and get real-time websockets.
My final application is quite heavy and complex, using Pyqt5 for the GUI.
Since I'm coding this application, I'm facing troubles with websocets. Latencies (like stacking ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580963",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Dynamixel without time.sleep I use the python programming language to control dynamixel and I would like to ask if it would be possible without using time.sleep because I want to use account control and not using time.
from pyax12.connection import Connection
import pyax12.packet as pk
from pyax12 import utils
impor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580967",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error [403] Insufficient permissions while running samples for the Content API for Shopping To start I precise that I have almost checked all subjects that was near to my problem but none resolves it. Almost ALL links in a google search are purple.
To make it short, I followed the tutorial to use Google Content API ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580968",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: geolocator Error on easy_geofencing dependency I have existing project which using geolocator, for getting location.
geolocator: ^9.0.2
Map mreturn;
bool serviceEnabled;
LocationPermission permission;
serviceEnabled = await Geolocator.isLocationServiceEnabled();
if (!serviceEnabled) {
Location location ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580969",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Gallery opened twice when select the image from gallery Kotlin Project Idk what is wrong with my code, but every time i click select image from gallery phone it's opened twice, so i must click back then the image will selected
class MainActivity : AppCompatActivity() {
val bukaGaleriLauncher : ActivityResul... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580974",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to adjust tax to some tax rate In my application I have some List with tax rates getTaxRates().
The problem is that user can put some value which should not be possible.
That means tax rates can be taken only from this list E.g. 7%, 9% and 21% and if user puts 7.5% then it should be saved 9%, if he puts 4% then ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580978",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I create objects which refer to other objects in Rust? I'm new to rust, and what I want is:
*
*A set of properties (Prop)
*A set of categories (Cat), which are defined by one or more Props
*A dictionary (Dict), which stores these things. Once created, Cats and Props are read-only.
It seems straightforwa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580981",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: wp-rocket plugin can't edit .htaccess file in Lightsail bitnami Wordpress I am having this warning after restoring a Wordpress site on an AWS Lightsail instance running Bitnami Wordpress image:
I can't find .htaccess anywhere, reading the docs the file name and location has been changed but also the way it work.
On... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580987",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I am unable to use padRight Im trying to add zeros when necessary to a mapping but it is not working.
This is the payload im working with:
[
{
"groupName": "POSCH",
"groupMembers": [
{
"dealerNumber": "262",
"mainDeale... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580990",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create a row for every day in a date range(til the end of year) using while loop in SQL Server? I want the same condition to be copied until the end of the year. I mean add a row "every day" until '2023-12-31' Like second and third rows.
How to write query
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75580991",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: certain django template never tracked by google analytics I want to track via simple google analytics funnel user registrations on a django site. To this end I have the def sign_up(request) view return redirect to this "bucket" page:
<!-- register_success.html -->
{% extends 'tracker/base.html' %} {% block title %}... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580993",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PhpStorm Typo3 setup for testing - TYPO3\CMS\Extbase\DomainObject\AbstractEntity not found I am trying to develop my first own extension for Typo3. I have limited or nearly none knowledge on PHP but first want to setup the extension structure and files needed.
I use PhpStorm on my Windows client. T3 is installed on ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580994",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Adding container templates via yaml in declarative pipelines for k8s agents on jenkins I have jenkins installed on a K8s cluster, and use the same cluster as a K8s cloud for jenkins to run builds on.
I use the default pod template created in the UI with its name and label set to kubeagent, pod retention set to On Fa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580998",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use operator like geater than, less than etc in sorry-cypress graphql api I wanted to filter out specific runs based on createdAt property on sorry-cypress. I was able to add the exact match via parameter. I could not figure out how to give a date range filter in the sorry-cypress graphql query. A greater tha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581000",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Read Headers in Vuejs I am using an OIDC-Proxy to provide authentification to my VueJS app. The proxy adds an ID-Token header to the request that contains an JWT and forwards the request to my application.
My problem is that I cannot find a way to read this header in my frontend. Currently the script in my single fi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581003",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Regexp_replace in teradata Trying to extract dollar amount from the strings with limited success.
sel REGEXP_SUBSTR('ABCD EG 6 MN INT $30870','[\$]\K[0-9]+',1,1,'i');
sel REGEXP_SUBSTR('BAN000 JAN LTD TO ZZZ$55000','[\$]\K[0-9]+',1,1,'i');
sel REGEXP_SUBSTR('LTD TO $800000 sds','[\$]\K[0-9]+',1,1,'i');
sel REGEX... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581004",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there any better way to do image processing for shadow removal or shadow handling? In attached images, the dark objects are rolling and bouncing on a platform and so, a screenshot is taken at a particular interval. I am able to process the images when there are no shadows, no bouncing and clean background which i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581005",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to detect change of Chrome Tab in Flutter Web How to detect change of Chrome Tab in Flutter Web.
I've been searching but couldn't find any thing related.
A: I guess you will need an eventListener like this one:
document.addEventListener("visibilitychange", (event) => {
if (document.visibilityState == "visible... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581007",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Errors during downloading metadata for repository 'epel' in Alma OS I'm running Alma OS 8.7 inside a virtual box machine.
I was able to install latest updates using terminal.
But now I'm struggeling by installing wget package - which is obviously part of the epel repository:
`[root@localhost ~]# yum install wget
Ext... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581008",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Why using variable does not work in node-cron in node-js? I am trying to use variables "hrs", "min", "sec" to perform a cron job but it does not seem to work correctly.
const express = require('express');
const router = express.Router();
var cron = require('node-cron');
router.get('/schedulesms',async(req,res)=>{
c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581013",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: .net6 with EF: Sudden OutOfMemory Exception when running tests The project has a lot of migrations (380 to be exact) and 3360 Unit Tests. Suddenly, after creating one more migration, all UnitTests suddenly fail, throwing an Exception.
System.OutOfMemoryException : Exception of type 'System.OutOfMemoryException' was ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581015",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Hydration error in Nextjs with sharpspring form I'm getting an error when trying to insert a form that is coming from an external tool in Nextjs, more specifically Sharpspring, and the error in question is the way I'm inserting it in the HTML, as it returns an iFrame, I need to create one parent tag with a certain I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581018",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Issues in arranging layers in react native when using modal sheet below I want to layer it in my feed page because when I use bottom sheet modal, but when showing the bottom sheet page, the right icon is shown on top of the bottom sheet page too.
I want the icon on the right not to be displayed over the bottom syhee... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581020",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AADSTS76020: Azure AD SSO with Signin certificate cannot authenticate graph client I have an Azure Enterprise app that defines a SAML SSO with verification certificate. That same app has Api permission Graph User.Read.All and Group.Read.All.
SSO works fine, I am able to log my users in. But when I try to retrieve th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581021",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: getting edges / lines of vertical lines in an image Original Post
I have a batch of similar images which I need to analyze.
After
*
*thresholding
*hole filling using skimage.morphology.reconstruction (example of usage here)
*image closing
I get something like this image:
I'm interested in the edges of shape, s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581024",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Inserting an image into a webpage using a chrome extension content script I am creating a chrome extension that involves inserting an image and/or changing the background image. The image is stored locally so it must be loaded using chrome.runtime.getURL(). However, the image does not show up on screen. The only thi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581025",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Reading multiple CSV files from different subfolders based on date range (in Python) I have a Main Folder in which a new subfolder gets placed every day. In these subfolders, there are multiple CSV files. Of these multiple CSV files I need to concatenate one specific file from each subfolder based on a pre-defined d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581026",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I implement a weighted edge graph using GraphQL? I'm building a system that analyses sentences and stores the frequency that words follow one another. The idea is that after analysing the following sentences:
*
*what is the time
*the time is 4pm
The database would contain:
[start of sentence]: followed... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581029",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: null is not an object(evaluating 'handle._nativeTag') I am using
"react": "17.0.2",
"react-native": "0.66.0",
After upgrading from 0.64.2 to 0.66.0 I am getting this error
TypeError: null is not an object (evaluating 'handle._nativeTag')
and the error points to node_modules\react-native\Libraries\Renderer\implementa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581032",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Suspend azure service bus consumer on specific condition Need your suggestion on below mentioned scenario. We are developing microservices where azure service bus is used to communicate between different services. All write operations are handled asynchronously using azure service bus queue. One of our downstream sy... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581033",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to set each column with different size in Google Sheet with python API v.4? I have a spreadsheet on my google drive created by python api.
I need to set the individual size of each column in the sheet.
I wonder, is there any way to do this with one Request call? Or the only way is to go to each column on loop cy... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581034",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using the start and end values of bokeh range_slider as inputs to python code I would like to use the values of the start and end attributes of the bokeh range slider as inputs to the rest of my python code.
I tried using range_slider.value and range_slider.value_throttled, but these return only the initial values a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581037",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Check if string could be a filename I am looking for a way to check if an input string given by a user could be a valid file name for an output file, lets say a gif.
The user may provide different kinds of input, e.g., they may provide a full path like a/b/c.gif or just a directory a/b or a/b/. I can check these usi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581040",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MyBatisGenerator failed to run with 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized I'm trying to use MyBatis Generator version 1.4.2 in Eclipse 2020-03 with Java 1.8.0_111. I just created a data base locally and trying to create some mappers from the config.xml:
<!DOCTYPE generatorCon... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581041",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Conan adding a dot in the middle of a path during installation I'm experiencing a weird issue with Conan while trying to install something.
After installing the packages Conan yields the next error:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\{USERNAME}\.conan\data\IOSS\7.0.0\Compass\Release\pa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581042",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Macro to delete duplicate cells in another workbook I'm trying pull data from workbook1 to workbook2. the idea is that the data is copied to the correct place in the second workbook. if the data is already in the spreadsheet but in the wrong row, (ie WIP instead of Paid), i then want to clear the contents of that ro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581043",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't debug a simple code with Nodejs configuration in VSCode I'm trying to debug a simple NodeJS code:
var a =1;
var b = 1;
var c = a + b;
console.log(c);
I have a breakpoint at row 2.
when I'm trying to choose NodeJS configuration I get an error:
"Cannot read properties od undefined (reading 'fsPath')".
Does some... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581045",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Having a trouble to separate the names in a data frame I am having trouble separating the names in a data frame. Can anyone help me with that?
Here is the data frame code.
Classe1 <- c("class1", "class2", "class3","class1", "class2", "class3","class1", "class2", "class3")
Marks.class <- c(12,14,54,67,87,8,17,11,20)
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581047",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to define type of Custom Component in Typescript? I have a React component Title, which renders h1...h6, span or div based on the props passed to the component.
Works Fine: In this case, there is no typescript error.
interface ComponentProps {
tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "span" | "div";
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581048",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: jenkins pipeline for selenium framework is throwing Error when executing always post condition: java.io.IOException: Truncated TAR archive I have migrated to selenium 4.8.1 from 3.141.59. My jenkins pipeline was working properly with selnium 3.141.59 but when I migrated to selenium 4.8.1 jenkins pipeline throwing Er... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581050",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I make changes to a variable in a Sharepoint Command set extension without redeploying the solution? What is the best way to make a command set extension configurable, similarly to how you would use properties in the property pane for a web part?
I would like to make changes to a variable without redeploying... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581052",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MYSQL Sub-query not working as expected when after OR operator I am trying to run a query that is working in quite an unexpected way. It's made up of 2 different parts, which work independently, but do not when combined with an OR.
I'll explain:
When I run this query:
SELECT * FROM testdatabase.test_view AS test
WHE... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581053",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Spring Boot admin Hosted and how to register the localhost cline to spring boot admin GIving Error like below "Did not observe any item or terminal signal within 10000ms in 'map' (and no fallback has been configured"
Hosted the admin server in different server and trying register the localhost client there .
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75581054",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Finding a root with optimize.root up to arbitrary precision Hej, I am trying to find the root of a function R(mu). Sketch of the code:
from scipy import optimize
def R(mu):
[complicated piece of code]
root = optimize.root(R, mu_0, method='hybr', tol = 10 ** (-10))
The function R(mu) depends on another paramet... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581055",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pulling the postcode area from the full postcode If I have a Postcode EH1 2GB I am looking for a function which will pull only the EH
Ideally this would work for postcodes which may only contain 1 leading letter such as G2 1AB and 2 numbers after the leading letters such as EH54 1BD and G25 2RD
I have tried using
Po... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581058",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to deploy keycloak SPI via docker (dockerfile) I have a keycloak SPI jar (overwriting provider). To put this SPI into /deployments folder inside container, I added following lines to my dockerfile:
COPY --chown=jboss:jboss keycloak-spi-1.0.0.jar /opt/jboss/keycloak/standalone/deployments
RUN touch /opt/jboss/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581059",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Dash DAQ component to image I need to have a report in PDF with a lot of plots. I am working with plotly, dash and dash_daq, and I understand that it is not possible to print the layout of a dash application to pdf or image.
Alternatively, I'm looking to convert the dash_daq charts I require to svg but can't find a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581061",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to host 2 websites at same vps using nginx I have 2 domains, let's call them mydomain1.com and mydomain2.com
I also have a VPS, and I'm trying to host both of them on same VPS however without mydomain1.com:port
Also, I use pterodactyl panel to host them if that helps
Code: (same for both, just second one has dif... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581062",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I get Firebase Installation ID in React Native? I'm trying to integrate In-App Messaging in my React Native App and so far, I've been unable to do so due to Firebase's request for "Firebase Installation ID".
In the tutorial I followed, it was a token that was requested for not an Installation ID. Does anyone ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581063",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Java Opencv DNN get(i, 2)[0] I've been trying various ways to extract the confidence value from the detections.
I either get this: Exception in thread "main" java.lang.NullPointerException: Cannot load from double array because the return value of "org.opencv.core.Mat.get(int, int)" is null
If I use this:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581064",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Elixir project cannot build due to Node OpenSSL crypto dependency I have an Elixir project running Alpine Linux 3.16 and a few of the apps within the project depend on Node. I'm getting error messages through AWS CodeBuild that
error:0308010C:digital envelope routines::unsupported
So far I've found a number of threa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581065",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to remove double " () " from final answer The assignment
Write a Python program that accepts a sequence of comma-separated numbers from the user and generates a list and a tuple of those numbers
Sample data : 3, 5, 7, 23
Output :
List : \['3', ' 5', ' 7', ' 23'\]
Tuple : ('3', ' 5', ' 7', ' 23')
Code
emptyTupl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581066",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Representing Java toString results as Java source code I have a String value of a User list object generated at runtime using toString method:
[User[firstName=John, lastName=Smith]]
Is there a fast way to generate Java source code that would create such an object? Ideally it would generate the following source code... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581067",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How findAny() selects an element in Java stream? I read in OCP 17 book that findAny on serial stream is not guaranteed to return first element and for parallelStream results are likely to be more random.
*
*Can I somehow achieve such state in which findAny() on serial stream will return element that is not first? ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581068",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to find my mistake in the following code: everything runs perfectly until the training part (last line of code) #Importing all libraries
import tensorflow as tf #main library for AI learning
from tensorflow import keras
from tensorflow.keras import layers
import os #for directories
import matplotlib.pyplot as pl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581069",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: hash in Montypay for flutter After reading this docs I stuck on certain field "hash" how to generate it like the wanted
String orderNumber = "order-1234";
String orderAmount = "0.19";
String orderCurrency = "usd";
String orderDescription = "Important gift";
String merchantPass = "merch... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581070",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Dapper QuerySingleOrDefault returns an error I'm using dapper to get data based on a username so according to the documentation I have wrote something like that:
Data data= conn.QuerySingleOrDefault<Data>("select * from table_name where username=@username",new { username= new DbString { Value = "John1234", IsFixedL... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581071",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: "Bad Autentication data" Twitter API Error when trying to filter for twitter profiles- Twitterbot I am trying to make a twitterbot that scrapes twitterprofiles that fit certain conditions. I am getting a mistake when I try to use the Twitter API. I get this error: "Bad Authentication data". I don't know what this me... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581073",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Passing Null parameter value in ARM templete I want to pass a null value in a template, I have a template where in i am trying to pass a set of conditions to it for example say suppose if the cidr range does not exist skip the resource deployment, if the cidr range does exist proceed with deploying the resource.
{... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581075",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why is mongodb docker failing on Ubuntu 16.04 while working on Ubuntu 22.04? I've been testing a docker setup with on Ubuntu 22.04 host.
version: '3.1'
services:
mongo:
image: mongo
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: xxxx
MONGO_INITDB_ROOT_PASSWORD: xxxx
MONGO_I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581077",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Autowiring a Long in my @Service class's constructor Very new to Spring. I want to create a service class that represents a car dealership. Among others, car dealerships have revenue. For that reason, I have a long field called totalRevenue that I'd like to be instantiating my dealerships with. I have a separate @Re... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581080",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Changing binlog_row_metadata from MINIMAL to FULL I want to change the value of the binlog_row_metadata parameter from MINIMAL to FULL in GCP Cloud SQL with MySQL. is it possible?
I don't see this option when setting up flags:
When querying parameters using SHOW VARIABLES;.I see that binlog_row_metadata is set to M... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581084",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Jest using toHaveBeenNthCalledWith — why does it give me misleading information I have an app that is being tested with Jest. The Jest spec runs some code and then asserts that the fetch method (which is globally mocked), was received with specific information.
I am using the syntax expect(jest.fn()).toHaveBeenNthC... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581087",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to record audio and save in internal storage in fragment - android studio I'm using android studio kotlin and want to record audio and save it in internal storage in fragment page. But this error always appear
Error:
com.fypvpreventor.VpreventorFYP, PID: 23176
java.lang.RuntimeException: setAudioSource failed.
a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581089",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Managed identity and Sites.Selected permission for SharePoint I am trying to understand how to use managed identity to connect to SharePoint. Everywhere I can read that I should create a new managed identity in the portal (I did that) and then somehow assing Sites.Selected permission... But I can assign such permiss... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581091",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Layer names changed after raster stack of blurred images I have several raster layers which I applied a Gaussian filter to them. Then I stacked them but their names changed to focal_sum. What I want is to keep their original names (e.g., agbh020 instead of focal_sum).
Here is what I have tried so far:
library(raster... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581094",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Dell RDP Connection Issue We recently bought Two Dell OptiPlex 3000 Thin CLient. After connecting them via the LAN network, through dhcp they obtained the ip address and automatically identified the server to connect to (AD).
Manually I went to set the RDS server for remote connection, set the domain and during conn... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581096",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Any batter custom solution for retry failed test cases in android espresso Suggest any solution in kotlin or java for retry 1 or 2 times only failed test case
Tried many solution but does not work any properly
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75581097",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to do add apispec for chalice in my swagger function
Good morning,
I am trying to make a swagger for my program under chalice. I found the library "apispec"
and i try to set it up for chalice
only I can't make it work from apispec_chalice import ChalicePlugin
it gives me this error:
"ChalicePlugin" is unknown i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581100",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Getting tons of diagnostic comments in DOM in my Angular 12+ project In my Angular project I have an case where I should show an navigation bar by condition and for that I'm using next code.
<div [ngStyle]="{'padding': standardItems && standardItems.length > 0 ? '0' : '0 16px'}"
class="header-panel-section__fm"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581102",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: The run destination xxxx iPhone is not valid for Running the scheme 'Unity-iPhone' When uploading my Unity-IOS-app I suddenly have been running into this in Xcode:
The run destination xxxx iPhone is not valid for Running the scheme 'Unity-iPhone'.
Failed to prepare the device for development. This operation can fai... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581104",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: SQL BETWEEN AND NOT BETWEEN - Why does this code not work? Seems like I am missing something about the logic with the second AND here. Why does it not work in this context? The first and second bracketed conditions of the WHERE clause work individually but not when I combine it with the AND.
This is from a Leetcode ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75581105",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |