text string | meta dict |
|---|---|
Q: VBA Excel Lookup on multiple conditions I have two workbooks where I need to do a lookup in between and obtain a value.
Workbook A with sheet "prices" needs to do a lookup for a specific price in Workbook B sheet "list" on multiple conditions in VBA Excel. I'm not sure how to solve it. With an Index/Match, a XLookup... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624874",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: is there any solution to directly write in servlet response? i use java with spring framework. java has a good library, POI which creates xlsx file.
it does not depends on some code.
i have a question write it into the servlet response while server make xlsx.
but i give you example. the code is rough because i'm dev... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624878",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Not able to download docker compose So I have been trying to download the docker compose for hyperledger fabric and I'm getting this error even after trying multiple methods.
sudo apt install python-pip
[sudo] password for rash:
Reading package lists... Done
Building dependency tree
Reading state information... Done... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624881",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Oracle ODI Complex File: Custom number of digits to the right of the decimal point I am using ODI 12.2.1. I would like to transform data from JSON to Oracle Database. When I use complex file topology to do this, number of digits to the right of the decimal point always 2
JSON:
{
"data": {
"mn": 0.0012443072941... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624882",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I got stuck at 404 during the tutorial on deploying kserve models using the sklearn-iris example I added β+ New Endpointβ to Endpoints in the kubeflow dashboard and registered the resources below.
kind: "InferenceService"
metadata:
annotations:
isdecar.istio.is/inject: "false"
name: "sklearn-iris"
spec:
pr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624883",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Summing Values of Nodes in a Graph I have this network graph in R:
library(igraph)
# create the data frame
my_data <- data.frame(to = c(1,2,3,4,2,4), from = c(2,2,2,2,6,5))
# create the igraph object
my_graph <- graph_from_data_frame(my_data, directed = FALSE)
# plot the graph
plot(my_graph)
I also have this dat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624884",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to access the files inside the assets folder in an angular project using capacitorjs Im trying to read a few .wav files from my assets folder in my Angular v15 project. I use Capacitor v4 to compile my app for iOS as well. Currently I have the following setup:
this.mySampler = new Tone.Sampler({
C4: 'asset... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624887",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: R: approxfun() only returns first observation of y EDIT: The solution is simple. As Miff points out, I'm using values of x that are too low. I suppose I might leave the question up for the next person who makes this mistake.
I'm attempting to use the approxfun() to approximates a function for a simple xy-matrix. The... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624893",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How to change value of different cell based on dropdown option selected in another cell in Mui datagrid? I have created Mui datagrid table with tree data. I have one column in which I have rendered html select tag with option fetched from GridRowsProp using custom renderCell function..
What I want. I have two elemen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624894",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Filtering datasource by data existing or not having multiple filters This is a repost, but since I haven't received a response, I decided to refresh
As you can see from the image, I have a series of filters for my table.
They are almost all strings, but for this 'PMO' filter I need to show filtered data in cases whe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624895",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: google-cloud-vertex-ai - jupyter service: unrecognizable Trying to open the Jupyter instance from Vertix AI. But it shows jupyter service unrecognizable.jupyter: unrecognized service
Checking the status through - sudo service jupyter restart
Got output as - jupyter: unrecognized service
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75624898",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: . Find the ordernumber, status, customernumber, customername and comments for all orders that are βDisputed using sql query . Find the ordernumber, status, customernumber, customername and comments for all orders that are βDisputed
can anyone suggest code"
sql code for implementing quey
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75624902",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: use of device language setting for flutter internationalization as default sorry I still struggle with the setting of the locale provider for the internationalization of my app. I want to program my app, that the default language is selected via the language setting of the device. If the user wants to have a differe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624903",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Edifact message couldn't correctly format to into json I am trying to following this repository https://github.com/BerryWorksSoftware/edi-json everything works fine but when edifact message converted into json some curly brackets missing. This occurs because of multiple brackets in my opinion.
For an instance this i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624909",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to make PhpStorm recognize the #[Test]-Attribute? I am running PhpStorm 2022.1.1 with Build #PS-221.5591.58.
As I wanted to use attributes I updated to PHPUnit 10.0.14, which contains the ability to use the attribute #[Test] to signal that a method is supposed to be a test.
Unfortunately it seems that PhpStorm d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624910",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: "Copy/Paste" pop-up menu background covering my android app When I select text in my edit text field. Android pop-up menu appears and cover whole my app by its dark background
It works for both themes, dark and light. I guess it can happen because of theme or colors, but I don't know how I need to change it properly... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624912",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C O(n) program runtime stays constant I am trying to generate runtimes for this fibbonacci series program for iterative algorithm and after generating the fibbonacci number for almost 25k values, the runtime taken is staying constant for some reason. Is this because of the subprocess call I am using in python script... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624913",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Removing duplicates that occur within a timedelta I have timestamps of when a product was viewed, and am interested in removing duplicates that occur within the first ten minutes of the previous non-duplicate timestamp (these can be due to the user refreshing the page). I also want to preserve the metadata associate... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624914",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to find a string plus a few characters in Notepad++ I have a text file full with tcpdump output.
In it there are hits on traffic rules:
match_id:"31"
match_id:"20"
match_id:"44"
I want to find and copy all of the match ids including the values inside which are changing so basiclly I would like to mark and copy:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624916",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: mongo repository always new connection We have use the below code to connect to documentdb as below
import org.springframework.data.mongodb.repository.MongoRepository
import org.springframework.data.mongodb.repository.Query
import abc.apidigitalwellnesscs.models.DBDigitalWellnessUser
interface UserRepository: Mong... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624917",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: VBA macro for copying data from multiple word files to excel I have got the below code but it is showing run process status only not even getting an error.
Please can anyone help me in it.
Sub Copy_Data_From_Multiple_WordFiles()
Dim FolderName As String
Dim FileName As String
Dim NewWordFile As New Word.Application... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624919",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to Update Extension Text with a variable from content.js after content manipulation on DOM Note: i do see similar question but none of them worked for my specific situation.
I'm trying to modify the popup/extension script to show a string that i got from dom manipulation on a website. I'm sending the object to p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624920",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Aggregate columns in Athena I have these 3 columns:
Year
Month
Day
2023
5
1
2022
6
13
And I want to create one column for date
Date
2023-5-1
2022-6-13
I'm doing this in Athena.
CREATE VIEW my_view AS
SELECT
year,
month,
day,
array_join(array_agg('year','month','day'), '-')... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624921",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Android WebView: want to display only some part of website How can I display only this part of webpage in my webview
I tried many things but its not working out
class ActionFragment : Fragment() {
class MyWebClient : WebViewClient() {
override fun shouldOverrideUrlLoading(view: WebView, url: String): Bo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624922",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: VPC endpoint creation fails with InvalidServiceName with aws-java-sdk I am trying to create a VPC endpoint using aws-java-sdk "com.amazonaws.services.ec2.model.CreateVpcEndpointRequest" API. This fails with the below issue. This is being created in a private subnet.
error": "com.amazonaws.services.ec2.model.AmazonEC... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624925",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Problem on Setting up Oracle SQL Developer different error popping up I need to set up Oracle Database for an application that I am going to use, so I assume that I only need to set it up once.
I tried to set it up based on https://www.youtube.com/watch?v=GUpvXMHqe2U&ab_channel=GeekyScript and for the installation o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624928",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error thrown on firebase sign in does not get caught I currently implementing a firebase login using this function:
constructor(
private fireAuth: AngularFireAuth
) { }
login(email: string, password: string) {
return this.fireAuth.signInWithEmailAndPassword(email, password)
.catch(err => {
c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624932",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CSS select bootstrap table row which has certain class This is part of my bootstrap table:
<div class="table-responsive">
<table class="table table-bordered table-striped">
<tbody>
<tr>
<td align="center">
<div><span class="approve"></span></div>
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624937",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Do I have to reconfigure after restarting an LDAP service? I'm using two LDAP servers in a mirror mode.(active-active hot standby, openldap 2.4)
As explained in an LDAP document, instead of using a config file, I configured dynamically with ldapadd and ldapmodify commands after starting LDAP services.
When I restart... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624938",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Inserting a QR Code generated from a formula in Google Sheets to Google Docs Good day!
I currently have this code which I got Online and fitted it to mine.
//worksheets
const ws = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("QR CODE GENERATOR");
//lastrow
const lastrow_ws = ws.getLastRow();
function qrCode... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624939",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Adding a div inside an existing div in Wordpress I know that the modifications that I have to add in Wordpress I have to do them inside the child of the theme so that the saved data is not lost, the problem is that I need to add some divs inside a div that already exists in the header, and in the child I can only ad... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624940",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get device info in flutter? How to get deviceinfo without using device_info_plus plugin.
Suggest me any other plugin or any other way.
This plugin shows conflicts when I import it in my projects.
Because device_info_plus >=7.0.0 depends on ffi ^2.0.1 and open_file 3.2.1 depends on ffi ^1.0.0, device_info_plus... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624943",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: docker build with insecure-registries stopped working in Docker 23 I use custom Docker registries for development and have insecure-registries set in /etc/docker/daemon.json. Everything worked in Docker 20.10.
However, version 23.0.1 won't allow me to docker build (in the Dockerfile, FROM pulls from my insecure Dock... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624945",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Line clamp and capitalizing the first letter I am trying to capitalize the first letter in a text and limiting it to max. 5 lines.
See this fiddle here:
https://jsfiddle.net/1crvt37n/
.capitalize-first-letter::first-letter {
text-transform: uppercase;
}
.line-clamp {
overflow: hidden;
display: -webkit-box;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624946",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: I can't set the grid structure of the dashboard I'm creating using Tailwind CSS I am writing a dashboard front-end using Tailwind CSS. I created the grid structure of the page and placed my components in it. However, the widths and lengths of all the columns are equal. Some components normally need to look wider, so... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624947",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: I have a program and i need to adapte this for can open with file binar krom.c
#include <stdio.h>
#include <stdlib.h>
#include "film.c"
#include "film.h"
int main(void){
int men=0;
do{
men=Menu();
switch(men){
case 1: Alocare();break;
case 2: Citire();break;
case 3: Afisare();break;
case 4: Adaugare();break;... | {
"language": "ro",
"url": "https://stackoverflow.com/questions/75624948",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I post multiple json objects in a single pull request comment in curl? I have the following output that I wanted to post to a github pull request as a comment
{
"@name": "testWalletDeepLinkLoginFlow",
"@classname": "iphone13pro-15.7-en-portrait#.AppUI-Tests.WalletDeepLinkLoginFlowTest",
"@time": "30.24... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624951",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I install and import a github package? Im currently learning python so I do not quite understand many of concepts. I was trying to download a PyPi repository from github: https://github.com/multichannelsystems/McsPyDataTools
I work with python version 3.9.13 within Spyder 5.2.2.
My problem is as follows: I in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624953",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: comparing initially created table with its updated form in postgres My main task is to update a column named modifiedDate(that specifies the time when the table was updated) when the table is updated.
So, how can i compare the initally created table and updated table and assign a trigger function in postgreS.
I have... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624954",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Kubernetes PVC error - Cannot bind to requested volume : storageClassName does not match I have a EKS cluster in AWS, which I manage using eksctl and kubectl in EC2. I am trying to create a persistent volume to bind it to multiple pods. I have created an EBS volume (gp2, 5GB) in region us-east-1 for this purpose. My... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624957",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: how to read txt file with pagination .net-core I have a txt file that I saved as base64 to MongoDb. I'm pulling this record and converting the base64 file to string. How can I return this txt file to the front side with pagination? For example, there are 1000 lines in my file and I want to return 100 to the front si... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624958",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Grabbing the wrong item from firebase realtime database via react native expo Another method I tried apart from Issue with firebase realtime DB, equalTo() with react native expo (Reference from https://www.youtube.com/watch?v=C4ZnTCi50bc for the equalTo() part)
My code
const SubScreen2 = () => {
const navig... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624959",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Uploading image to a firebase in react native How to upload an image to a firebase in react native using image picker
And what the purpose of using 'lunchImageLibrary' , I tried it but cannot import
A: we use launchImageLibrary to pick up image from device. There are lots of blogs you can use but generally the proc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624960",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What does config inside ``super().__init__(config)`` actually do? I have the following code to create a custom model for Named-entity-recognition. Using ChatGPT and Copilot, I've commented it to understand its functionality.
However, the point with config inside super().__init__(config) is not clear for me. Which ro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624961",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Center or align to left textView in toolbar depending on size and icons I would like to handle 3 cases of displaying text in my custom toolbar (constraint-layout).
*
*If text is short place it in the middle
*If text is medium long but it start overlapping icons - move textView to left to fill the empty space
*If... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624962",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Making changes during a optimization loop, IPOPT I am currently working with some complicated problems where I want to make a small change to my objective function (just increasing a constant) if some statement is not satisfied in an iteration. I want to check this while IPOPT is running (before optimize! (model)is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624963",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Groupping objects on google map using Postgis I need to show objects on map like it is shown on picture belowenter image description here
But I have no ideas, how to select object in that way, that I shoud have in one case a circle with a number, because there are many objects. And in the second case I have to show ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624965",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Inheriting functions for template classes with multiple template parameters and partial specialization Consider the following problem: Given a class ABase, that depends on two template parameters a, b, there is a function fcn_base(), that is independent of both, and a function fcn() that depends purely on a. I figur... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624966",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Can we customized the voice by Chinese material In using the GoogleCloud TTS? Now I try to training google cloud TSS by my own data, But I cannot find any instruction about how to use Chinese language data in training. So Can I use Chinese data to train the GoogleCloud TSS ?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75624967",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there any way to detect truncated text in Image using Opencv/ Python or OCR For example, in the attached Image the last line of the text message is truncated in the UI image. I don't need the exact text from there. I just need to know that the text is truncated and it's position however.
https://i.stack.imgur.com... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624977",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Transport endpoint is not connected: '/content/drive/MyDrive/Colab Notebooks/dataset/MNIST.pkl' I am still confused about how to solve this program error, even though the accessed file is already in the directory
start = time.time()
with open('/content/drive/MyDrive/Colab Notebooks/dataset/MNIST.pkl','wb') as f:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624978",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How does Visual Studio 2022 interact with MSBuild and how to customize this process ? How to manage persistant data (ex: version)? I'm trying to figure out how to better manage the build of my .Net projects in visual studio. but I have some hard time putting all the parts together...
The only entry point I found are... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624979",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is SQLite database suitable for mobile applications? I'm new to mobile applications and I'm trying to develop one using Kotlin. I've read that SQLite is also used for mobile applications but from what I understand it's a server-less database that exists only on the user's phone.
I've tried using Room for SQLite as a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624980",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Call Waiting with At Command - Telit le910 v2 I try to activate call waiting for telit le910, but when I sent this commands, I got error response. If I insert the sim card into my phone and dial *43# it is activeted. Do you have any suggestions for solution? How can I activate this feature with AT commands?
at+ccwa=... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624984",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Enabling anonymous access I created a role in ElasticSearch that has the access to /_cluster/health. I specified the role in the ES K8S yaml and my elastic search is not working (unless I remove the config from yaml file).
Did I enable the right configuration in my yaml file?
POST: http://{{ES_HOST}}/_security/role/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624986",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get currentuser data from subcollection in firestore flutter In the 1st screen shot there are many documents in collection Add_product. Each documents contains further collection Add_product and that collection contains further documents and its meta data.
What I want here is go to the every document of coll... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624987",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Changes form a master slide are not applied for web Powerpoint I try to change a text in a shape on a master slide with code:
PowerPoint.run(function(context) {
var masterSlideShape = context.presentation.slideMasters.getItemAt(0).shapes.getItemAt(5);
masterSlideShape .textFrame.textRange.text = 'Some text';
return ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624988",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: If the mutlcore system runs only one core, the one core is always same? I wonder that in the case one core is enough to run, is the only one specific core used?
If so, the performance of the one core will decrease, compared to the other core. Maybe it is not good for whole system.
For example, CPU has 4 core from 0 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624990",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Converting Lists to Graphs I have this network graph in R:
library(igraph)
# create the data frame
my_data <- data.frame(to = c(1,2,3,4,2,4,1,1,1,7,7), from = c(2,2,2,2,6,5,7,8,9, 10,11))
# create the igraph object
my_graph <- graph_from_data_frame(my_data, directed = FALSE)
# plot the graph
plot(my_graph)
In a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624991",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Why doesn't this Event Listener work when I edit the HTML with JS? here's some example code to illustrate what im trying to do
<div id="thing">No</div>
<script>
let elt = document.getElementById("thing")
elt.addEventListener("click", () => elt.innerHTML = "Yes");
elt.addEventListener(... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624996",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to get reddit's api to works in node JS, return error 403. where am i wrong? I'm working on a node project that requires to use the reddit API.
My probleme here is that when i try to do a api call, it return 403.
The thing is that for some api routes, it works fine but not for thoses i want to use.
Here's my ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75624998",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get nodes in maya cmds who scale attributes aren't present in channel box I have this class and in the validation method I am getting all the required nodes I need. For any nodes, if the scale attributes aren't set to default I need to add them in valid_failed_list.
But for some element scale attributes aren'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625000",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SSRS Date Picker Display Issue When click on SSRS report's date picker icon , it will no be displayed but stuck with βLoadingβ word (I am using reporting service 2016)
(This happen in both latest version of Microsoft Edge and Google Chrome browser)
Image1
Following is the error i can see in web browser's console ta... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625002",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Palindrome free strings KickStart question I was reading the solution of the question asked in Google Kickstart 2022 titled Palindrome Free Strings . The problem statement can be found in the link (https://codingcompetitions.withgoogle.com/kickstart/round/00000000008cb33e/00000000009e762e). Below is the correct C++ ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625005",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Playwright: Kendo Angular - Target closed How can I solve the issue of Target closed. I am pulling the locators via Codegen.
locator.fill:
Target closed
=========================== logs ===========================
waiting for locator('xpath=//html/body/app-root/app-account/div[2]/div/div/kendo-card/kendo-card-body/a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625006",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Javascript Simple AddEvent Listener I'm trying to do a simple Event Listener in javascript. The HTML code is the following:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<button id="getNFT">Click Me</button>
<script scr="index.js"></script>
</body>
</html>
I'm basically just tr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625014",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Selenium Node.js: How to click the same button on several overlapping elements? I am working with Selenium and have an issue by closing several HTML Elements, which have the same "close" button. These elements are overlapping each other. My idea was to loop through them and close one by one, but it seems not to work... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625015",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Native folder to apk Hey guys can someone helps me with this plugin Locofy?
Thank you a lot.
I Designed an app in Figma and I turned that into React-native with Locofy. now I have a folder of the files and codes but I don't know how I can turn that folder to apk please help!
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75625016",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to convert Expression> into elasticsearch searchrequest? When using a restful api to deal with the search request from client, I created an Expression<func<T,bool>> expression to search from sql database, and now I am trying to use elasticsearch(NEST client), is there a way to convert this expression into search... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625018",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I update "Photoshop Script - Grid to Layers" for rectangles instead of squares..? Can anyone please tell me how to change the below code, for rectangles instead of squares...
/*
--------Photoshop Script - Grid to Layers------------
Original Script Author: Oisin Conolly (www.DigitalBiscuits.co.uk)
Modified by... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625021",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to print loop(?) with commas in Python Listbox? this is for my assignment
Our teacher hasn't exactly explained it
I wanted to print the loop into a listbox
I followed the code our teacher gave to us, but it was just to create the listbox. Nothing about the loop itself.I wanted to try following the example output... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625022",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: My Elastic Search query is not giving results, even though the value exsist My Elastic Search Query is
GET /My_index_here/_search
{
"query": {
"bool": {
"must": [
{
"nested": {
"path": "positions",
"query": {
"bool": {
"must": [
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625026",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Getting error while saving data into sqflite database in flutter Hello Guys I am working on a flutter project Where I am trying to save data in a sqflite database. Since I am new to flutter so I didn't understand where I am doing it wrong or what is the mistake I made.
The error I am getting is
I/flutter (28200): **... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625027",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: how do i change the date of birth in Cisco error:"Due to GDPR requirements, you must be at least 16 years old to participate in Networking Academy."
This error popped up as I mistakenly chose the wrong date of birth, how can I change the Date of Birth in Cisco
I tried changing the date of birth in the settings but t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625028",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: NSTableCellView apply a constraint depending on a keyValue works randomly Maybe someone can help me...
I develop in C# for MacOs (VisualStudio for Mac)
An NSTableView (ViewBased) provisioned by an ArrayController with my Model(BlocModel)
So far so good.
The appearance of my NSTableCellView (BlocView) must vary accor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625030",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: TypeError: Cannot read properties of undefined // Flutter Web I know that there are a lot of similar issues, but most of them are quite outdated. I recently got the common TypeError: Cannot read properties of undefined (reading ... in my web project when running on Chrome.
The error just appears after launching the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625031",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can I change int pointer to int in this circumstance? I am a learner of Golang, and I find these code in a new program.
//original code
package clothes
import (...)
//a function in code
func Edit(c echo.Context) (err error) { //not important
ctx := utils.GetContext(c) //not important
type requestParams st... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625034",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: alertcondition when change color string INLINE_COL i have code in indicator-
string INLINE_COL = "Colour Pallette"
i_colUp = input( color.teal, "Colour Palletteββ", input.color, group = GROUP_CAND, inline = INLINE_COL )
i_colDown = input( color.red, " ", input.color, group = ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625037",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Understanding SkiaSharp and Maui Coordinates I understood that the origin for SkiaSharp Rectangles lies in the upper left corner. But after this my understanding fails. I tried it with this tutorial but this did not quite help: https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/graphics/skiasharp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625039",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to aggregate duplicate rows that have the same geometries? Below is a example of my data set. I want to combine duplicated points together and get the sum of values in columns a , b and c into a single row.
I have looked at a previous example using groupby.sum() here How do I Pandas group-by to get sum?. Becau... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625040",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: scrape data from map Hi everyone lately i scrape web data using python and bs but it didnt success. The web that i try to scrape is this https://smesco.go.id/ukm/peta-sebaran.
your answer will be helpful. Thankyou very much
this was my code
import requests
from bs4 import BeautifulSoup
# Send a GET request to the w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625041",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Astro: triggering typescript / javascript in astro from React form in onSubmit Im experimenting with Astro and trying to create a login form on my Astro page. I want to use MUI components in React for my form. At the same time when the form in submitted I want to trigger Astro.redirect('/some-page'). I know from the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625043",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to retrieve double values from entity inside list and deal with them I didn't know how to create a better title so here is a full explanation.
I have wallet entity:
@Entity
@Table(name = "wallet")
public class Wallet {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "wallet_id")
private Lo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625046",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to use phpMailer class to send email with pdf attached? I need some help, i have file that currently just send email with no attachment. But when i research i need to incorporate it along with PhpMailer. I have uploaded this on the current directory, my problem when i incorporate along with my script(application... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625048",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Hover affect hovered div and toher div's in grid I have a problem with display:grid and :hover *
Idea is to make 4 element in grid, and when user hover on one element, other lose opacity.
Kinda got it working, but problem is where I hover on second, third and fourth element.
Problem:
Second element doesn't affect f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625050",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Azure file sync unable to create cloud endpoint Code:2134347771 I was adding cloud endpoint from command line as well as portal for Azure File Sync setup.
It throws error Cloud endpoint creation failed
Ay workaround to fix this ?
Cloud endpoint 'azuremfileshare'
Code: -2134347771
Details: Failed to provision a repl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625051",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Permission in pytest I would like to test views with PermissionRequiredMixin where permission_required = 'can_manage_employees'
Fixture below. I got error assert 403 == 302. It look like I did not grant correctly permission to user. Where is mistake?
I tried give permission in different way but i did not give result... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625053",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Using Sphinx format docstring while using type hinting in python I am new to writing a correct docstring for the projects. The contributor of the repo I pulled from urged me to use the docstring for the functions that I have added in the modules.
I checked the type hint documentation and added variable types to the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625055",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How should the AnyStr be used? I am pretty new to annotations in Python and trying to apply them to a project I am working. I can't really figure out the AnyStr type from the typing package.
The docs say:
AnyStr is a constrained type variable defined as AnyStr = TypeVar('AnyStr', str, bytes)
It is meant to be used ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625056",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to resolve different component layouts on a web page I need to create an eshop on .NET framework 5+ MVC platform. One of the requirements is the ability to customize the layout of modules on the page so that each customer who uses this eshop can have their own page layout.
For example layout variant number 1:
L... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625058",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to develop a corpus(corpus analysis) I am goingt to build a linguistic corpus, but i don't understand which technologies should i use for it. Is it true, that for developing a courpus for any language i necessarily have to use IMS Corpus Workbench(CWB) and CQPweb technologies?
I want to understand which technolo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625060",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why does this Netty basic example not work? I am trying to learn netty to implement a multicast udp server that is able to listen to multiple multicast groups (and potentially in the future multiplex channels that are listening to separate groups) because the Java NIO Selector in Java 8 is not performant enough. I a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625062",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Spring batch process large date at one time We need to read list of data from database and after that process this list and after that send this list to third party
We need to send as list not one object how I can do that using spring batch I found processor can handle one by one not list
A:
I found processor can ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625069",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Registration during performance testing I have an app on django, that I am writing performance tests for it using locust.
I have a custom registration process (not the built-in one from django, session-based), that require you to verify your email by sending a link with token to your email.
What is the best way to r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625070",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to set an attribute on the parent block that will set the background-color property to all child elements? I know that I can set an attribute background-color:inherit to child blocks. But this solution doesn't suit my project.
I will be grateful for any answer.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75625071",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Convert string date time to string datetime in GMT I have the following datetime 2023-03-03T02:44:54Z in Asia/Hong_Kong time zone. I need to convert it to GMT datetime. I have tried first converting this first to date time
CONVERT(DATETIME, '2023-03-03T02:44:54Z', 120)
But this is producing the following error
Msg... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625072",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: My camera is rotating when i run the game I am having an issue with my game wherein my camera in being rotated about 90 degrees after i run the game, and the rotation doesn't show up in the inspector. The only script that messes with my camera rotation is my MouseLook Script.
Script:
using UnityEngine;
public clas... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625074",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: JPEG image doesn't display properly in my C photo viewer (using X11 and jpeglib) I am making a minimalistic and light weight picture viewer in C for Linux. I use the libraries X11 to create the window and jpeglib to read a JPEG file.
I am facing two problems :
*
*My program doesn't display the image entirely, it o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625077",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: split then add to array working before then suddenly not working i have a code below it was working fine then suddenly the line arr = split(cell.Value, ",") has an error wrong number of arguments or invalid property assignment i just inserted the lastRow variable, even if i changed the range something fixed like A1:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625078",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Implementing undo/redo for existing application (C++/Multiplatform) Long story short: A client wants an undo/redo functionality in an application that is already somewhat mature and never had this functionality planned. It does not use command pattern nor any other form of transactioning. On the plus side, data mode... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75625079",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |