text string | meta dict |
|---|---|
Q: Remote access through wired lan [Ubuntu] Let’s imagine I am on sitting on one of ubuntu computers that’s connected to eachother using wired LAN. And I know every computer’s username and password. So can I remotely access every computer without them knowing?
Since I know all the usernames and password I could brute ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612954",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Grafana Custom Dashboard Path in Pod Where can I found the .json file for the custom dashboard inside the grafana pod for SQL BDC?
Tried to create inside/opt/grafana/dashboard/(new-folder)/(custom.json)
After restarting the pod new dashboard is not coming up
A: The custom dashboard .json file will be located in /op... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612957",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Service to Service ssl, certificate automation? I'm just looking for a push in the right direction :)
We're running on OpenShift (managed by 'the company', I'm just a dev.)
We have namespaces and services, and can do connections between services using 'servicename.namespacename' naming scheme. I don't know how that ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612959",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Grid css box size https://www.arhantayoga.org/wall-of-love-2/
i am using following css for grid layout. But some box size gets large creating spaces. Like see the second review with girl image. How can i avoide extar space ?
.review_listing {
position: relative;
max-width: 100%;
display: grid;
grid-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612960",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using jq, how to print a new json string based on value parsed from a json string I would like to print {score: score_value, id: id_value}, by using jq from the following json script (only a small part is here for introduction), I tried jq '[score: .hits.hits[]._score, id: .hits.hits[]._id]' and also jq '{.hits.hi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612961",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get the local file to the resource in the devstool of web browser I want to load the static files from the local by using UseStaticFiles.But it can not load all the file that inside the sub-folder and other type of file.
app.UseStaticFiles(new StaticFileOptions
{
FileProvider = new PhysicalFileProvider(@"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612962",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Facing challenges on date filters less than, greater than are not loaded with data on using params.successcallback on AgGrid-28 We updated our AgGrid version to 28 last week. On the header filter for text & numbers are working fine. But for the Date filter, some filters like lessThan and greaterThan are not loaded w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612966",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Powershell Script for MS Edge automation I would like to automate the following steps using PowerShell:
Step1 - open a new MS Edge InPrivate window (not tab), named "Name1", with a given URL
Step2 - open another new MS Edge InPrivate window (not tab), named "Name2", with a different URL
I currently have this code:
s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612970",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How do I make a datepicker value fill an input field by the dates selected? I wanted to create a function that will limit a form field to either a whole number of 1.0, for example, to minus 0.5 only.
The concept is that a user will use the 1st datepicker to use as a start date and a 2nd datepicker to use as an end d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612975",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to cast DoubleType() to DecimalType(10,6) in spark for Parquet file generation? I have data in JSON format:
{"C_0_0": "INDIA", "C_0_1": 1219.765432, "C_0_2": {"C_1_0": "INDIA", "C_1_1": ["INDIA", "INDIA"]}}
I want to save it to a parquet file. Upon saving it to a parquet file the interpreted datatype for column ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612977",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the difference between "has completed" and "have processed" the I/O operation in Minifilter Driver development? While learning Minifilter development by reading MS Doc "Writing Preoperation and Postoperation Callback Routines" article, a sentence was confusing me:
When all minifilter drivers in the minifilt... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612978",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: group by 15-minute interval in PostgreSQL here's a sample from my table in Metabase PostgreSQL:
timestamp
2023-01-25T05:00:01+03:00
2023-01-25T05:01:01+03:00
2023-01-25T05:05:01+03:00
2023-01-25T05:13:01+03:00
2023-01-25T05:14:01+03:00
2023-01-25T05:20:01+03:00
2023-01-25T05:24:01+03:00
2023-01-25T05:29:01+03:00
I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612981",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Storage Access Framework - getting file attributes rwx, c++ stat replacement I have a native c++ application. I migrate it to new google's storage restrictions. User grants read/write permissions on some folder with files inside. Somehow has happened that some files inside have not "rwx" attributes, they only have r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612982",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I want to implement Azure AD SSO in Vaadin 7. Is that possible? I'm implementing Azure AD SSO using Spring boot 1.5.22 and Vaadin 7.7.
Is this possible as there is not much documents available for Vaadin 7.7.
I've used WebSecurityConfigurer adapter but this gives error as Spring security executes before VaadinServic... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612983",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: after insert update trigger in Oracle I have a simple table with 3 columns, brand, division and subdivision. Subdivision column is nullable. User can insert or update .
Examples:
brand A , div1 , null
brand A , div2 , div2
brand B , div1 , div1
I need a trigger which sets the subdivision to null if the brand column... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612984",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to remove all duplicates and similiar quieries from Django admin I have a lot different models in my project and in every of them there`s a duplicated sql quieries
I want to know how to remove them but the main problem is that in one model when im trying to take a look on single object of this model i have like ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612985",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Mysql - How can I select rows group by year and month if I have only the timestamp? I have like this data and want to select records group by Year and Month
Id registration_date
1 | 1302566399
2 | 1502745635
3 | 1374679999
my query is this
SELECT * FROM tbl_tax_users WHERE FROM_UNIXTIME(`registra... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612986",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Selenium Grid with Linux Nodes We have some hundreds of Selenium Test cases, but we never get the project stable on Selenium Grid.
After a while (running the tests on LINUX with Firefox or Chrome) it is failing because of "org.openqa.selenium.NoSuchSessionException"
Are there any dos and don'ts for Selenium?
Btw: O... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612988",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: RTKQ Mutation stuck in pending despite 204 returning from server My mutation is forever stuck in pending despite a 204 response from the server. I am unable to make a response to success or failure because of this.
My code looks something like this:
export const api = createApi({
baseQuery: fetchBaseQuery({ baseUr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612991",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Extract header from GraphQL response, over websocket transport I have a client and server that communicate with GraphQL over websocket transport. Everything is written in python: On the client side I use the gql package, and on the server side I use the strawberry packge.
I want to add a custom header for the respon... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612993",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why we get an empty array and when we extract it has data in javascript? I have a javascript function as following
async function createGrid(data){
let textArray = [];
var lang = "eng";
data.map(async obj => {
await getTranslatedText(lang, obj.type).then(res =>{
textArray.push(res);
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612994",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: noData in apex chart custom design for react no Data in apex chart custom design for react,please provide solution
I have tried to Mack component but show the [object object ]
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75612998",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Flutter: Getting the warning "Expected to find fonts for " caused by missing "packages/cupertino_icons/CupertinoIcons" When building an app for android I get the following message:
Expected to find fonts for (MaterialIcons, packages/cupertino_icons/CupertinoIcons), but found (MaterialIcons). This usually means you ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613000",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Tortoisegit on Linux I wonder if there is any will or interest to make TortoiseGit platform indepent so that Linux / Mac can also use it?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75613001",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Power BI: Create a relative column in power query based on the highest value lets say I have the following table:
Year
Patch
Value
2021
1.65
23.5
2021
1.67
21.3
2021
1.70
25.5
2022
1.72
23.2
2022
1.75
21.5
2022
1.79
24.5
2023
1.81
23
2023
1.84
25.5
2023
1.89
28.5
I want to create a column... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613002",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: react native: textwidth is undefined at initial render i have a problem using onLayout Callback. I am trying to use the following logic:
const [containerWidth, setContainerWidth] = useState(0)
const [textWidth, setTextWidth] = useState(0)
const onLayoutContainer = useCallback((event: LayoutChangeEvent): void => {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613003",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: remove object from the array PostgreSQL I try to remove pixelId":"AW-23423524124" from the array and in case its the only one in the array trackingIds than remove the entire object of pxg. it does not work using PostgreSQL
UPDATE clicks
SET protection_config =
CASE
WHEN protection_config LIKE '%{"pxg... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613007",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Leaflet TimeDimension UTC vs Local Time format The time in the TimeSlider-box is UTC and looks like 2023-03-02T08:32:27Z
When clicked, Local Time as 3/2/2023, 9:32:27 AM
I would like to see Local Time in the same format as UTC. Like this: 2023-03-02T09:32:27 Is that possible?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75613009",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why is countDocuments function in mongoose not reading a variable I put in? I have a list called collectionList, and I am wanting to go through the object list and see if a document in my mongodb collection exists. If it doesn't exist, then it will create a new document for that list item. The new document name shou... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613016",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I track if certain network events are fired or not using Earlgrey? I noticed that in docs it did say that Earlgrey synchronises with all Network events so I assumed I could check if certain network events were being triggered or not (my use case). But I don't find any particular docs or mention on how to acce... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613018",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add space between asterisks and keep asterisks right align I am trying to add space between the asterisks but the output is not as expected. I want to all the asterisks right aligned even after adding the space.
current output
expected output
*
* *
* * *
* * * *
* * * * *
code
// Set the n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613022",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-7"
} |
Q: SQL Report Inquires Currently I attempt to generate some reports using SQL Query from SAP table. I've created a UDF (User Define Field) option on the SAP itself with option Delivered, Canceled. If users didn't fill in this UDF section, the database will display the datas NULL
I wrote the following query, however whe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613024",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: PHP Dynamic Dropdown HTML menus parsing in to a second Dynamic menu issue I have been been trying to build a dynamic menu that passes in to another menu, like the old [COUNTRY] >> [CITIES] scenario but not what I am exactly doing.
But from what I have followed I seem to have an error somewhere. I can see the dropdow... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613026",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Run SQL-Anywhere 17 inside a docker-container I tried to run a node.js project inside a Docker-Container and start a sql-anywhere database.
At the startup I get the following error:
Error: Code: -2004 Msg: Can't initialize DBCAPI
Environment:
2023-03-02 09:21:11 { NODE_VERSION: '8.17.0',
2023-03-02 09:21:11 HOSTN... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613027",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to use a wasm (web assembly )file in flutter android app using flutter web view? I found the solution. I am writing here for any further need .
this is my final js function .
I have converted my C++ code to a sum.wasm file .
function sum(x, y) {
const request = new XMLHttpRequest();
reques... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613028",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AWS Dynamo-data-types AttributeValue.wrap() converts to SS (StringSet) rather than String[] The AWS DynamoDB AttributeValue.wrap() function is converting my string array to a SS (String Set). Here is the code...
var temp = {
code:"A",
guids: [
"07088ea1-cb53-4bd3-b7a7-2a1fdf1e99ca",
"30dce880-0... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613030",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: asp.net core weird issue I found a weird issue: the static field had not been assigned before reference it.
I create a filter class like this:
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false)]
public class ConfigChangedAttribute : ActionFilterAttribute
{
p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613031",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the proper way to tailor my site based on visitor type? PART ONE:
*
*I have a school website. There are different student types, and the entire website experience is tailored based on student type.
*Because of that, the first time a student enters the site, they are presented with the list of student typ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613032",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: POWER BI sum of total with slicer I want to create a measure that will count all of my orders which depend on date slicer. I've got a table with orders between 2023-01-01 and 2023-02-28 with an attribiute which indicates that the order amount is greater then 100 or less then 100.
I've created a measure, that count a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613036",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Text Classification by Using Bert I encountered the following Error when using BERT for text classification on Colab. Could it be related to the version or environment?
enter image description here
RuntimeError: philox_cuda_state for an unexpected CUDA generator used during capture. In regions captured by CUDA graph... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613039",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: python unittest: relative paths to files - pycharm vs cli I have unittests that require access to files. this is due to the nature of the project that generates files as output and I want to compare to the expected output.
Currently my directory structure is:
project root/tests/files
In the test setup I have the fol... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613040",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Is there any error with my code to verify otp my code is here and unable to verify with the otp with firebase
unable to verify with otp so pliz help me
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75613044",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Powershell script won't stop when process is kill I have a script that will keep a minimized/inactive window awake (due to this application that has an 'inactive logout' after 10 minutes.
It will keep the application awake if X process is open. Problem is, if i close X application, the script will still keep it awak... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613048",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Videojs along with Nuevo plugin, cannot customize controlbar to show only fullscreen Here is the React Component
import React from "react";
import videojs from "video.js";
// import "video.js/dist/video-js.css";
import "../nuevo/skins/shaka/videojs.css";
import "../nuevo/components/nuevo.js";
const VideoJSPlayer =... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613051",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Poetry build without .env file? Using Poetry as my Python dependency manager, I build libraries I then use in other Python projects.
I noticed, when pulling my custom libs, the .env presence in my built libs. As they contain sensitive informations, I don't want them to be uploaded to my repository manager.
Is there... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613052",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: please my Pthon, kivymd App closes immediately after loading on andriod i want to convert my pyhon kivymd code to APK but it closes immediately after loading , i dont know
where am getting it wrong ,i compiled using google Colab,
i have bn on this compiling process since 4months ago..
please help as am new to python... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613053",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot switch between Azure AD tenants without setting up MFA (which I already have) I created an Azure AD tenant, "tenant1" with "user1@test.com" (not real values) and configured MFA with the Google Authenticator app. The primary reason for this tenant was to register an application to use with Firebase Auth, which... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613057",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Sharing permissions of the copy of a script is still linked to the original I'm writing code on Google Apps Script for an organisation that I want to keep a copy of just in case. So I made a copy of the Script file, transferred the ownership from the organisation to myself, then removed the organisation. But then I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613058",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Some field names appended with schema name prefix after exporting tables to Dataverse for Teams I'm trying to share Access Data by using Dataverse for Teams as my backend.
My front-end would be consists of forms/queries that I created in this local MS Access DB.
Currently, editing data using forms on my local copy o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613062",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to access the output of gcloud build steps in python? I'm following the tutorial at https://cloud.google.com/blog/topics/developers-practitioners/orchestrating-pytorch-ml-workflows-vertex-ai-pipelines?hl=en .
They are using the python client to create build steps. In my case that looks like
import logging
from g... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613063",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Flutter Version 3.7.6 Bug with ./gradlew signingReport while getting SHA1 and SHA-256 codes to use in Firebase while working with Flutter in Vs Code)
*
*What went wrong:
Task 'sigingReport' not found in root project 'android' and its subprojects. Some candidates are: 'signingReport'.
*Try:
Run gradlew tasks to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613064",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React i18next produces "text content doesn't match server-rendered html" error I'm trying to properly implement i18next for my react project. But since I'm using the translations in my components, I get the error: text content does not match server-rendered html.
In general everything works finde and I get the corre... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613066",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Recovering an accidently deleted CloudFormation stack We tried to delete a cloud formation stack (for a VPC) we thought was unused. Unfortunately it was, in fact, in use and this has created some issues. Not all items deleted and the current status is :
DELETE_FAILED | DRIFTED
However, some essential items were inde... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613069",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: import custom module in colab I'm trying to import a custom module to colab
This is the path of the module:
/content/gdrive/MyDrive/qf_data.py
my code is:
from google.colab import drive
drive.mount('/content/gdrive')
import sys
sys.path.append('/content/gdrive/My\ Drive')
import qf_data
I have this error:
Import ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613070",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Scope step is not active for current thread I have a batch which run by 3 crone expression at the same time, it means batch will trigger with 3 diffirent thread at the same time. but during the execution I got the exception
*
Error creating bean with name 'scopedTarget.employeeStep3Listner': Scope
'step' is not act... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613071",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Does anyone know how to generate multiple tabs in the shell? It is implemented according to the collection rather than fixed I want to implement tab dynamically, but I can't find the relevant part in the MAUI document.
I hope it can be implemented in xmal, like listview. Or c # code.
A: Yes, you can use IsVisible ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613072",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Execute equation from the elements of a list and multiple multiindex dataframes in python I have the following list and dataframe:
import pandas as pd
cols = pd.MultiIndex.from_tuples([("K", "A1", "A"),
("K", "B1", "B"),
("K", "C1", "C"),
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613077",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Align this div wtih links under this element I've a created a page which has video and links of the video to play and the link element with div class part-links here and i want to align that under the video element with display inline effect just like this:
If any one could solve this problem I would be very thankf... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613082",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ggsurvplot() + lines(x, y, 'l') I have a KM curve and I want to add a further line(not time-to-event) with "lines()" but this error occurs. Any tips?
dput(K_M_curves)
dput(output2)
OS<- Surv(K_M_curves$Time_to_Death_60 ,K_M_curves$Death_60_days)
osfit<- survfit(OS\~ Treatment, K_M_curves)
c<-ggsurvplot(osfit, K_M_c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613085",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Avro deserialisation of kafka message which contains schema embedded into the message I am having a spring boot application which was publishing and consuming messages from kafka with avro message format uisng schema registry.
But I was consuming a new topic where the Avro schema was prefixed with the kafka message.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613087",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Native Type com.swmansion.common.GestureHandlerStateManager is defined multiple times I am working on upgrading a React Native application that uses @react-navigation/drawer in package.json
As I got from the docs, it requires react-native-gesture-handler and react-native-reanimated to also be installed. I've d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613088",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Salesforce sending JSON request to microsoft endpoint via REST API I am trying to send a JSON request body to a microsoft endpoint
In microsoft, they will only accept a JSON of below format
example:-
{"customers":"[{"CountryOfNationality":"AL","MaritalStatus":"Single","CountryOfResidence":"AF","Gender":"Male","Mobil... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613091",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to separate parameter in function? I am new Swift. I have a project which I need to create a QR code generator. I have different types of parameters in the function, and what I want to do in the function, it can separate the parameters in the function.
My function code:
@State var prefix = "A"
@State var default... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613093",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: The following assertion was thrown during layout: A RenderFlex overflowed by 99494 pixels on the bottom Until three days ago everything was working fine. I tried following the guidelines and similar questions, but did not solve.
Can you help me please?
Below I paste the error and the code
The error:
The relevant er... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613098",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Sobel edge detection algorithm Trying to implement the Sobel edge detection algorithm. But it gives me a different output.
void edges(int height, int width, RGBTRIPLE image[height][width])
{
int gX[3][3] = {{-1,0,1}, {-2,0,2}, {-1,0,1}};
int gY[3][3] = {{-1,-2,-1}, {0,0,0}, {1,2,1}};
int sobelRed_X = 0;... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613100",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Carthage cause compilation failure due to same cache dir path used for building framework I've two (or more) projects being build with XCode (14.*) on the same machine, both use Carthage..
Carthage seems to use a common path like /Users/<username>/Library/Caches/org.carthage.CarthageKit/DerivedData for it's stuff, a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613102",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to align horizontal scrollview images to the bottom? How to get the second image align to the bottom line.
I am trying to align the second image to the bottom without having it stretch:
container: {
flex: 1,
height: 0.225 * screenHeight, //190
width: 0.461 * screenWidth, //180
mar... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613104",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to pass a property to abstract class in C# I have a Class A that inherits from abstract class B i want to add a property in class A that will be used in the abstract.
public class A : B
{
}
Example of how i want to use the property in the abstract
public abstract class B
{
public const string ac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613106",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't run debugger script on VS Code with M2 Mac I have a task.json that contains the following tasks:
{
"type":"func",
"command":"host start",
"problemMatcher":"$func-python-watch",
"isBackground":true
}
which starts locally all azure function core tools. When I run the same command normally on my rose... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613107",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Return dplyr pipeline result early When coding, I often want to check the intermediate results of the pipeline I'm working on. If I'm working on the early parts of a long pipeline, it requires quite a few clicks/mouse to run that selectively and to save the outcome. Is there a neat way to do something like the follo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613111",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "5"
} |
Q: Datawarehouse design & ETL for getting general Data Structure I have multiple databases from multiple customers. The database structures are the same but the data structure in the tables are different. An example is that customers can create their own products and skillcatagories, so every customer has different pro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613113",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Auth:sanctum middleware not protecting routes I installed Sanctum on my Laravel 9 site (one that I've been updating over the years over several versions), in order to try out adding token generation to my API. I got the token generation working, it seems to work fine.
I tried to create a new route and protect it v... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613116",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to read a HTTP file with PySpark? I use pyspark 3.3.2. I am trying to read a CSV file via HTTP.
METHOD 1
import pandas as pd
from pyspark import SparkFiles
url = "http://raw.githubusercontent.com/ltregan/ds-data/main/authors.csv"
spark.sparkContext.addFile(url)
df = spark.read.csv("file://"+SparkFiles.get("autho... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613125",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to implement load balancer for Jboss We have a legacy java application which is developed in 2010 deployed in Jobss 5. we cant migrate to latest one because of some business and other constrain.
we have deployed our applicationin AWS, there are 9 servers and one load balancer.
We want to add and remove servers b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613128",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Indexing issue after Transposing dataframe I have the following code below, to produce the heatmap in the image. However, as there are many 'Indicators' - I would like the heat map to be long horizontal and not tall. I.e., the Indicators on the X axis, and the Criteria (robustness...etc) along the left side of the y... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613129",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: zustand state updated even if only part of the state is changed I have a React test app that uses Zustand as store. The app only displays an input field but every time the value of the field is updated the whole app is refreshed. I must be doing something stupid in the store but don't seem to find what. Any help wou... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613132",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: build - building chromium for android on mac m1 As per instructions given here Checking out and building Chromium for Android, building the Android client on Windows or Mac is not supported and doesn't work.
Has anybody tried building it on mac m1? Is it really not possible?
The Mac M1 chip is ARM-based and most And... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613133",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Not being able to deploy ECS Service - Deployment Failed At a conceptual level, I understand Docker & Kubernetes. I am trying out some things on AWS ECS, but these are not working for me.
I have been trying to create and deploy an ECS service based on the docker hub image nginexdemos/hello (uri).
I have created a cl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613134",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Create sparse and timestamp columns with EF Core 7 migration Using EF Core 7, I have to create a table with a Timestamp column and a Sparse column.
The equivelent SQL is this
[Stamp] [rowversion] NOT NULL,
[AuditUserId] [int] SPARSE NULL,
How can I include these in my Up method - for example:
protected override voi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613138",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Watcher action to message Teams channel fails due to bad payload I created an ELK Watcher with this action in my Watch JSON to send a message to a Teams channel:
"msteams_webhook": {
"webhook": {
"scheme": "https",
"host": "my.host.com",
"port": 443,
"method": "post",
"path": "/webhookb2/path",... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613140",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to log in ArgoCD using SSO with Google email I am trying to make it possible for us to long in ArgoCD using google accounts.
Has anyone done it, and could it give me the confog and if possible some other tips arround it. Do we need rbac as weel, create groups for the users and assign policiies?
would appreciate ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613143",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Maui and Firestore for iOS I have struggled to find a good plugin for Firestore on the Maui framework. I have found a few, and eventually used the REST API, details below.
I firstly tried google.cloud.firestore. This works brilliantly but needed to ship it with the credentials for the Google service account, includi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613144",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Traceback - can't get the exception text? I am trying to use a try/except block:
try:
raise ValueError
except Exception as e:
# Get error data
stack = traceback.extract_stack()
(filename, line, procname, text) = stack[-1]
# create sendable error data
error_data = {
"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613145",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can templates be used in C++ to link functionality to a class member name? This problem is recurring and bothers me since years. It's probably a known thing but somehow I haven't got yet to that book to answer it.
I have an application that creates messages. The messages contain fields that have either a value or ar... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613148",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: UPDATED: What is the proper way to tailor my site based on visitor type? I have a school website where the content differs based on student type. I want visitors to select student type on their first page visit. I want to store that selection as a cookie for subsequent page visits. But I'm told that web crawlers lik... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613149",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Executing a simple GLSL compute shader with modernGL does not work I recently discovered the advantages of compute shaders. However, somehow I couldn't get them to write data correctly.
In the minimal example below, I want to use a compute shader to rotate the first three channels of an image. However, when using th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613151",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C# SQL Server 2022 insert into too slow I created a simple table and inserted one thousand rows of data, but it took 10 seconds to insert only 1000 rows. Is this a normal insertion speed? It seems unusually slow. What could be the cause of this issue?
Create Table
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
C... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613152",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Arduino MQTTS on MKR 1010 Wifi board Is it possible to connect to a MQTTS broker using TLS? I implemented this before on an ESP32-board successfully by providing the root certificate in the source code. The MKR boards need to get the root certificate through the upload functionality, which works fine for me (describ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613156",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Is it possible a secure channel in gRPC without client certificates? I am starting with gRPC and one of the things in which I have problems is with the security in the communication.
I am using a self signed certificates, so I have created my CA and the certificates for the server and the clients.
Until now, I thoug... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613157",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to unselect grid items when loading grid When using Vaadin 22 the method
this.customerGrid.setItems(result.getResult()); selected items of the grid where automatically unselcted and it was not necessary to manually call a method to unselect any itmes.
With Vaadin 23 this dies not work anymore, you have to call t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613158",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Writing regex to capture string with optional lookahead I am trying to write a regex which, given these:
cache_realm_report__hourly_0.json
filters_0000.json
how_we_feel_emotions.csv
returns the respective matches
cache_realm_report__hourly
filters
how_we_feel_emotions
I have tried a few different patterns but they... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613159",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How to calculate difference in proportion of three different categories between two groups(column) in gtsummary in R? In my dataset, I have a binary categorizing variable gender (categoreies: "male"/"female"). I wanted to calculate the proportion difference along with 95% CI between each category of ses_status(categ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613161",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can we make a call from twilio web browser to a mobile device which doesn,t have the same app or site similar to a cellular call? I'm trying to place a one to one call from web browser to a mobile device with my number in it.
I'm using Twilio voice SDK to do it. It says congratulations on your first call but doesn't... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613163",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: GIMP : Tablet pen error / Pen pointer is in work but cursor not react enter image description here
Dear GIMP Brothers !
I have a problem with GIMP 2.10.30.
My labtop is HP Ellite book X360 G7 with HP Active Pen G3.
As you see the picture
When I use pen tool, Cursor and Pen pointer not working correctly.
When I try t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613164",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cloning BitBucket repo using password in git clone command causes issue I am trying to use the password in my git clone command to clone the repo but it always ends up with this error:
remote: Login failed due to incorrect login credentials or method.
remote: If you are unsure of which login details or login method ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613168",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to change the MAC adress of FPGA ZedBoard How can I assign different MAC addresses to the FPGA? Currently all the ZedBoards have the same default MAC addresses.
I'm using PetaLinux and my FPGA ZedBoards boot from SD card.
A: Change the MAC address using petalinux-config:
petalinux-config --> Subsystem AUTO Hard... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613178",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: the size of the loading image for adaptive layout vue3 :style There is an input where the picture is loaded, but it behaves differently for different screen sizes. On small screen sizes, the picture is cropped, although it remains at full height. I need it not to be cropped at small sizes, and to be shown completely... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613179",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQL Query To Delete All the Tables and its Schema in Azure Data Warehouse I want to delete couple of schema's and their tables in Azure Data Warehouse. I tried running the below command but it is giving me an error as below,
"Msg 104472, Level 16, State 1, Line 1 SELECT statements do not
support incremental operato... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613180",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: nodejs requires not making sense I have a very confusing problem. Start with the folder structure:
Starting code execution in top level index.js, the following works fine:
const recordController = require("./controllers/RecordController");
const monkeyController = require("./monkeytronics/MonkeyController");
const ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613181",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Iceberg - MERGE INTO TABLE is not supported temporarily I tried to merge data from parquet file into java.lang.UnsupportedOperationException: MERGE INTO TABLE is not supported temporarily. I use spark 3.3.0 with iceberg 1.1.0 running on a dataproc cluster which already attached to a dataproc metastore service. This ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613183",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |