text string | meta dict |
|---|---|
Q: Test Android App Starting Service From Background We have started getting some crashes around
Fatal Exception: java.lang.RuntimeException
android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service
This is for A12+ devices so far. I understa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610396",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What does the '<' symbol mean in oh-my-zsh's powerlevel10k theme? According to the docs, * denotes the number of stashes and ! denotes the number of unstaged changes (with git).
What does the < symbol mean?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75610398",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Access to localhost from android emulator I am trying to connect to my API from an emulator. API is simple, GET method returns a date. Now the API is deployed on the local IIS at the address https://localhost:4433/api/echo. As you can see, it is in order. Now I need to connect to this URL from the emulator. However,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610402",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Showing the result of loop but repeating the value I have question about loopings. The value of my loop are from.text = 1, too.text = 2 and perfloor.text = 2. My problem is when im showing the value of X the result is 1,2,1,2 but i want is 1,2,3,4 I also add the count variable to +1 the value of X but nothing happen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610404",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using Pandas to extract data from multiple columns to create a new column I want to create 3 new columns which takes the spend for each channel type for a specific date. Channel column can either be Display, search or social
this is the output I would like to achieve but now sure how to go about it (do not want to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610406",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Need to sort a numeric file and store last digit of each value in a list or array I need to sort a numeric file that contains thousands of lines of numbers such as below.
Need the last digit to be represented in a list or array with the first 4 digits.
66542
66543
66546
66781
66783
66784
66787
would like to output t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610408",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I point to the latest version of dotnet on ubuntu jammy I installed .NET 7.0 for Linux on my Ubuntu 22.10 machine. It was previously running version 6.0.13. I did an install using snap with the following commands. I used a different method to install the prior version. I followed the instructions at https://l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610409",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Completely prevent auto-completion of operators and brackets When I have something like this:
bool operator == ( const Thing & ) const noexcept;
// ^ ^
// +--+--- Selected with highlight.
... and do something like this:
bool operator <== ( const Thing & ) const noexcept;
// ^
// ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610410",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Abstracting MassTransit into a class library I have a class library project that will contain all the MassTransit configurations, IBusControl, DTOs, queue and exchange configurations. However, the consumer classes need to be in the projects that will be responsible for consuming the published messages. At the same t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610411",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Run project read excel 1st time but 2nd time is not running any way how to handle Note:Run project read excel new tab open 1st time run but 2nd time is not running any way how to handle.
Steps:
Open url
Click link
Fill all details which is store in excel
And save.
2nd time
Open url
Click link
Dropdown click.
Not pic... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610414",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Get cross domain parent query string from iframe Is there a way to obtain the parent (top) window query string from an iframe with a different domain? I can use window.location.ancestorOrigins to get the base domain but nothing else.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75610420",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: R - Shiny - Export DataTable with multiline cells to PDF (and Excel) I have a table with multiline cells which display ok on the screen, but I cannot save the same format into a PDF or Excel files.
The solution described
here uses (a) an external application (but I may not be able to use it in shinyapps.io) and (b) ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610423",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Open CV blob detection cv2.DRAW_MATCHES_FLAGS_DRAW_RICH_KEYPOINTS export georeferenced image with rasterio I am using cv2.SimpleBLobDetector to detect shapes within my image. I then use cv2.DRAW_MATCHES_FLAGS_DRAW_RICH_KEYPOINTS to delineate the blobs which meet the parameters which I set out.
#draw the keypoint cir... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610425",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Multiple IF conditions in one formula Hi I'm new to Excel from google sheets. I was able to do this in google sheets ok but having trouble trying to figure out Excel. I want to put all of this into one formula.
=IF(AND(B50="Buy",C50="Call"),FILTER(Sheet1!S6:S31,(Sheet1!U6:U31=E50)*((Sheet1!Q6:Q31=A50)*((Sheet1!R6:R3... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610426",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Ruby Code Not working - First False Verification Passes, but not the last one My code should confirm false at both stages as shown on the below if the string is empty or if nil, but only checks the first one and the last one returns hash (which is wrong).
I would like to know what is going on. It seems so simple but... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610427",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Python : Find restaurants which satisfy conditions of mean and count I have a dataset with information regarding restaurants, which cuisine type clients were looking for, prices of order, ratings among other columns. All restaurants have a rating between 1 and 5 (max).Some ratings are NaN.
The company wants to provi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610431",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Selenium, Python, ChromeOptions Can you tell me where I find the arguments list in chromeOptions?
Example:
chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument("--headless")
I need all possible arguments and know what each one does.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75610435",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Screencast with facial overlay I'm new at this. I don't want big production software -- my screen with my talking head overlayed. Vokoscreen does that but with only a fixed location. In fact, is there a simple command that will put my face directly on the screen allowing it to be resized and moved?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75610437",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Running Multiple Spark Sessions with Different Configurations within Same Glue Job I have a PySpark code running in a Glue job. The job takes an argument called 'update_mode'. I want to set different configuration for spark depending on the update_mode is full_overwrite vs upsert. Specifically, I want to switch this... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610439",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ModuleNotFoundError: No module named 'pandas' No module named 'matplotlib.pyplot' I keep getting the error that the pandas module is not found as well as the matplotlib.pyplot module. I am pretty sure that I have both modules installed as I have used them both before. Why am i getting this error?
import pandas as pd... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610440",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: CanHub Image Cropper stuck when cropping I am using CanHub image cropper in Jetpack Compose like this:
val profilePictureCropLauncher = rememberLauncherForActivityResult(
CropImageContract()
) { result ->
if (result.isSuccessful) {
profilePicturePath = result.uriContent!!
} else {
val exc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610441",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: button woking in localhost, but not woking in the webserver my button works on localhost but not woking on web
http://portifadoalisson.epizy.com/
I don't know if this is because apis or some problem with the code
this is the head:
<link rel="icon" href="imagez/favicon.png" type="image/png">
<link href="style... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610443",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: how to reload data from the backend to update data saved in the ngrx store I have an effect that saves a user's profile when starting the application, but I need to request it again from the backend to update it
loadProfile$ = createEffect(() =>
this.actions$.pipe(
ofType(fromProfileActions.loadProfile),
switchM... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610444",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I explicitly access an image file in java (Eclipse)? Basically, how would I access the image file without having to to write the entire pathname to access the file?
For example,
red = new ImageIcon("/Users/easwar/eclipse-workspace/javaPrograms/src/javaPics/Logo2.jpg").getImage();
I have this really long line... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610447",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to programmatically set the default color in the Command Bar Background Color Picker I have code that displays a custom color palette and can color a cell's background color.
Now I would like to set the Command Bar color background color picker (is that '"CellFillColorPicker"?) to that same color? Can I do that?... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610449",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: WinUI3 WindowsApp State Management I'm looking to create state management for a Windows App desktop. It seems when going to back and forth from pages, the controls don't maintain their values. Do I have to cache the controls?
A: You need to set NavigationCacheMode to Required in pages that you want them to be cache... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610452",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Gives RequestError: connect ECONNREFUSED error intermittently when interacting with Salesforce UI Run the UI automation tests for Salesforce using Web driver with UTAM framework
I get below error intermittently
[0-0] Error in "Collection Instance Object Creation tests Create new Collection Instance"
error properties... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610454",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Vlookup help finding closest date after reference date Hi I need help filling out the highlighted colum. The goal here is to fill out in Sheet 1, Column C "Closest After Dates in B", with the closet date after column B "Date signed up" by vlooking up to sheet 2 column B "Time", with criteria that Type is either "ema... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610455",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Apple App Store review rejection for in-app consumable purchases I have an app that uses in-app purchases and works in TestFlight as I would expect with the purchases, but keeps being rejected. This last rejection they say I need to submit a build with them in-app purchases enabled. But in my app it is enabled and i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610458",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Error message when putting model predictions in raster format I am trying R and the raster package to put model predictions back into a raster format but I get an error message. My code:
# get any raster from the dataset to use as a template for the predictions
r2 <- Ras1[[2]]
# assign the predicted values (map_r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610459",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Input field ignore observable and filtered RxJS value after manual input I'm having input text box which is subscribe to router change, and should change if certain route came through filter. I does work once. After I change text value manually, it never changes again. Why and how to fix it? I want it change all the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610461",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is causing the second program to return a "cannot find symbol" error (using Getter-Setter methods)? I'm working on a college exercise. It requires me to use "getter and setter" methods in the program "Sandwich.java" so that the references in "TestSandwich.java" may use them. Apologies for any confusion.
class S... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610464",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: In NeoVim/Vim, how to change the default keyboard layout for all modes except for insert? I've been trying to map my ğ and ü keys to [ and ] keys. By using your usual Vim config methods like map, langmap etc. plugins don't respect these keys, no matter where I put these options to maybe affect the order via remap et... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610466",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python: Type resolution for list subscription types with base and derived classes I'm developing a Python library to aid in data management in chemistry research groups. The core of the library defines a Dataset class composed of classes such as CharacterizationMethod, RawData, etc. These latter classes are to be us... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610469",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Custom style for a inline reference Is there a possibility to set a custom OpenDocument style for inline references generated from Markdown in Pandoc? I've tried to use Panflute (following this) but replacing Header with Citation, but it hasn't worked.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75610470",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to set target Android SDK version and iOS version when using EAS with Expo I have been looking high and low for an answer to this question but i cannot seem to find anything.
In my Expo project i want to be able to set up the target versions for each platform. Right now i have a physical android that is running ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610472",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Roblox Lua How to Prevent user input I want to prevent the user from being able to input on their keyboard. Specifically, when the user dies and up until they respawn I dont want them to be able to use the mouse or keyboard. When they try to type or click, nothing should register in game.
Here is the code I am tryin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610473",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: List comprehensions in jinja template using build in filters New to jinja and python so wanted to see if I can get some help on how to use build in filters to convert a list comprehension that I created after reading about it. But unfortunately it looks like it won't work with jinja and I have to find a equivalent o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610474",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Can't access needed object attribute within Javascript Find I have an object nested in a list of lists that I'm trying to access.
The structure is like this:
list = [[], [{accountID: 123}], [], []]
I can access the needed object by console logging it hard-coded, like this:
console.log(list[0][0].accountID)
However... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610475",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to slow down the execution of code for popup blocker I've been working on an issue with my program executing too quickly to detect whether popup is being blocked by the browser. Even with the timeout, sometimes the window that is opened doesn't get closed. I've also tried opening a window and passing a value bac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610482",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Flask app on Heroku: [WARNING] Worker with pid 76 was terminated due to signal 9 I'm trying to deploy a flask app to heroku that uses pymongo and flask_socketio. I'm using the following Procfile:
web: gunicorn app:app
worker: gunicorn --worker-class eventlet -w 1 app:app
I have this in my app.py:
if __name__ == "ap... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610483",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to play a sound every time a particle emits using StudioEventEmitters I am trying to play a sound every single time something emits from a looping particle system. To save on performance, I'd like to implement the exact pattern of the emission via code. It is either a constant loop or a burst of 3 or so in quick... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610485",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Disabling Override in Address Box and removing the existing overrides in place Disabling Override in Address Box
In addition to this link:
Does anyone know how to add an additional code that clears out all the addresses that have "override" selected prior to making "override" no longer accessible?
Disabling Override... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610490",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to implement new subscribe function? I am getting an error in my angular project that is indicating a depreciated function I am a newby to angular. Looking for some help and clarification on this depreciated 'subscribe' function, thanks!
onSignup(){
console.log(this.signupForm)
this.authService.signup(... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610491",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I quantify the number of patients SO I have the data that have date, time and caller variables.
*
*The caller contains the code allocated to the incoming emergency patient
*time variable contains the time the emergency call was made for the incoming patient
*date column contains the date.
*The data is a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610498",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Vaadin 23 change requestUrl from http to https Inside of the Vaadin generated html page I see the following line:
"contextRootUrl":"./","heartbeatInterval":300,"maxMessageSuspendTimeout":5000,"v-uiId":3,"requestURL":"http://examplecom/","productionMode":true,"appId":"ROOT-2521314","
I'm interested in the following ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610499",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to add splash screen in java for react native project? I have seen a lot of solutions using the react-native-splash-screen library for react native projects.
Is there any way to implement splash screen in android(java) for a react native project without using the react-native-splash-screen library or ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610501",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Visual Studio cannot recognize connected USB device (Nikon D3100 DSLR) I followed the instructions in Microsoft website to create a desktop app for connecting to a USB device using WinUSB library functions. However, every time I run the code, the software is unable to recognize any connected devices although I have ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610502",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I get the top values from two parallel lists products = ['coca', 'pepsi', 'guarana', 'skol', 'brahma', 'agua', 'del valle', 'dolly', 'red bull', 'cachaça', 'vinho tinto', 'vodka', 'vinho branco', 'tequila', 'champagne', 'gin', 'guaracamp', 'matte', 'leite de castanha', 'leite', 'jurupinga', 'sprite', 'fanta'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610505",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: error NG8001: 'tab' is not a known element I am learning Angular.
I follow the example at https://angular.io/api/core/ContentChild but get the following errors. How to fix it?
import {Component, ContentChild, Directive, Input} from '@angular/core';
@Directive({selector: 'pane'})
export class Pane {
@Input() id!: ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610506",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Uploading a file to Supabase storage using Nextjs and formidable I am trying to upload a file to Supabase using the Nextjs API route and formidable. Below is the code:
form.parse(req, async (err, fields, files) => {
if (err) {
console.error('Error', err)
throw err
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610507",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I add data to already existing row of database My program is a fitness tracker and I have a column in the database for a Goal date for the user to achieve their goal body weight. My database fills out all rows when you first make your account, these are UID, Username, Password, Weight, Dateofcreation, Weight... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610508",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to implement two symmetrical inverter chains on Xilinx FPGA with place and route? I want to implement two symmetrical inverter chains on Xilinx FPGA. But if I use the automatic layout place and route, the delay of the inverter chains will be more different than each other.
The Vivado EDA tool allows me to place ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610509",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: HMAC SHA256 calculation [different values generated] I have a function that is responsible for calculating a hash value using HmacSHA256 algorithm on providing it a payload. The final output generated by this function doesn't match the output of calculated here (https://www.javainuse.com/hmac)
My function looks like... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610510",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What are the pros and cons of using categoryID as dynamic route vs a unique categorySlug? Suppose you have a simple case of a marketplace site, and you have different categories, like fruits, electronics, etc.
I want to create a page for each category. My question is, is it better to use categoryId as the dynamic pa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610512",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to install packages for Google 2 factor authentication on Site Ground? I am adding my changes for 2-factor authentication but how can I run the command for installing packages such as composer require PragmaRx/Tracker
Is there any option there to run those commands on Site Ground hosting website?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75610515",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Overlaying geom_line on boxplot fails when there is only one observation per grouping I’m having some trouble getting the graph I’d like. I have some data where multiple values exist for one group, but the other group only has one data (i.e. All States v. Only DC).
I’d like to generate a box plot for the “all state... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610518",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: There is a questions related to the Google Ad representation and ads sizes The problem is - is there a way to retrieve the ad with size of 728*90 and set it to my view which is 600*90?
The problem is that the Ad is truncated in the portrait mode while in the landscape it looks good.
Portrait:
Landscape:
I use tabl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610521",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Discord-Player 5.4.0 is autopausing my bot worked perfectly fine earlier this week, yet for some reason it seems that 'autopausing' is enabled or is doing so without me wanting it to. I can not find anything on 'autopausing' in the docs so if someone could point me in the direction of disabling it I would be greatfu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610524",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pyomo Error: Cannot apply a Set operator to a non-Set ConcreteModel component (unknown) I am trying to write some model in Pyomo. My code looks like this:
#model definition
model = ConcreteModel()
#Sets and indices
model.O = RangeSet(len(data)) #Set of representative operating conditions
model.D = RangeSet(len(dat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610525",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Autocomplete Combobox only appearing data on first row of table (i am using Codeigniter and Jquery UI)
i am just making inventory ordering application using Codeigniter 3 and Jquery UI for showing all inventory data from my database. In this case i am putting all data using table and modal of bootstrap.
The problem... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610526",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Swagger-editor installation on linux machine without node npm and docker I hope everyone is doing well. Thank you for this wonderful community. My question is:
Actually i ma trying to install swagger-editor on my linux server which is on prem. I wanted to know if there is a way to install swagger-editor on my machin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610528",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to have string as edges in a graph in java I am trying to implement a graph which is implemented by array list of array list method and I am not sure how to have string as edges can anyone please help me out. Below is all my code; please help me.
import java.util.*;
public class Metro {
public static void m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610529",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to do Gradient Accumulation on TF2.x with XLA and Multiple Train Steps I am trying to experiment with TF2.x to achieve the best possible TPU speed. In this case, I have modified a few examples and come up with my own implementation. However, as the code stands I am completely confused as to how to implement grad... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610533",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to transfer multiple rows from one tab to another based on matching cell value I have two tabs in my sheet -- "Current" and "Futures".
Current is everything that has a date of TODAY. Futures are inputted well in advance, but when that date arrives (meaning -- input an order to take place on 3/7 on 3/1, then 3/7... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610534",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python set iteration time complexity What is the time complexity of the following python code?
*
*create set x
*add n items in x
*remove n items in x
*add 1 item in x
*iterate x m times
import time
def test(n, m):
answer = 0
start = time.time()
x = set([i for i in range(n)])
for i in list(x):... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610536",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Horizontal bar chart with plotly.express not showing all data I have a dataframe with 4 columns and 20 entries. When I run my plotly express code, it only shows the first 4 entries. I have searched up and down, but have not as yet found a solution for this specific problem. Here's the code:
top20_cat_chart = px.bar(... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610539",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to remove libraries from the G++ Linker command in CodeLite? Can't find them I'm trying to compile my wxWidgets app but it won't let me because it can't find these libraries. I searched for these libraries and they indeed, are not on my computer, so how can I get rid of them from the linker? Don't see the librar... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610543",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can Someone Explain Why With PHP You Cannot Have A Form Inside Another Forms Processing Logic? I noticed when building a custom plugin for WordPress - I could not have a form nested within another form.
For example,
?>
<form method="POST">
<input type="text" name="username" id="username" placeholder="Usernam... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610549",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: An example of anfis in R ou rpy2 Someone have an example of code or a link about models of anfis in R ou rpy2?
Thanks in advance!
I need to implement a anfis model in R ou Rpy2
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75610551",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to convert any type to a string How can one convert any given type into a string?
I created the code below, but it isn't complete for many cases. As it is not trivial to solve this, I though before I reinvent the wheel, let me ask as perhaps someone has already invented this wheel
type UnionToIntersection<U> = (... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610552",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to implement authentication with React Route data routers? The problem
I've been refactoring one of my apps, and as part of the process, I wanted to migrate the current BrowserRouter to a React Router v6.4 createBrowserRouter data router, so that I can take advantage of loaders and actions.
What I've tried so fa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610553",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Lua NGINX How to get only one value from json POST body Hello I have lua nginx and I'm having request body
My POST body is this :
{
"param1": "1033893",
"param2": "337483",
"param3": "test",
}
I want to cut only param2 and make it a variable, then match it with a file which it's having lines that c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610555",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Changes made to files require restarting the server to reflect in the browser Hy,
I'm having an issue with my react project, none of the changes I make to the files are reflected on the browser until I restart my development server. The browser does reload on file save but changes are not reflected. I tried investig... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610556",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to install and configure mixitup library in Nuxt 3? Would you like to know how to use the mixitup package in Nuxt 3?
I downloaded it via npm, created a file inside the plugins folder with the name mixitup.js but I couldn't make it work.
// mixitup.js
import mixitup from 'mixitup';
export default defineNuxtPlug... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610557",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using results of one dictionary in another as a key Jinja Flask I have a dictionary query which has the following structure -
Query = defaultdict(<class 'list'>, {'0': ['V114', 'process', 'V117 '],
'1': ['V117', 'process', 'IF V117 != (DK OR RF) THEN '],
'2': ['V118', 'process', 'COUNTRY '],
'3': ['IF V117 != NO'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610562",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: how to decode this websocket response? I am testing an APP and found it communicate with server via websocket.
How to decode the body text? thanks a lot!
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75610564",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Number Exception Methods Java Is there a numberformatexception method in the try catch block where I can not only prevent an improper string conversion to integer but also limit the range in which the integer input can be? For example, could I design my code so that the user input is an integer that is greater than ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610565",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Button is not aligned properly - WPF I have a button inside a Stackpanel that seems to have a padding but I have already set it to 0
this shows the button's backgroung that is shifted from the button border
Is there any special margin, border or other setting that I might be missing?
Here is the XAML:
<StackPanel O... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610567",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Need to loop through a list and perform operations between each object So I need to loop through a list and in between each object and the next, perform an operation, whether it's addition, subtraction, or multiplication, however each time I iterate, my code only ends up using one operator, and not a combination.
He... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610572",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: log4j stops logging (some) log message We are running a fairly typical but "legacy" webapp using log4j under slf4j and Spring 5.3.18. (I'll update with versions of log4j/slf4j) We use an external log4j config file specified on Tomcat startup as -Dlog4j.configurationFile=our-log4j2.xml. This worked fine for several... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610575",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: To accept multiple http and https domains in nodejs with express how to accept all http and https domains, automatically using nodejs and express for one (virtual host)
my clients will point their domains to the ip of my machine, and so they can use it without me having to, restart the server or add certificate file... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610580",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Passing function and data from one component to another In my App.js file
import Fruits from "./Fruits";
import FruitsCounter from "./FruitsCounter";
import React, {useState} from "react";
function App() {
const [fruits, setFruits] = useState([
{fruitName: 'apple', id: 1},
{fruitName: 'apple', id:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610581",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I use terraform output as AWS orb input parameters for a circleCI workflow? A common flow for setting up terraform/aws CI deployments is to use terraform to deploy your infrastructure and circle to handle deployments to AWS. Most examples I have seen using this flow will manually take the outputs from running... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610585",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python: How to reduce/optimize the numbers of processes started by MoviePy to convert MP4 to MP3 I have to convert video files (MP4) to audio only (MP3, but M4A is also acceptable) and for that I am using this code:
import moviepy.editor as mp
def convert_video_to_mp3(video_file):
try:
file_mp4 = f'{vid... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610587",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how can in auto name the doc save in flutter,PDF How can i change the document save name into name that i want?
Whenever I save the document it will only have a name that document.pdf. What i want to achieve is that how can i give the document name to name that i like, example Mydocument.pdf.
Future<Uint8List>genera... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610590",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get assets prices from "investing.com" with VBA? I am currently tring to write a code to scrape the assets prices from the site investing.com.
With the VBA code bellow, I have managed to partially do that, however unfortunately the code bellow only returns the prices between a "default time period" (ex: from ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610591",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: R plot package Error in as.double(y) : cannot coerce type 'S4' to vector of type 'double' I want to plot a figure like this in R:
This is my code, I have load arulesViz,sp and raste
> ncov_inc_dat_boots <- dic.fit(inc_dat, dist="L",n.boots=1000, ptiles = c(0.025, 0.05, 0.25, 0.5, 0.75, 0.95, 0.975))
> ncov_inc_dat_... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610592",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unit tests for local Swift packages don't show inline results in Xcode I've recently been refactoring a project to use local swift packages for better modularisation. I've shifted the relevant unit tests into the packages, and added the individual package tests to the overall test plan, and tests run fine from the X... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610593",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Return the expected status code in Postman I am using Lambda function to return custom responses for my api endpoint.
i am returning the responses like this -
response404 = {
"statusCode": 404,
"body": json.dumps({"message": "Not Found"})
}
if httpStatusCode == "200":
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610595",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using yq to write to multiple wild card files? Is it possible to do this in one line instead of doing this?
yq eval '.image.tag = "${{ github.sha }}"' -i development-east-01.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i development-west-03.yaml
I tried using development-*.yaml
but it would only wri... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610600",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to use CSS to split dynamic components? how can I use CSS to make this division of photos in a dynamic component?
The first item should always be full and the rest in the area below, if you have 2 or 3 photos, divide the space correctly
I'm trying to do this with grid components, like:
display: grid;
grid-t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610602",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: TextField modifier onKeyEvent never fires I am using jetpack compose ui version 1.3.3. Additionally, I am using the experimental material3 package version 1.0.1.
Here is the very basic setup:
class MainActivity : ComponentActivity() {
@OptIn(ExperimentalMaterial3Api::class)
override fun onCreate(savedInstanc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610603",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Storing element state in React that changes onClick to play animations for other elements I'm creating a nav bar that is hidden by a button, but when the button is clicked, 'reveals' the nav bar by sliding out from behind the button, like so:
However, I'm having problems figuring out how to pass the state change of... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610604",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why my docker report "Cannot connect to the Docker daemon at unix:///var/run/docker.sock" after colima stopped I've installed docker desktop (version 4.16.2) on my M2 macbook, and it nicely works. Then I installed colima (version 0.5.2) to use the gvenzl/oracle-xe image, which only supports AMD64.
Also works fine by... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610606",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Error importing API DATA into excel using power query I am trying to import data to excel (latest version, Mac) from an API. I am very much an amateur but I have tried to research the issue with no success.
I have a well formed API request. When I paste the request into my browser it returns exactly the JSON I expec... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610609",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to inline a tag in text with flex layout? How can I simulate the display: box with display: flex? It's seems that the box is abandoned, but I need render the element inline.
The flex will override the layout with it's own rule row or column. So the tag in flex container won't be rendered inline.
EDIT:
What I do ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610611",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Converting Two Data Series in Dataframes and Substracting them I have a Diabetes Dataset, i did an undersampling to balance it and train my model.
Now i want to use the left-out data to keep testing my model.
I tried to substract the 'undersampled' data from the original dataset but it crashes because they're data s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610614",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to crop rectangle image to square? In this code, the items in the grid is displayed as square, but the image is squished. Some of these images are rectangular shape, I want to crop it into a square to fit into this grid.
struct GalleryView: View {
@State private var arr = [1, 2, 3, 4, 5, 6, 7, 8, 9].shuffled... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610616",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Unable to use Azure Durable entities from Durable orchestration function in .NET 6 isolated azure function I'm using Azure function in .NET 6 isolated mode. I'm using azure durable entities also. My intent is to call Azure durable entities from Azure durable orchestration. I have added the below reference.
<PackageR... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75610620",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |