text string | meta dict |
|---|---|
Q: Swatch text attribute and their price in a table for bulk purchase concept in magento 2 fetch swatch text attribute and their price in a table for bulk purchase concept:
How to fetch swatch text attribute and their price in a table for bulk purchase concept?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75585664",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I rename columns based on matching data in another dataframe in Pandas? I have two dataframes where the labeling of products does not always match:
import pandas as pd
df1 = pd.DataFrame(data={'Product 1':['Shoes'],'Product 1 Price':[25],'Product 2':['Shirts'],'Product 2 Price':[50],'Product 3':['Pants'],'Pr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585665",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Grep short hand to match all letters? Is there a shorthand for
grep a | grep b | grep c
using just one command?
Doesn't have to be grep but would be good if it was one thats part of standard shells on linux and MacOS
I have a string with unknown length containing letters eg abc or ghjkl
I want to find all lines in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585667",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: ESLint error - logical operator ill-formed in ngif? I'm running into an eslint build error but I can't determine which lint rule is blocking it...
<div class="checkbox-info" title="{{ checkboxDescription }}" *ngIf="checkboxDescription && hasToggle">
Error: "attribute value contains an ill-formed escape sequence: &&... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585668",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Expo version error: No native ExponentConstants module found, are you sure the expo-constants's module is linked properly? I've updated the expo version in my react native project from "~43.0.2" to "^48.0.4" and then the error from the title appears. The 43.0.2 version works perfectly, but the 48.0.4 version fails t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585671",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Apollo Client useLazyQuery fetchMore not updating loading or called I am using the useLazyQuery hook for Apollo Client(3.6.2)
const [ getOSO, { loading: loadingOSO, fetchMore: fetchMoreOSO, networkStatus: networkStatusOSO, called: calledOSO } ] = useLazyQuery(SALES_ORDERS, {
options: {
notifyOnNetworkSta... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585675",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Need to remove extra Comma created from 1st two row using Macro (VBA) Need your help to remove extra trailing comma which are getting generated when I am creating a CSV file using Macro
Below is what I am using to create CSV File, I tried various options but its not working, please help
Sub NEWMACRO ()
Dim complet... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585681",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How do I complete Build.gradle missing code blocks I want to use my android studio project on firebase platform, but there are missing code lines in the build.gradle file, normally there should be dependendies and ather code blocks, but there is none, so I cannot complete the necessary installations.ty.
i tried to a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585682",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Linear interpolation where x-array is filled but y-array is just end points In python, I want to linearly interpolate the width, called B_array (y-values) of something at all x-values in an x_array I already have here:
i_array = list(range(0, x_steps))
x_array = [dx * val for val in i_array]
I know my y-min is 500, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585683",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What can cause OpenGL to crash when using glDrawElements? What is wrong with my IndexBuffer?
I try to render rectangle with help of IndexBuffer, and app just crashes
The problem is that, if i use pure VAO object and glDrawArrays everything is ok, but as soon as i start using IBO with glDrawElements app just closes.
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585685",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: The Caller Does Not Have Permission Error I'm trying to use Google Document API to parse invoices using invoice parser. Followed the doc and imported 10 invoices to train the parser. While importing, selected Auto Labeling option. While trying to mark the imported invoices as "Mark as Labeled" after few correction... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585686",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: sorry, but how to make buttons here so that you can control it on your phone Я не могу понять как кнопки для игры что бы можно было играть с телефона в pygame к сожалению у меня нету компьютера
Что бы добавили функцию которая отвечает за кнопки на телефоне
| {
"language": "ru",
"url": "https://stackoverflow.com/questions/75585688",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Delphi 11.3 Professional new install: no Subversion integration This morning I installed Rad Studio 11.3 Professional. Opening a project, I found Subversion integration nonfunctional, despite the path to the client (TortoiseSVN) being set.
Copying the subversion folder from an 11.0 installation into the 11.3 bin fo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585689",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Adding JQuery Validation Method for Summernote I am trying to add a validator method to Summernote to ensure that there is content in the control and alert with a validation tooltip and stop submission of the form if data doesnt exist in the control.
My form is setup like this:
@using (Html.BeginForm("AddNewFooThing... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585691",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How does Invoke-Command computer array interact with cmdlet that also accepts a computer array PowerShell 5.1
How does computer name array for invoke-comman and gwmi work? Do I need to omit one of them? or include both of them? What is going to be the behavior?
function fx1(){
Invoke-Command -ComputerName Comput... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585693",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to display vizard environment in real-time BEFORE the code finishes Here is my code:
import time
import viz
import oculus
class virtualWorld:
def __init__(self, virtualFileInd = 0, usingHeadset = False):
# Parameters of the virtual world
self.virtualDisplay = None
s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585696",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do you add parameters to public Func GetQuery()? I have code that looks like this:
public Func<AppQuery, AppQuery?> GetQuery() {
switch(_by) {
case By.Button:
return c => c.Button(Locator);
case By.Marked:
return c => c.Marked(Locator);
case By.Text:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585699",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error Given When Code Told to Append Element to a DIV I am making a code where in a for loop, it creates elements and appends it into a div.
for (let index = 0; index < 9; index++) {
var element;
element = document.createElement("div")
element.setAttribute("snake", index.toString())
console.log(eleme... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585702",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: pip installing numpysexpdata fails when it previously worked -- how to fix? I was trying to install numpysexpdata==0.0.4. I did it a couple of days ago I am sure but now that I try I get this error:
(iit_synthesis) ~/iit-term-synthesis ❯ pip install numpysexpdata
ERROR: Could not find a version that satisfies the re... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585703",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Netlogo patch documentation; How do I set a region of patches to a specific color and name them?
ask patches pycor < -11 and pycor > 11 and pxcor < -11 and pxcor > 11 [
set pcolor orange ]
A: Here I've used let to make region be a local variable, but you could add it to globals instead if you wanted. (This is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585704",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I fix my CSS active link not working? I'm pretty new to this stuff, but I'm creating a website for a project and currently I've been trying to fix my active link and nothing so far has worked. I am also using W3school spaces.
HTML:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585706",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Find the parameters of generalized pareto distribution from known extreme values I am struggling with a question described below.
I got the results of extreme water levels with different return periods.
(water level: 0.259, 0.289, 0.329, 0.36, 0.399, 0.43, 0.447, 0.46;
Return period: 1, 2, 5, 10, 25, 50, 75, 100)
T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585707",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Install packages in venv environment using Python script I have a program that has to install Python packages into a virtual environment, which seemed like an easy enough task at first. All I had to do was call os.system('./venv/scripts/activate). Unfourtunatly, this turned out to be a much more difficult task, sinc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585708",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to remotly tell my browser's addon to open URL from input? I am trying to understand what is needed to open a new window from a browser(chrome) add-on.
I have tried to create a chrome add-on with these settings:
my manifest.json:
{
"name": "Action API Demo",
"version": "1.0",
"manifest_vers... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585711",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Networkx GraphMatcher not working for Cycles I have two graphs that I want to check their subgraph isomorphism as follows:
import networkx as nx
g1 = nx.Graph()
g1.add_node(1, label="1")
g1.add_node(2, label="1")
g1.add_node(3, label="1")
g1.add_edge(1, 2, label="one")
g1.add_edge(2, 3, label="one")
g1.add_edge(3, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585712",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: bash: /bin/sh: bad interpreter: Permission denied after connecting to Github in vscode There are several solutions to this perhaps same problem but none of the ones I found were of any help.
Yesterday I authenticated Github to vscode to be able to git push my code up. Authentication was successful and I got no error... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585713",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: My java code is not displaying prompts and not stopping when it should What its supposed to do is ask for the user to enter a grade until they enter 'Y' or 'N' to stop the while loop, but when I run it the prompts dont appear, and when typing in 'Y' and 'N' nothing happens and the program keeps running.
import java.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585717",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Flutter: How to add multi-language support to webview (inside my app) I'm building a flutter app that allows the user to visit some popular online stores like Amazon through my app, how would I translate the webpage to any language using a dropdown language selector?
Visiting the stores doesn't take the user to an e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585718",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to understand the gdb output I came across a weird problem. I have a node app that works fine in most environments. But only on one of the instances it randomly throws a Segmentation Fault and crash. I could pull the core dump and run it with GDB and the following is the output.
Program terminated with signal... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585722",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Sharepoint folder allow upload to but view only yours I am looking to find appropriate settings that would allow a SharePoint folder to permit document upload to a set up of users but once uploaded, those users can see only their documents and not ones from others.
I have tried the manage-access-advanced permissions... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585725",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: New to pandas: I want all the values main category to be included in subcategory by using pandas I have a table that looks like:
id
string
3.ab.3.
axz
3.ab.3.a.
b
3.ab.3.b.
c
3.ab.4.
dog
3.ab.4.a.
e
3.ab.4.b.
f
3.ab.4.b.1
g
3.ab.4.b.2
h
What I expect is the subcategory should have the strin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585726",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Parse float from string in regex python with conversion unit I am trying to convert all cases below as a float number
See below:
['$1.5 million',
'$2.6 million',
'$2.28 million',
'$600,000',
'$950,000',
'$858,000',
'$788,000',
'$1.35 million',
'$2.125 million',
'$1.5 million',
'$1.5 million',
'$2.2 milli... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585728",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Junit5 and Mockito: when() requires an argument which has to be 'a method call on a mock' Can someone please explain.
I have a implementation class that looks like this:
public class CustomerServiceImpl implements CustomerService {
@Override
public List<Customer> addCustomerToCashier(Customer randomCust... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585730",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: jest moduleNameMapper fixes unexpected token 'export' now breaks relative module import I'm using create-react-app, with ts-jest and I'm trying to use the microsoft-cognitiveservices-speech-sdk npm package. The error I get is:
Test suite failed to run
Jest encountered an unexpected token
/node_modules/microsoft-co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585732",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Centering images on reports - Report Builder 10.1.2.0.2 We are using Report Builder 10.1.2.0.2, and when we place images on these RDFs, they aren't always centered. Is there a method to get these images perfectly centered? Please advise.
A: Here's one option:
*
*create frame which contains that image (if you crea... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585737",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Marshalling java objects to XML with CDATA block I need to marshal the java objects to XML using CDATA block with &.
Eg:
I have CDATA block as <![CDATA[T<NAME]]>
I need it in this way <![CDATA[T<NAME]]>
Need the same behavior for these characters < > &
< - <
> - >
& - &
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75585738",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to update a list after item was edited using flow and coroutine in android? I have a simple repo SimpleRepository which fetch data from server using retrofit. The data is a simple list of items or a details of some item.
Now I have a edit screen when user can change the item name. So after user clicks SaveButton... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585739",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Transposing a pandas dataframe with correct aggfunction I have a pandas dataframe as in the code. The output needed is like this. But it seems the aggfunc is not working in the pivot_table. Please refer to the code below. Any help is appreciated. Thanks.
dataframe:
x y z
0 1 Mn 6.78
1 1 na 7.4
2 2 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585741",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Changing country returns Unexpectedly found nil while implicitly unwrapping an Optional value The user can change the country since the app is based on multiple locations. Once a new country is chosen the HomeViewController should reload emptying all previous data and loading new data from the API
The Home Controlle... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585747",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Setting Azure protection's sensitivity label with vba This pop-up message appears while creating a new workbook in Excel using a vba macro, which has to be manually set and it stops the code temporarily.
I have seen some potential solutions like this
Sub SetLabelInfo()
Dim myLabelInfo As Office.LabelInfo
Set ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585748",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create lag columns and union multiple dataframes in pyspark? I am trying to create lag columns for several dataframes individually and then combine them into a single dataframe.
As pyspark is lazy evaluated, it's calculating lag after combining dataframes.
from pyspark.sql.functions import lag, col
from pyspa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585749",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Power Automate - add row # to a table column I currently have a power automate flow that gets information once a form is submitted and adds this information into a table in a specified worksheet. Everything works well but I'm trying to figure out how to add the row # into the last column. I've tried using increment ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585750",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to plot line chart with lines from index? I have a dataframe I've already aggregated averages for, which are the columns nr_1, nr_2, etc. They are grouped by a bin, which is also now the index. How do I create a line plot where the lines are the index, and the X axis is nr_1, nr_2, etc. basically nr_1, nr_2, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585753",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Separating List Items Using Flexbox in a Section Cannot separate list items in a section.
I have spent hours changing and retrying the code. What am I not getting here?
<section class="award-parent">
<div>
<h3 class="award-title">Awwwards</h3>
</div>
<div class="aw... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585758",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Accessing MAP key value pair during runtime in karate I have map object
{
"101": "444",
"102": "4442"
}
I need to access only values "444" or "4442" based on their respective keys . Is there any way to do this
I tried by mapping it to array and then acccessing array , but looking for better way to do it
A: May... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585760",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Cors filter in Warp ignored I am learning Rust and am Following the Tutorial in Learning Rust Webdevelopment (Manning) by Bastian Gruber link. I have tried many ways, but I could not get the Cors filter, as outlined in the book, to actually do something. It is simply ignored.
Furthermore, an OPTIONS call is answered... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585763",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using EF Core to delete item from ToDo list I was asked to update the API and implement the RemoveToDoItem from the following code:
[HttpDelete("{id}", Name = "DeleteTodoItem")]
public async Task<IActionResult> RemoveTodoItem(int id)
{
// TODO
// Use EF Core to remove the item based on id
throw new NotI... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585764",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why isn't my KML file displaying with the Google Maps API? I am trying to overlay a KML file on top of a map using the Google Maps API. According to the documentation, a KML file must be publicly hosted and imported via its URL. The KML file I am trying to use outlines New York City neighborhoods. There is no issue ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585765",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to hide databases in Azure SQL? I know the question was asked, but non of the suggestions helped.
I have databases from multiple users on my Azure SQL server.
There is a login 'USER1', and a user created from that login, which is owner of 'DATABASE1'.
There is a login 'USER2', and a user created from that login,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585767",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How can I prevent a Python FMX GUI Form from being resized? I have a window Form that is created with the DelphiFMX GUI library for Python. My code and Form look like this:
from delphifmx import *
class frmMain(Form):
def __init__(self, owner):
self.Caption = 'My Form'
self.Width = 1000
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585768",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't import Compose Navigation I'm started a new project using the pattern "Empty Compose Activity", in my MainActivity.kt I tried to implement the navigation, but when I tried to import has a error saying "Unresolved reference: navigation".
My MainActivity.kt
package com.example.formsapp
import android.os.Bundle
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585769",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Perl - match with quantifier up to length of capture variable I am trying to print an org mode node that matches "cheatsheet"
A node begins with a sequence of "*" (star) and ends at the next "*" (star) sequence that is shorter or equal to the first "*" (star) sequence. Nodes begin only at the beginning of a line.
He... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585770",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Unable to change button color based on state (SOLVED) I'm trying to make a button change color when it becomes disabled while also having a custom color set when it is enabled. This is the code I have now:
The button does have blue text but even when it becomes disabled, it still stays blue. How can I make it go gre... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585772",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How can i automatically add tag to cloudinary image upload from react code I need to tag images uploaded from my web to cloudinary because i need to track them later to delete if not useful
i tried adding the tags to the cloudinary formdata payload, but i doubt it solves the case, am also not using the cloudinary up... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585775",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What should Y be chosen as when doing unsupervised learning for outlier Detection using PYOD-ECOD? I've got a dataset of 6283 samples with 21 variables and am looking to find a way to determine outliers in the dataset.
I have used Isolation Forest, kNN, Local Outlier Forest and PCA among others from PYOD (Python Out... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585784",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to Filter Elementor Posts Widget by a Custom Field's value in Wordpress I have a Page tagged with an ACF custom field called "developmental_domain". It's a checkbox field so I have checked one of the options.
At the bottom of the page I want to show a list of posts (Custom Post Type = tasks) that shares the same... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585785",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: iOS 16 breaks UILabel Voice Control Trying to get Voice Control with a UILabel to work in iOS 16.
let label = UILabel()
label.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(test)))
label.text = "Title Label"
label.accessibilityLabel = "Title Label, tap me"
label.isAccessibilityElement = ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585786",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Best practice to store Subversion revision info app-wise Subversion has the $Rev$ keyword, that's replaced by in example $Rev: 1843 $ when a file with that keyword is committed. Subversion places on it the revision this commit created.
I'd like to use this info on my apps, so that after compiled an app stores its la... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585787",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How can i hide gallery from react-native-gifted-chat I've been working with react-native-gifted-chat but I don't know how to hide the small gallery on the left of the input place to type
My package is:
"react": "18.1.0",
"react-native": "0.70.6",
"react-native-gifted-chat": "^1.1.0",
What should I do?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75585789",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Version of Delve is too old for Go version 1.20.0 (maximum supported version 1.19) When start debbugging session in GoLand I get this error:
WARNING: undefined behavior - version of Delve is too old for Go version 1.20.0 (maximum supported version 1.19)
I reinstall it with JetBrains Toolbox and didn't work.
I unin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585793",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Combining multiple Promise results into an array I am trying to send multiple strings to be processed by a function. The function executes a promise on each string that needs to be evaluated. Once all the promise responses are returned, I need to send that back as a multidimensional array, so that I can do things ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585794",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Kernel Dies When Trying to Test Neural Network Even Though Training Works I am currently trying to do a linear regression using Pytorch, and while the training loop appears to work (because the loss function value goes almost to zero), on the last line whenever I try to actually get the RMSE of plugging my data into... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585805",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Range.SpecialCells(xlCellTypeVisible) doesn't matter any more? For as long as I can remember, I've always used Range.SpecialCells(xlCellTypeVisible) if I want to copy only the visible values from a filtered column to a new location. I have it in my head that if I didn't specify .SpecialCells(xlCellTypeVisible), it w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585807",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Python - How to use renderPM in a temp file to convert a SVG I need to convert a svg image to a png using renderPM.
I'm using a library to generate a payment qr code and it produces a SVG output inside of a temp file.
But when i try to convert the svg i got this error:
my error
the code:
with tempfile.TemporaryF... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585808",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Error: C stack usage 7969206 is too close to the limit in Seurat I was trying to analysis a set of singe cells RNAseq data by Seurat in R.
I made the UMAP by running
SCIs <- RunUMAP(SCIs, dims = 1:20)
P1 <- DimPlot(SCIs, reduction = "umap", raster = FALSE)
P1
It gives UMAP with cluster label (1 to 12), however I al... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585811",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: DirectX12 COMMAND_LIST_MULTIPLE_SWAPCHAIN_BUFFER_REFERENCES error I'm getting a COMMAND_LIST_MULTIPLE_SWAPCHAIN_BUFFER_REFERENCES error when closing the command list, despite only using one buffer.
It's unclear to me how this error could've occurred, and I know it's not an issue with the debug layer because the code... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585814",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Declaring type of Vec of closures I'd like to create a struct that can hold on to a bunch of closures for me to later use them. The closures should also have the Clone trait on them too.
What's the syntax for declaring that?
My attempt which doesn't compile:
pub struct Equations {
eqns:Vec<impl Fn(f32) -> f32 + ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585816",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Numba - is it possible to do absolute sum without nan faster? I have a slightly modified example from numba official doc as follows:
from numba import njit
import numpy as np
@njit
def do_sum(A, lb, ub):
n = len(A)
acc = 0.0
for i in range(n):
a = 0.0 if np.isnan(A[i]) else A[i]
acc += a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585818",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Average All Numbers in Column Across Separate Sheets I'm trying to find the average of all numbers in a particular column across separate sheets.
For example, let's say each table is a sheet
Sheet 1 -
ID
Cost
Customer Size
0001
10
Small
0002
15
Large
Sheet 2 -
ID
Cost
Customer Size
0003
20
Smal... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585821",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Getting text inside of an element from the class name using puppeteer I am trying to get the text inside the element using the class name from the link https://tracker.gg/valorant/profile/riot/SYNCO%23PYNCO/overview
Tried to get the "last match" text from the html class. This is the code :
const puppeteer = require(... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585822",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How can I combine legends in GGPlot? I am using the following code:
all_bray_curtis_pcoa$data$Vectors %>%
select(SampleID, PC1, PC2) %>%
left_join(all_metadata) %>%
ggplot(aes(x = PC1, y = PC2, color = Txt)) +
geom_point(aes(shape = Sex), alpha = 0.8, size = 3) +
stat_ellipse(size = 1.1) +
xlab(pas... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585824",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In a-frame vr my raycaster intersects with entities that have visible="false" property set If I use laser-controls and the raycaster="objects: [widget]", my raycaster still emits events when intersecting [widget] selectors with visible set to false.
I expect the raycaster to register intersections with "shouldinte... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585825",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to send events to GA4 without any code I am working on a chatbot software where I used this code TestWSC.ga(event, interm_conversion, Greeting_New_User,) to send events to Universal aalytics. But after switching to GA4 this doesnt works anymore. Do any of you have experienced the same? And how to do it with GA4?... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585826",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Service returning 200 in POSTMAN but http 100 code when invoking the service directly in PHP I'm consuming an API of an internal system in the company.
If I invoke the service directly through Postman I get a HTTP code: 200
Using Postman
*
*HTTP: 200
*JSON Response:
{
"status": 200,
"companyTaxes": {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585827",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Laravel High size problem - Composer it installs too many unnecessary packages When I try to install laravel with Composer it installs too many unnecessary packages. An empty laravel project becomes 1.85gb in size. When I try it on another device, there is no problem, but my device has such a problem. I've deleted e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585828",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: C# MVC how to call, a item nested in api? Having a Json code like this:
[
{
"table": "A",
"no": "040/A/NBP/2023",
"effectiveDate": "2023-02-27",
"rates": [
{
"currency": "bat (Tajlandia)",
"code": "THB",
"mid": 0.1273
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585830",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot Upgrade PIP (SyntaxError: invalid syntax) So I'm trying up upgrade my version of pip, but no matter what I try I keep getting this error. Here are a few attempts below. What am I doing wrong?
C:\Users\Me>py
Python 3.11.2 (tags/v3.11.2:878ead1, Feb 7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)] on win32
Type "... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585835",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Extend Laravel Factory Class I'm attempting to extend Laravel's factory class, but when I do, data is not being seeded correctly. It seems like the withContactPerson and configure methods are being skipped when I call the construct method in the AbstractFactory.
<?php
use Illuminate\Database\Eloquent\Factories\Fact... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585837",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Grafana/Redshift: Rolling sum with multiple intervals I am trying to create a Grafana dashboard that shows me both a high-level and low-level overview of the number of requests on a timeframe grouped by account. Ideally, this would look like:
-3 * timeInterval
-2 * timeInterval
-1 * timeInterval
Account
15
1... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585838",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: IndexError: list index out of range zigzagTraverse: Recursive Solution Write a function that takes in an n x m two-dimensional array (that can be
square-shaped when n == m) and returns a one-dimensional array of all the
array's elements in zigzag order.
Zigzag order starts at the top left corner of the two-dimension... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585840",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Spring Kotlin RouterFunction endpoints with coroutines coRouter returns 404 I'm trying to set up the Spring Kotlin server with graphql-kotlin for the graphql, but it seems configuring the coRouter doesn't work (all routes return 404), which prevents the graphql to create all the routes.
I've tried changing the Sprin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585842",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Gradle: Plugin [id: 'org.springframework.boot', version: '3.0.2'] was not found, scala tests also not found i have a mixed java/scala project. it compiles just fine (gradle is managed by intellij) but only the java tests are executed. scala tests are not found.
how do i fix it?
my test class:
@RunWith(classOf[JUnitR... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585843",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In VS Code, how do you add/remove a jar file to Project and External Dependencies? I need to remove a jar file from my project and add another one.
If I open my projects in the JAVA PROJECTS view, I can see a 'Project and External Dependencies' folder and it has the jar file I wish to remove...
However, I can't fin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585844",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Enabling Variable Time Step in Level-2 Fortran S-function I'm trying to make my level-2 Fortran S-function have a variable step time so that the output variables when ran in Simulink are continuous (right now the outputs are very choppy and step-function like). I can't use a fixed time step solver due to computation... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585846",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Uncaught ReferenceError: Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization [React] I am getting this error
Uncaught ReferenceError: Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization
and I have checked circular dependencies I can't find one. I am giving you the code for almost everythin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585848",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I generate runtime code(C#) using bot framework v2.1.2? How can I generate runtime code(C#) using bot framework v2.1.2?
"Exported as zip" option has only file with extension as .lg & .lu, however i am expecting as .cs file so that i can use bot framework sdk to modify the existing dialog created from compops... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585849",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How rake is implemented I am a mid-level developer and I want to learn how Rake is implemented.
I found this video that clearly seems to do the job: https://www.youtube.com/watch?v=qt84QCobCxo
I tried to understand it by myself. But it's a bit complicated for me..
Could someone help me understand the code displayed ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585852",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: SQL alias return non null values I am trying to get my sql alias to return non null values. In the below query I would like TotalTime to be always non-null but many of the rows are being returned as null values.
SELECT
(
SELECT MIN(record.endTime)
FROM Record record
WHERE
record.id = rec.id
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585854",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Unity Application Memory Leak - How can you profile without access to the source code or a debug target? Bit of an unusual setup here,
*
*I'm creating mods for the video game RUST
*It uses HARMONY to load mods into the server code
*At some point I did something to cause a memory leak, the application grows from ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585856",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I run the code if table name matches cell value? Proably need to use If and For Each Ok, so i'm actually pretty happy with this code thus far, it's one of the first codes i wrote from scratch. It's highly likely it could be more efficient but honestly i like the way it's working thus far and feel like its qu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585857",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I find a specific item from a list with only 1/2 values I have a list that looks like the following: list1 = [(clients_socket1, clients_username1, clients_ip1), (clients_socket2, clients_username2, clients_ip2)].
The reason I am asking this is because I am trying to find a more optimized way of finding a ite... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585858",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Download historical data from a list of ISIN on Bloomberg I want to download historical data (mid dirty price on daily frequency) for a list of ISIN (bonds) that I have as a CSV file, for the period 2016-2023. How can I download them? Idk how to put the ISIN list in the bloomberg add-in
To get data for 2016-2023 per... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585859",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Notepad++ Regex match multi-line I am trying to find duplicates in an xml file in Notepad++
Here's a sample of 2 lines I need to match
<FutureEtc ce_id="ce148" cd_id="cd1" un_id="un3">
<EndDate>20270630</EndDate>
I tried escaping the < > and = but no match found
\<FutureEtc ce_id\="ce148" cd_id\="cd1" un_id\="un3"\... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585860",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: NodeJS Course on Udemy - Mongoose Schema
I'm not sure why I'm getting a fail status here. I wish I had the vocabulary to describe my problem in greater detail, but I've followed the tutorial very closely and nothing seems wrong with what I've done. Can someone please help me out? Thanks so much in advance
I follo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585861",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: rails 7 ancestry arrange_as_array for select drop down list I'm using these definitions in my item_type.rb model but they're causing error It doesn't say what the error was On the create action rails will ROLLBACK
class ItemType < ActiveRecord::Base
has_ancestry
has_many :item_properties
#has_many ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585866",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to accept two different status codes in a MockMvc test? I need to test an HTTP endpoint in an integration test. There are two acceptable responses:
*
*Status code 200, in which case I need to check if content is JSON and look for a particular element value in the body, or
*Status code is 5xx, in which case I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585869",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Redis, should I send data via publish I'm using Redis. In a micro service architecture, should I notify (via publish) all the services that data changed, thus letting them fetch it. Or should I send the data directly through the channel and parse it?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75585872",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can many coroutines run asynchronously in one thread? As far as I know, I can run/start many coroutines in one thread using suspend functions, but can I run many coroutines asynchronously in one thread?
1.How to run them asynchronously and what is an example of it in code?
2.How to run them synchronously for me it i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585873",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MediaStore getGeneration I have a problem to detect, was MediaStore changed.
I have a media player app which should actualize the song infos on a sqlite database on start, if the content on the device was changed.
For the most emulated and physical devices, this works well using the MediaStore.getGeneration() method... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585875",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Calculating the finish date and time taking into account only business working hours I wrote a basic, configurable class that allows us to calculate the end date of a scheduled task it's take into account for business working days and hours, weekends and publics holidays.
It is possible for us to define the public h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75585877",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |