text string | meta dict |
|---|---|
Q: Price formatting separators I'm working on a payment product that should display prices in the currency of each relevant country. I need to display the price with the relevant thousand and decimal separators (point and comma).
In the US, dollars and cents are separated by a decimal point, and thousands are separated... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601897",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CERTUTIL doesn't seem to handle double-quotes in a password I'm having an issue with CERTUTIL. I can't find a way to escape the double-quote character. I have a PFX file with the password 'Pass"word' (no single-quotes.) The following command produces this output:
C:\Logs>CERTUTIL -f -p Pass"word -importpfx 1.pfx
En... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601899",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter Image Notification Flutter Image notification not working background & terminated.It's work correctly in foreground.
Download a image and save temp directory(Directory.systemTemp) and get a path to show the image in foreground
`if (Platform.isIOS) {
if (message.data['image'] != null) {
url = messag... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601900",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PGP encryption is not working with error gpg: Note: '--decrypt' is not considered an option I am trying to run below command in CMD and getting below error
echo NTDIND-@11$7at3-1234| gpg.exe --batch --yes --pinentry-mode=loopback --passphrase-fd 0 -o C:/Users/INT0IIAdmin/Documents/Mid server/agent/export/Allstate/In... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601902",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python statsforecast season_length vs freq When setting up statsforecast models (for example AutoARIMA), one parameter is season_length for each model, and then for the statsforecast object, there is the freq parameter.
My assumption is that if I have weekly data, but I think that seasonality is monthly, I set freq ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601903",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Eclipse link Derby with JDK 19 This project used to work in jdk 8 and NetBeans 8 but after upgrading my project to use jdk 19 w NetBeans 16 I now see this error:
Exception in thread "AWT-EventQueue-0" Local Exception Stack:
Exception [EclipseLink-30005] (Eclipse Persistence Services - 2.6.4.v20160829-44060b6): org.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601906",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C# use PropertyGrid refresh serialport This code allows the list of detected serial ports to be displayed in the PropertyGrid ,but it can't refresh when the serialport has been changed.
have any other ways can help me for this problem,i want refresh the serialport
please help me ,thankyou!
class Foo
{
[TypeConv... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601908",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: i want to add new data in my mysql database but i got and error Http error code 404 enter code here
package com.example.StudentCrud;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class StudentCrudApplication {
pub... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601911",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I want to remove products from stock in php When a buyer can buy product I want to remove them from stock I have php project related to Ecommerce. I just want to remove products from the stock
If there is anyone please help me to resolve this issue.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75601913",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: bulk remove user from enterprise application azure I know how to bulk remove users in normal groups but how do you do it in enterprise application there is no bulk remove button in users there no button so not really sure
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75601914",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Next.js Client-side Page Protection/Authentication with useContext() vs. localStorage.getItem() There are multiple resources that give examples of how to "protect" pages using useContext() and wrappers in your _app.js file. These include storing authentication information in the context and wrapping your child comp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601922",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Use (re-use) one set of php files for multiple database applicaitons (best practice) I am currently writing a web application using vanilla php and JQuery and would like to be able to make it available to other clients. The application uses a mysql database. My solution is as follows. I have one database (the licens... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601925",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android how to run gradle task of plugin I added a plugin to the root build.gradle
buildscript {
...
}
plugins {
id("org.jlleitschuh.gradle.ktlint") version "11.2.0"
}
After doing this I can run gradlew addKtlintCheckGitPreCommitHook in the terminal and the task will run, but I don't see this task in the Gradle... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601926",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I'm trying to get my While loop working with some scenarios? some help appreciated The Scenarios is as follows however my while loop keeps printing the files out twice for the first if statement.
2nd Scenario - Restoring Full and Diff
Logical Order: Full Backup with No Recovery and Diff With Recovery
3rd Scenario - ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601930",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to hide some files and folders in Release mode in Flutter Project? I've some config files and folder I need to hide it in the code when I make a release apk
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75601931",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Size of each blob container azure for a whole month I wanna know how to calculate the sum of size for each blob container an a specific storage account for a hole month from the first day of the month at 00h till the last day at 23:59.
Any recommandation ?
I tried a az cli cmd with --start time and --end-time but it... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601936",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Does metric 'Impression' from Instagram Graph API include both organic and paid impressions? could you please tell me which kind of impressions metric 'impressions' (from Instagram Graph API / IG User / Insights) have? Does it include both organic and paid impressions?
I have seen various definitions in the document... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601937",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I know which Android apps have been started through code I want know started apps recently with low cpu, so I dont want user activityManager.getRunningAppProcesses() and so on, plz help me
I tried use activityManager, but this method mad cpu surge
A: You can use the method UsageStatsManager. This will provid... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601938",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Assets\Skrypty\Player.cs(58,31): error CS1503: Argument 1: cannot convert from 'float' to 'int' I tried to make a Player.cs main script that has gravity heath and others but i have a error that it cannot convert from 'float' to 'int' i tried to fix it like 10 times but still idk how to do it can someone please help ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601943",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Asp.net core 6 custom additional claims We have an asp.net core 6.0 web app.
When we login we need to add a few additional claims to control users. These new claims come from database, but we can't do it in the "GenerateClaimsAsync" of the IdentityUser since this is a multi tenant SAAS app with a single database and... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601949",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't overlap image on card in Ionic 6 I've been trying for days now to overlap an image on top of a card in Ionic 6 but I've had no luck so far.
I'd want to achieve something like this, if possible
I have tried several methods that semeed to have worked with people that had the same problem, solutions such as playi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601951",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I am trying to save response in an array into an object let response = [
{
id: 1,
user_name: 'abc',
phone_number: 1234567890
},
{
id: 2,
user_name: 'def',
phone_number: 9823437483
},
{
id: 3,
user_name: 'ghi',
phone_number: 9834763467
}];
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601958",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What are the advantages of using RE Framework in UiPath (Robotic Enterprise Framework)? I have read many articles that suggest it's better to create an automation project based on the RE framework, rather than creating an empty project and building everything from scratch. Can anybody list the advantages of using th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601961",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Get sample mediatype from dat File or receive sample as simple void pointer my issue is the following. I have dat files that have streams the media type of which i sadly do not have. I know that sample should be automotive ethernet frames, however, I do not have exact struct description or ddl. Is it possible to som... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601963",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I fetch the activity_message value if my conditions are verified: Sample data:
user_id = 1
project_id = 2
a = [{
"_id": {
"$oid": "63fda80f3ab1f908c146131d"
},
"data": {
"project_id": 2,
"user_id": 1,
"activity_message": "Success 1",
"activity_created_on": ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601965",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to calculate a custom rolling average pyspark dataframe I have a Pyspark dataframe of orders. Each order has several features like :start_date , end_date and score. For each order, I would like to create a feature called avg_score_last_orders which is the average score of all the orders that ended before the cu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601967",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Displaying csv data in the browser with Selenium I am running into issues scraping pages which download text/csv data with Selenium.
So far, if I need to scrape a csv file which I have a URL for, I can use the Firefox driver and prepend the URL with view-source: to make it display the contents of the file in the bro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601968",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: One column missing horizontal lines I am working on a project which involves automatic report generation using latex and python. I open a text file extract the content use some regex operation and store the desired value in an array. From this array, I am making a table in my report. Everything is fine and good. Th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601970",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: BoxPlots with log scale in Julia I am using Plots.
When I use the log scale for the x-axis, the plot does not seem to be nice.
The width of the box is not arranged.
Do you have any idea to overcome this?
boxplot([10 100 1000], [randn(10).+10 randn(10).+20 randn(10).+30], color="gray", legend=false, bar_width=50)
b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601971",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: US MAP (Highchart) mouseover tooltip from another div I am having trouble with the mouseover tooltip while working on the map below.
Website address: https://www.highcharts.com/demo/maps/data-class-two-ranges
On the same page as my US map rendering, I have a table listing all the states in the US.
Problem: Just as n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601972",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a shortcut to add characters to the end of inputs of different length in the query? I need to add character to the end of input for sometimes. If there is such a thing it would be helpful to know.
If the lengths are the same, we can add characters with alt+shift as follows. Is there a shortcut we can do thi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601974",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Can you set scroll-padding-top for a specific subsection of a scroll container? I'm working on a site that is edited as markdown. Headings are all assigned an id automatically, which allows bookmark links to specific headings...
/page-name#bookmark-id
There is a sticky header on the site, so there is a scroll-paddi... | {
"language": "la",
"url": "https://stackoverflow.com/questions/75601975",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Transient IDisposable Memory Leak I have troubleshooted a memory leak within my application down to an improper use of a transient Idisposable service.
The service is implemented as
public interface IUnitOfWork : IDisposable, IAsyncDisposable
{
}
It is injected as
public static IServiceCollection AddUnitOfWork(thi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601977",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Date not visible in csv file I am generating a report like below in a csv
"Index","Response","Status","Time"
"36167","2","Succeeded","2023-02-01 03:56:34.9"
"36166","3","Succeeded","2023-02-01 03:51:34.9"
"36165","2","Succeeded","2023-02-01 03:46:34.9"
In the server when I am opening the csv as notepad, I am able t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601978",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Entering values from the keyboard problems I need to remove items from a string "resource"
I should get something like:
"rsource"(Removing the first letter of a word)
"resourc"(Removing the seventh letter from a word)
"resorce" (Removing the fourth letter from a word)
I need to make that the user himself entered dat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601979",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: PYTHON - multiprocessing pipe(), receive last sent (most recent data) when using python multiprocessing pipe for this example, the sending end is continually sending data every 1 second. The receiving end reads every 4 seconds. How can I "empty" the pipe and recv() the last entry? Thanks.
Currently the output is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601980",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to rebuild chromium to change object default configurable property I am looking for a way to add additional logic when a javascript script makes call to window.location, e.g add logic when calling getter of window.location through a Proxy or redefine with Object.defineProperties.
When checking default js code a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601984",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter InAppWebView (Version 6) Download Failed I'm working on my Graduation Project. I'm using exactly the same file_download example of InAppWebView version 6.0.0-beta.21 here:
https://github.com/pichillilorenzo/flutter_inappwebview_examples/tree/main/file_download
I tried to download files from the emulator, it ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601986",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: convert emoji into image flutter I have a country picker in flutter, when I pick a country it will give me the country name and the flag as a String(emoji unicode) I don't need it like a string because the flag is rectangle and I want it a circular so I want to convert the flag string into image to display it in a c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601987",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Different field used as foreign key, cannot insert I have 2 table with relations. Here is my schema.
product_model
CREATE TABLE `product_model` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`model_number` int(10) unsigned NOT NULL,
`model_name` varchar(100) NOT NULL,
`created_at` datetime DEFAULT NULL,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601990",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Run VSCode's Developer: Reload Window command from the Terminal (bat file) I currently have a swagger-codegen script which generates axios wrappers for my REST API and whenever I run the script I get missing file errors everywhere until I restart Visual Studio Code or run the Developer: Reload Window command from th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601991",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Django ORM: LEFT JOIN condition based on another LEFT JOIN I'm using Django 4.0 and PostgreSQL (13.7) as the backend (upgrading would be possible if its required for a solution)
I have two models: Cat and Attribute.
The Attribute holds generic key-value pairs describing Cat instances.
Cat table:
PK
name
1
Wa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601992",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Custom messages via Whatsapp using Excel VBA Trying to send 50 custom messages to my employees via Whatsapp using VBA.
I tried the below script and I am able to send the first message and from the second message the text is not loading to send.
Sub Send_Text_To_WhatsApp()
Dim whatsapp_number As String
Dim sh As... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601997",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Form validation with Yup: Error appears without touching field In my project (next.js) I'm using MUI, formik and yup.
There's one problem: As soon as I enter something in the first input field, the error appears in all the other input fields. There is something wrong with the "error" property in the code above, but ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75601999",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Usestate rencontre des problemes pour fonctionner import React,{ useState } from "react";
import styles from "../Styles/rating.module.css";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faStar } from "@fortawesome/free-solid-svg-icons";
function Rating({ rating }) {
const starFill =... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602000",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Videojs-youtube: How to config with VideoJS in ReactJS I want to create a Video Player in ReactJS with VideoJS that can run with a Youtube link
I followed the instruction in VideoJS Guide Page with the functional component (https://videojs.com/guides/react/#react-functional-component-and-)
But I don't know how to in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602004",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Get unique random rows Laravel Eloquent I'm working on a multipage questionnaire, answering and going to the next page I want to get another row from my DB that hasn't been shown yet.
So after generating a random number I store that value into an array, and this array in a session
Next time I'm looking for a random ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602005",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to fix error message (sqlite3.ProgrammingError: Incorrect number of bindings supplied. The current statement uses 0, and there are 1 supplied.) I'm trying to create a website that filters out suburbs using data from 4 different SQL tables (dictionary is attached)
However, this error message keeps popping up;
sql... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602007",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Allowing self-signed or invalid certificates I am using fetch in a NodeJs script to monitor the health of some routers and web servers. For some targets, I get a fetch failed exception with cause of Error: self-signed certificate. Is there a way to allow self-signed certificates used by the target?
After searching, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602016",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: My angular project does not compile right anymore. What's the problem? (Compiling problem?) Opened my angular project to find it like that? (All the stuff i built doesn't appear anymore). Any Idea why ? Opening from Chrome shows the html but not the rest of the code.
(Note: in the extensions the "Angular Language Se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602018",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Websocket first byte returns opcode 0x8 every time Im doing some tests to Websocket protocol https://www.rfc-editor.org/rfc/rfc6455#section-5.2
I have troubles with opcode (bit 4 to 7) because i don't understand why it returns 8 opcode every time, is that a normal behaviour ?
I checked on Google Chrome browser and i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602019",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In Solr master-slave configuration the indexes are getting out of sync of one of the server for custom indexes In our production environment we have Master-Slave solr server configuration. We have 2 solr slave servers and configured solr load balacing url in CM and CD servers.Right now we are facing itermiddent issu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602021",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Override fvisibility in Fortran routine In a shared object, I can make my Fortran routines unavailable from outside using -fvisibility=hidden.
In C/C++ you can override this setting in your routines by void __attribute__ ((visibility("default"))) x () {...} as described here: http://portal.nacad.ufrj.br/online/intel... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602025",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot clone Keras object on cross_val_predict I am implementing an MLP to perform a regression on a dataset.
I am using a custom loss function that I defined on the line model.compile():
input_dim = 24
output_dim = 1
# Define the Spearman rank correlation coefficient as a custom loss function
def spearman_rank_cor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602027",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: No output shown in c++ program #include <iostream>
#include <conio.h>
#include <windows.h>
using namespace std;
bool gameOver = 0, turn = 0;
const int width = 30, height = 20;
int block[5][5];
int blockPosition[2];
int kind, rotation;
// Pieces definition
int mPieces [7 /*kind */ ][4 /* rotation */ ][5 /* horizont... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602031",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Symfony: run console command with different environment during request I'm running one symfony code base with three different environments, each with their own database. User logins aren't shared between the two, but administrators of one environment should be able to log in to the other, without a password.
For thi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602032",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to concat local time with the timezone and insert it into a timestamp column? I have a timestamp column in the format of 2021-02-01 12:21:51.000000, which is local time and in another column I have the timezone information as Europe/Berlin. What I am trying to is adding the offset to this timestamp as create a t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602035",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Find Custom (changing) Image in other Image I need to detect a specific shape that I generate from a Image in a bigger Image.
Here is an Example of that:
For Explanation: I have a picture of 2 identical Parts, but one Part is flipped upside down. Now I want to detect the Orientation of the Parts via Python. The tri... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602036",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: LinkedIn API request fails with "Resource reactions does not exist" in react js {
"serviceErrorCode": 0,
"message": "Resource organizations does not exist",
"status": 404
}
https://api.linkedin.com/v2/organizations?q=name&localizedName=LinkedIn&projection=(elements*(localizedName,vanityName,organizationUrn))
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75602037",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cashfree payment gateway Webhook Signature verification I added my node Js backend URL to webhook URL at cashfree. While doing test and add the signature verifies correctly. But when it was called at the time of payment success event, the signature is matching. This is my code `
const secretKey = process.env.CASHFRE... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602038",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Sum of points attributes inside intersection of two polygons I have a three different tables:
*
*Polygons1
Name1
Geom
Name...
POLYGON..
Cell 3
Cell 4
*Polygons2
Name2
Geom
Name...
POLYGON..
Cell 3
Cell 4
*Points
ID
Num
Geom
ID...
54
POINT...
Cell 3
33
I want to fin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602039",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to read an excel file from a local directory using Requirement : I want to read a excel file from my local directory by using <py-script>
Problem Statement : py-script runs under their own environment. Hence, It is not able to locate the current working directory and when I trying to see the current working dir... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602040",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Xcode IOS build failing with random errors but also succeed after 1 or 2 retries Currently we are in a very strange situation with our Xcode build for an IOS App. Archiving our app with
xcodebuild -workspace App.xcworkspace -scheme AppName -sdk iphoneos clean archive -archivePath archive/AppName.xcarchive
is working... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602043",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: [Vue Warn]: Property "0" was accessed during render but is not defined on instance I am pretty new to Vue3, I'm building a small Onboarding portal with Vue and I am using a global state inside my "App.vue" file called const progressStage = ref(0) and based on that state rendering specific components.
I also have to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602044",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Aptos transaction arguments i am trying send some transactions on Aptos Blockchain and all my trxs arguments displayed in explorer in hex , how can i fix it ? I am using python aptos SDK
My code :
transaction_arguments = [
TransactionArgument("0x79e1b68c15777dcd9e2c4d4a5a05f157abc0ebb1ff4ea767a8df1cc0480d66c",Seria... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602046",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: virt-manager gnome guest, auto-resize after login does not work if I previous set manual display resolution This is a Ubuntu 22.04 guest, gnonme, wayland session although the problem exists for the xorg session too.
To reproduce:
1 start with a working gnome session, that is, auto-resizing of guest is working
2 in t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602048",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I mark a specific region on a 3d graph using matplotlib? For an assignment, I've had to create a 3d graph of surface temperature, T, of the Earth vs Albedo, A, and Emissivity, Epsilon. The second part of the assignment asks me to mark on my graph the region where Temperature is 270-300.
How do I go about doi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602049",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android linear layout for horizontal dependent view I have a layout defined below which render two views - view1 and view2. For smaller screen sizes, the view2 is distorted.
Question - View2 needs to appear in the right side and view1 will accommodate whatever spaces remains at the left side. View2 is very constant ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602053",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: regarding chat history and encryption using mesibo backend api on premisis or on-cloud Please tell us how we can access the chat history of users and groups using mesibo via backend. I have read complete documentation but still i can't find a way to access the chat history via backend api's. Also please throw some l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602054",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CANoe signal manipulation and CRC calculation I have a CANoe environment where I am simulating a series of nodes and their associated frames using a DBC file. Some of these frames have 8-bit CRC checksums for the payloads, which I am calculating successfully in CAPL using Crc_CalculateCRC8.
The problem arises when I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602059",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can i fix this problem? Anyone have experience pip install -r requirements.txt
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602063",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Is there another directory to save files in laravel can we save file in laravel other than resource/view directory and if yes than how we can access that directory?
I just started laravel and that is a question came to my mind.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75602065",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Open Source library/technology for voice recognition in iOS We are a group of student developing a voice recognition app.
Quickly summarized, we are creating a prototype, where the user should be able to use their voice to trigger functions based on the keywords being said by the user. We also want to be able to utt... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602066",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Input object for GraphQL and TypeScript: at which point do I fill default values? So this is more of a design question.
I have an object called Meaning (basically a dictionary record), and an input object called EntryMeaningInput. (I called it that because Entry [the headword, basically] is a different entity, but i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602067",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to test if import raises ImportError if package is missing? I am writing a module which can have pandas as an optional pacakge. The import statement at the top of the file of my_submodule.py looks like this.
try:
import pandas as pd
except (ImportError, ModuleNotFoundError):
pd = None
Now I want to test... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602070",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Endpoint with multipart: Quart-Schema only shows 'application/x-www-urlencoded' in Swagger I'm using Quart-Schema and have defined an endpoint for a multipart call with the help of https://pgjones.gitlab.io/quart-schema/how_to_guides/request_validation.html.
Looks like this:
@dataclass
class File:
file: Optional... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602071",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to test if a RADIUS server is working? I have set up a RADIUS server on a Windows Server 2022 VM based on 802.1x standard.
How can I test if the server is properly working ?
I think I have to use a tool like NTRadPing or FreeRADIUS, but i am unsure.
Any other ideas would be more than welcome.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75602072",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: unable to resolve dependency tree error in angular project npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: demo3@0.0.0
npm ERR! Found: jasmine-core@3.5.0
npm ERR! node_modules/jasmine-core
npm ERR! dev jasmine-core@"~3.5.0" from the root project
npm ERR!
npm ERR! Could not re... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602075",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how automatically remove typewriter cursor when loop is done? I want the typewriter cursor to disappear when it is done typing
import { useTypewriter, Cursor } from 'react-simple-typewriter'
const [text] = useTypewriter({
words:['Front-end Developer.', 'React Developer.'],
loop: 1,
})
<h2> I am <sp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602077",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: what should I do to find the grep value I want to find the value "config_key" in "params.get("config_key")" use python regex, how?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75602078",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Unable to read updated data from csv/excel file in selenium java I am running 2 test cases in TestNG. One is writing data in to Excel file and another one is reading that written data from Excel file. When I try to read data from csv/excel file it reads the previous data not the newly added data.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75602082",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I want to print only word form a list beggining by a "b" names = ["Mehdi", "Lilian", "Benedict", "Berthe", "Sarah", "Ali", "Gérard", "Colin", "Benoît"]
I want to print only names begging by "B".
I tried to use for and if and word function.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75602084",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Display the driven distance of specific trasnporter fleet in from start moving till reach destination anylogic I need to display the distance that transporter fleet traveled from one node to other node. The attached example shows transporter fleet travel from one point to another. I need to determine the driven dist... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602085",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: App Center was started without app secret, but the service requires it; not starting service Crashes I am getting this error in a Maui app when I try to start App Center:
"App Center was started without app secret, but the service requires it; not starting service Crashes."
Here is the code I am using:
A... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602087",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Uncaught TypeError:this.props.products.map is not a function I am working with React and I am using a React video series for that. I did everything what the teacher did but i am taking this errors when i to examine the web page. Also when i want to see the web page i just seeing a white page.
Uncaught TypeError:this... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602088",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Cannot set properties of null (setting '_closeInteractionType') at _closeDialogVia dialog.mjs enter image description here
After migrated to application's material to 15 version, the matdialog (built-in close button) is not working and throwing below error:
*
*`ERROR TypeError: Cannot set properties of null (sett... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602089",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Postgres Multiple Column Text Indexing and filtering I could not find any conclusive answers reading some of the existing posts on this topic, for my use case.
I have a website that will query data from postgres database, using a search bar and some filters.
Queries will look like this
SELECT * FROM table WHERE id_... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602090",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Displaying text on surface in pygame I am trying to display some text on a surface and when I'm using newlines, they are not rendered on the screen, instead of newlines there are some empty squares like the character does not exist in the font. I tried using different fonts, I also tried using \r\n or \n instead of ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602091",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: When the keyboard is opened on any page, such an error appears, can you help? Thnks (It gives the same error even if it is opened with a textfield) // >Thread 1: "Attempted to scroll the table view to an out-of-bounds row (7) when there are only 0 rows in section 0. Table view: <UITableView: 0x149845800; frame = (0 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602095",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Why is my connection string (SQL) not being accepted server-side but is functional from the client? I have an application that runs via a website that connects to an SQL database. When I run the application directly from Visual Studio the connection strings are all accepted and I can login to the SQL server using th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602096",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Assigning attribute values in classes the Pythonic way I have been studying clean coding guidelines a lot. However, for almost every class I write in Python, I come up with the question about how to set class attributes in a clean Pythonic way.
Would you rather set them in in the constructor with a getter function, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602099",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CSV Upload Memory Usage Stacking I have an application that a user can upload .CSV files too, the API will read the .CSV file and for each row determine if it needs to be inserted into the database.
I loop over these rows in the CSV and add the items to a slice, once the slice size hits 500, I run a GORM CreateInBat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602101",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to exclude a service from a bundle Angular Imagine I have a setting in environment that could be true or false for different envs.
And I have an abstract service and two implementations:
@Injectable()
export abstract class TestCommonService {
protected abstract uniqueId: string;
}
export class TestAService { ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602103",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Swift: SKNode `contains(_:)` not always working I am having trouble with contains(_:) to check if an SKSpriteNode contains a point. Specifically a point from UIPanGestureRecognizer.location(in:).
Drawing two boxes (red and green) on the screen as SKSpriteNodes, another node (colored yellow) is added and will be drag... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602104",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Field name `email` is not valid for model `customer`. in Multi User authentication Django Rest Framework I am trying to create a multiple user authentication system in Django and am using onetoone field and booleans for creating profiles. But when creating serializers it throws the error:
"Field name email is not v... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602115",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How do we check a checkbox from CATIA using Macros? I am working as a Mechanical Design Engineer in Alstom Transportation in India and I design train bodies here. There is this one task that my team has to do that is super repetitive and I was looking for a way to automate it, but I have been stuck on something for ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602116",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MongoDB authentication failed error in AWS ECS fargate single task I have created an ecs fargate task and there are two containers(node.js app container and mongodb container) in it.
The problem is when I create service from that task definition,Node.js app can't connect to mongodb container with username and passwo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602117",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add attribute to every element with xslt I want to add an attribute Permenant = yes to every <File> element:
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="DATADIR">
<Directory Id="dir8EB85FD628E9C5D122F0BADE39DDAE35" Name="config" />
</DirectoryRe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602120",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: TypeError: undefined is not an object (evaluating 'o[Symbol.iterator]') Facing this issue in the Next js app
it's getting on every page of my web app
Also, I did not use any runtime code but still, it's showing on the initial rendering
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75602121",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create key-value svg images in readme.md file? How to create such svg images?
A: You can use https://shields.io/, as described in alexandresanlim/Badges4-README.md-Profile, in order to add any badge you need.
For a project README, you can "add a workflow status badge", or use another action like actions/dyn... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602122",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |