text string | meta dict |
|---|---|
Q: IAM policy to isolate users in Cognito pool I have an Amazon Cognito pool with registered users. These users are in AccountA and should be able to query secrets in AccountB using API gateway.
When the API in AccountA is invoked I am executing assume role into AccountB and then list the secrets with the tags as the u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602956",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Kendo TreeList React: Resizing a column causes list to scroll up my question is related to this issues:
https://github.com/telerik/kendo-react/issues/1437
example: https://stackblitz.com/edit/react-dftwe6?file=app%2Fmain.jsx
it looks like a bug, but ,aube someone know about workaround?
Tried to find something but it... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602958",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CSS - Unwanted short bounce when transition happens I have a filter button in my web application that whenever I click it, it expands and shows the full filter bar. I added a transition to go from the small button to the whole bar smoothly and It works well, the problem is, when the transition happens there's a spli... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602960",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to render a text input in a THREE.js canvas? Is there a way to render a text input inside of a THREE.js canvas? Or is the best way to do this is to have text input and render that on top of my canvas?
I tried rendering a text input on top of my canvas but I was wondering if there is a cleaner solution... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602961",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: LinkML schemata for DOI registration? At https://www.crossref.org/xml-samples/ there are some examples for XML and Json Files that if i understand right are needed to register DOIs for certain items.
I'd love to know whether there is already a LinkML schema equivalent available for these so that conversion between d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602963",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PySpark in Databricks error with table conversion to pandas I'm using Databricks and want to convert my PySpark DataFrame to a pandas one using the df.toPandas() command.
However, I keep getting this error:
/databricks/spark/python/pyspark/sql/pandas/conversion.py:145: UserWarning: toPandas attempted Arrow optimizat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602965",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python find row that causes greatest variation in columns I have a table where people rank cars according to which is their favorite ( number 1 as most favorite and so on). For the most part the top three cars are similar. However, I want to see which car rank sets them apart i.e. they rank which car lowest (they li... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602966",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't make a script change text at a certain time in Roblox Studio? I created a script to change the text but the text changes by seconds and I need the text to change at a certain time and not by seconds!
At the end of the Text, the function should be activated green flash!
After the green flash, all players must t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602967",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Calculation of shape parameter and scale parameter from vaues of cumulative hazard function The Weibull probability density function is given as such:
and the cumulative hazard function is represented as:
Now, I have a dataset where, the t and H are known as such:
## Import libraries
from scipy.optimize import cur... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602968",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Talend, PostgreSQL error: "Expecting property name enclosed in double quotes" I am using Talend API tester to send a POST request to my FastAPI backend, and a PostgreSQL database. Please note that the table has a JSONB column. I get the error message;
"msg": "Expecting property name enclosed in double quotes: line 1... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602969",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SUMIF (INDIRECT()) within ARRAYFORMULA() Google Sheets I'm trying to wrap a sumif(range) formula in an array formula. The 'range' is dynamic, and is derived by an INDIRECT(ADDRESS()) combo, based on an input cell in this case $D$2. I used this approach as R1C1 notation didn't work when referencing another sheet wi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602970",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Microsoft Windows Camera app appium buttons are visible but not accessible using appium API's Trying to automate Windows camera app using appium\selenium api's in Windows 11.
we observe that after switching between video and photo mode for couple of times.. video icon will be active but find_element_by_name("Take vi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602973",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How integrating CAS Protocol with Microsoft .NET6 APIs c# I have some APIs written with .NET6.
I want that only some of my APIs are authorized with the CAS protocol.
I am looking for documentation or examples but I found only very old examples with old technologies and I cannot figure out which steps I need to perfo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602974",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Failed to load resource: the server responded with a status of 404 () on loading image from a folder in server I have a Blazor that is core hosted. I am saving an image to a folder via a controller in my server like this:
var path = Path.Combine("uploads", trustedFilenameForFileStorage);
await using FileStream fs = ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602975",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: df.plot - only scatter plot allowed I have two CSV files that I load into Pandas dataframe. Then I plot some columns to one graph. Somehow one graph can be whatever type (line, area, scatter, bar etc), but the other can only be scatter. Why is that?
Here is my working code. When I change in the last row kind="scatte... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602976",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Incorporate two models in one controller I want to combine the Supps and Stocks model on this function, the scenario for this is, the Supps model are populate in Stocks model, With this, I want to edit the values for the Supps model and Stocks model when I click the 'Edit' button. I am having a hard time and I am ne... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602978",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: YoutubePlayerController with GetxController using youtube_player_flutter: ^8.1.2
I'm trying to implement YoutubePlayerController with Getx
class EpisodeController extends GetxController with StateMixin<TvEpisode> {
final String _slug = Get.parameters['slug']!;
late YoutubePlayerController youtubeController;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602980",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: sandbox : This is plat form from Alxse that helps edit codes This problem occurred when I was working on the sandbox.
The question is that please help me to fix such problems:
i try to restart my laptop and as well changing other computer and test is agian but not working.
here is the sandbox message:
Error response... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602981",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: NuGet.Protocol.Plugins.ProtocolException: The SSL connection could not be established I'm trying to do a dotnet restore for a .NET 3.1 project on Linux. Command fails with the following exception:
Terminating plugin 'CredentialProvider.Microsoft' due to an unrecoverable fault: NuGet.Protocol.Plugins.ProtocolExcepti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602983",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Kafka JDBC Source connector not respecting search path We've setup our postgres source database so that we have all tables that we are interested in, in two schemas. Essentially we have schema1 and schema2, and the tables in these schemas are identical. When we make a deployment/migration we get rid of schema1 and c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602985",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to call the Inject Task value into another task?
Added the Task got the output in console as shown in fig
I tried Inject Variable Task and the value is inject.
How to call inject variable in to another task within a job?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75602986",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add hw model FLAG in the macOS ARM VM using prlctl? https://kb.parallels.com/en/124564
The above is the reference and I want to add the above flags using prlctl commandline tool in macOS.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75602987",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I am not getting an expected output from my code:( loop that removes all elements from a list that are greater than a given number
list = [30, 200, 65, 88, 98, 500, 34]
n = int(input("Enter the desired no. "))
for i in list:
if i >= n:
list.remove(i)
print(list)
suppose I enter: 98
the output shou... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602988",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Mute the sound on exit fullscreen mode in the HTML video player I need to fix problems with the full-screen mode in the HTML video player.
The video is playing in the background, but there is a play button that starts the video in full-screen mode and turns on the sound. When the user exits full-screen mode - the so... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602989",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: While deploying Ontology Actions through Foundry Templates, I got OntologyMetadata:InvalidApiNameFormat When deploying multiple assets through Foundry Templates, I got the following error message:
OntologyMetadata:InvalidApiNameFormat
Failed to deploy an action.
The only further error details I see in templates are... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602990",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Local Minikube/kubeflow and Keycloak architecture this is quite a complex problem in my opinion, so I will try to explain it in detail:
My task is the following:
I have to locally run Kubeflow and connect it to Keycloak via oidc, to be able to logon to Kubeflow with credentials from Keycloak.
So far so good. My curr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602991",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to expose a REST/SOAP api service from a .Net console app which can be called by upstream application & push required info to the automation I'm a newbie in my organization. I work for a Healthcare client project for whom my org has developed an automation tool that is used to process claims. I work on a similar... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602993",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Identifying previously shared group membership between group members My data has rows representing individuals who have belonged to different groups, with individual ID's ("ID") and group ID's ("GROUP_NUM"), and the date which groups were formed ("Date").
I'm trying to write R code to create a new column ("HistoryCo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602994",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Static assert failure while using boost::iostreams::gzip_decompressor() I have a large compressed file that I have to read and periodically need to change the position in the file when reading, that's why I want to make it seekable. I have two versions to declare the object, but both of them don't give the necessary... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602997",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Can I get warnings on incompatible packages? EDIT:
Apparantly this is a duplicate of an older question where the answer was "You can't avoid this"
System.TypeLoadException occurs on duplicate dependency with different version
But there's a comment on this questions that says it's not only avoidable, you actually get... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75602998",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Upload multiple articles on wordpress website I have thousand of articles in text format which I need to publish/upload on wordpress website. Currently I am uploading each article manually from dashboard Post category. Is there anyway if I can upload articles in bulk quantity?
My website has 7 categories in total an... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603001",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to add contents to script that needs to be append to head in Vue? I have a code:
let myScript = document.createElement('script');
myScript.setAttribute('src', url);
document.head.appendChild(myScript);
How can I add contents to script before appending, so that I'll have something like:
<script>
// do somethin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603006",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Type mismatch: cannot convert from Class to Class extends IRetryAnalyzer> I am learning selenium now-a-days, I got stuck at one point, can anyone please help me out?
While using IRetryAnalyzer, in my test case I use this in annotation:
@Test(groups= {"ErrorHandling"},retryAnalyzer=Retry.class)
but I am getting an e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603009",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Issue Hang on function FindByNameAsync when debug it? I work on .net core 7 blazor web app . i face issue when working on identity user register .
when debug on function userManager.FindByNameAsync it hang and stuck
so I try to add watch to function userManager.FindByNameAsync to check reason
I get message function ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603010",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How in Tailwind-css rows to have 2 to 2 of the same background color I have a table 'n' rows.
I want my rows to have 2 to 2 of the same background color.
For example, row number 1 and 2 are red, rows 3 and 4 are blue, and this order is repeated for the rest of the rows. 5 and 6 should be red
This is work whit tailw... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603013",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Update only non-zero weights in a Tensorflow model Is there a way to efficiently update (retrain) only the non-zero weights in a TF model?
The idea here is to reduce the retraining time and therefore, I'm trying to find a way to calculate gradients only for the non-zero weights. This is the training function
@tf.fu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603015",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 2sxc - problem with editing after upgrade to DNN and 2sxc I have recently done some DNN version upgrades which included upgrading 2sxc as part of the process. After the upgrade, the 2sxc editor has text overlaying various buttons/links instead of showing icons. Please see screenshots attached.
DNN was upgraded from ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603017",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: angular universal and full calendar error ReferenceError: document is not defined I use Angular Universal in Full Calendar Package. As soon as @ngmodule ({}) IMPORT FULLCALENDARMODULE, so I put it on ERROR.
ReferenceError: document is not defined
at Module.42075 (C:\Users\New User\Desktop\schedule\dist\schedule\serv... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603018",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Avoid to repeat a prop.table using map , apply, etc I have this dataset
dput(per_stack[1:4, ])
which gives this output
structure(list(compliment_perc_index_bloc_org_plan_migpunts = c("Menys del 25%",
"Menys del 25%", "Menys del 25%", "Menys del 25%"), compliment_perc_index_bloc_pressupostari_migpunts = c("Menys de... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603019",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Create podman volume with custom path I am trying to create a volume with custom path, I want the volume data path to be /home/$USER/data instead of default path which is ~/.local/share/containers/storage/volumes.
I have googled it but could not find the result, so I got help from chatGPT, then as per the guidance I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603020",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: regular expression with \n, how to overcome I'm trying to solve a problem.
From the original text file, select a block of information for
1857 and place it in a new text file.
"Techniques which are used to win customers include coupons,
1857
samples, money back, competitions etc.
Many of these techniques are over a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603021",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: How to convert 'if the do' from SAS to Pyspark I've a df like this:
Zip
City
'River'
'London'
' '
'Rome'
'River'
'Berlin'
'River'
'Madrid'
' '
'Munich'
' '
'Paris'
SAS code below which I've converted in Pyspark
if Zip = ''
then do Flud = City;
Flag = 'City';
end;
e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603022",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: for Linkedin marketing API Hope you Guys are well, There are some challenges we are facing while developing our own custom plugin using your provided marketing API, Below are the list of challenges that we are facing,
*
*We are unable to know against which posts comments have been made recently. As an example, if ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603026",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how to hide a line drawn with a "Line_Drawer" behind a mask in unity In the unit there is such a thing as Line Renderer. I created it but now I need the lines that I draw to be inside some kind of mask. I am newbie in unity and programming too please help
I tried "Mask", "RectMask2D" and "Sprite Mask" but it doesn't... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603028",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: web crawler and scrapping service Could someone explain to me what are the steps of how could I create a service which would automate the process of finding new websites(e.g animal shelter websites) on the search engines(e.g google).
I am expecting that the script could find new websites and sent the websites info t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603029",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Running nested virtualization with EPT over shadow paging with qemu-kvm I'm experimenting with nested virtualization and using qemu-kvm.
I'm trying to run nested virtualization with shadow paging in the guest-host and EPT in the nested guest. Is there any way to do it?
I was able to run shadow paging in the nested g... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603030",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to set SMB file locking in windows server 2019 I have attached the Azure fileshare that supports SMB and FileREST to a windows server 2019 virtual machine. I noticed that the files which are being written by the windows server is already available for other processes running in different machines. Due to this, o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603032",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In solr Master-Slave configuration custom indexes are getting out of sync sometimes in one of the slave server In our production environment, we have Master-Slave SOLR server configuration. We have 2 SOLR slave servers and configured SOLR load balancing URLs in prod CM and CD servers.
Right now we are facing intermi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603036",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Error request POST with files only with deploy version : next.js + MongoDB with multer Good morning,
I have a problem that puts me in total PLS, I can't find any way to solve it anywhere, nothing with a google search. And chatGPS tells me to configure my db this way for SSL:
1) Log in to your MongoDB Atlas account a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603039",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to filter a dataframe by comparing two string vectors? I have a data frame with two string vectors, e.g.
Xsz<-c("A", "B", "C")
Xal<-c("A|B", "A|C", "B|C")
XDF<-data.frame(Xsz,Xal)
I'd like to filter those rows, where the string in the first column (Xsz) appears in the second one (row 1 & 3 this case)
I've tried... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603041",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: File not found exception in PHP I am trying to access config file in login page. Both are present at same level.
Config File
namespace config;
class AppConfig {
private $domain = "domain/";
private $absolutePath = "path/";
public $completeDomain = $domain . $absolutePath;
}
Login Page
use config\AppCo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603044",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to force reload vite in Nuxt 3 project from terminal? Is any hotkey exists? Sometimes vite doesn't see changes, so i have to stop dev server and run it again. Is there any way to do it by shortcut, like Ctrl+C for stop dev server?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75603046",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Training a Large Graph Neural Network for Time Series Traffic Prediction Problem I am training a GNN (GCN+GRU) for traffic prediction problem using pygeometric, my project is like the example shown in the official website
https://pytorch-geometric-temporal.readthedocs.io/en/latest/notes/introduction.html
(https://i.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603049",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to process/fuse feature maps with different shape? Assume that there are two feature maps with different shape. For example, feature map A represents the whole image, its shape is [128, 128, 3]. And feature map B represents a local part of the image, its shape is [10, 10, 3]. I want to fuse these feature maps in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603050",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Modify spark dataframe structure using pyspark and converting to list of dictionaries produces null datetime values I have a spark dataframe called df structured as follows:
ID
values
datetime
ID2
Port
TotalTime
id1
[0, 1, 2, 3, 4, 5]
[01/01/23, 02/01/23, 03/01/23, 04/01/23, 05/01/23,]
ab1
7
16
id2
[3, 6, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603053",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: why routes with auth middleware don't open after Auth::attempt in laravel? my login page don't go anywhere, just reload login page after press login!
in the loginController I don't have login method :
<?php
namespace App\Http\Controllers\Auth;
use App\Http\Controllers\Controller;
use App\Providers\RouteServiceProv... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603056",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CodeIgniter 4 , unit test I am using PHP CodeIgniter version 4 and want to test model's methods with the help of unit testing, How can I create test cases and methods. I have tried using phpunit but still getting no results.
I've created a test class ReceiptTest in test directory in CodeIgniter 4 and tried to execut... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603059",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: DXF - AUTOCAD cant open DXF file with text Entity I'm trying to write some DXF files manually using VBA, the ideia is to create a macro that transform a list of names in text in DXF.The first files i just ploted a simple line and it opens just fine in Autocad but as soon i insert an text entity it doesnt work anymor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603060",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can I add a new column in a sql table which is already partitioned.(SQL Server ) I have a table which is partitioned on x column, but now I want to add new column(y) which is not related to partitioned column. So I used Alter command to add new column(y), but suddenly this y column is taking up all the space. Usuall... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603062",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Extract symbols from P&ID image using python I am trying to extract the symbols using python, right now I am able to identify the symbols with in the image. Can someone help on how to extract the symbols from the images and also need the count of the symbols
Thanks in advance.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75603063",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Native 0.71 fail to build on iOS with custom build config (React-Codegen, FBReactNativeSpec) I get stuck since 2 days on the following problem:
For the needs of my ReactNative App I need to have 3 differents xcode build config.
When I compile my App with de default build config (Debug) it works, but when I cre... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603064",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: This is regarding the JMeter performance testing There are 20 users, each user we allocated 200 rows of data from the CSV file but there are three different HTTP request that needs to read the unique data from the allocated block size within 5 mins delay
How we can achieve this? can anyone help
enter image descripti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603065",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Mui material pagination Im trying to make a pagination for some posts and i did everything almost but when i press the paginator links they change just for the first time. For example if i press the number 2 it changes on the page 2 but it doenst go back to 1 or anywhere else. I cant figure out what I do wrong
this ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603066",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Tailwind with Angular grid-cols not working This simple code gives me the right result in play.tailwind.com (a grid with two columns) but in my Angular project grid-cols-2 doesn't work. Every other tailwind class works fine.
<div class="grid grid-cols-2 gap-4">
<div>
aaaa
</div>
<div>
a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603067",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Conflict with Previous and Comment Template on my theme <select id="postChange">
<?php
$related = get_posts(
array(
'post_type' => 'chapter',
'category__in' => wp_get_post_categories( $post->ID ),
'numberposts' => -1,
'post__not_in' => array( $post->I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603068",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React-pdf export Highcharts in SVG There is a React project in which I want to export a chart in SVG format. I already use the React-pdf library in this project that I cannot replace. Could someone help me how I can pass the SVG content for the PDF document? I tried simple inserting the content into the Page and SVG... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603070",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Use listview and pdf files in flutter In my project in flutter I use pdf file ... More than list
My problem is
I have three listview each list read group of pdf file but now second listview read file from first listview.. how I can separate each list with his file
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75603071",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to activate the exact mesh of a link for contact simulation on Drake? We are trying to simulate the contact of a two-link brachiating robot with unactuated(hook-shaped) grippers on the support bar of a horizontal ladder. The following image(img4.png) is the .obj file of one of the links, opened in MeshLab. More ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603072",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't change the color of Bar chart in R
barchart <- ggplot(data=penguins)+
geom_bar(mapping=aes(species))
barchart + scale_fill_manual(values = c("Adelie"="purple","Chinstrap"="orange", "Gentoo"="green"))
Hi, I am new to R, and programming in general, I am trying to designate a specific color to my bar chart, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603077",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Operations with bits program must be a cipher that has a sign in two halves (4 + 4 bits), in the first half, divide the bits into two pairs and replace their values in the pair mutually (from 10 will be 01, and 00 will be 00, use the resulting 4 bits with the XOR function for the second half, help me find the mi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603079",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: NextJs crash caused by styled-components: TypeError: Cannot read properties of undefined (reading 'withConfig') I'm creating an npm package out of some CRA module which use styled-components and I use this npm package in a nextJs app which crashes because of styled components used by the npm package.
The npm code th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603080",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to add json animation file to app.json in react native expo since expo doesn't support gif images as splashscreen, i am trying to use gif as json a file.
Is it possible to use json file in app.json.
If yes, how?
Any help would be appreciated.
A: Yes, you can place json file in your project and use it by importi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603081",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why verification of ECDSA 384 signature fails in GO but not in PHP? I am facing a issue where I have to verify a signature produced by a Smart Card. The signature is in ECDSA 384 and the message being used is two byte arrays (concatenated together) of SHA-384 hashed strings. I have a sample code written in PHP to p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603088",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: Check if a control is currently being shown? I am trying to determine if a control is visible and if so take a different set of actions.
For example, in Notepad check if the status bar is currently visible:
ControlGet ctrlVisible, Visible,, Windows.UI.Composition.DesktopWindowContentBridge5, a ;"Windows.UI.Com... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603089",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how can i add multiple path rout to the same component I am trying to make this as multiple path, but when I do that I get a blank page. When I go back to the "/home" path, everything works fine.
const routes = [
{
path: ["/", "/home"],
element: <GeneralLayout />,
children: [
{
index: tru... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603091",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: CUDA Segmentation fault after calling kernel function I am currently working on a CUDA + MPI project that involves calculating the difference between the colors of the overlapping pixels of an object and a picture.each MPI process takes a picture and array of objects and finds the objects on the picture using CUDA.
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603092",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to generate XML UBL 2.1 file in java I have to generate an invoice in XML UBL 2.1 formate in an java project.
I want step by step method how can i generate it from backend in an java project
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75603094",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Some html refactoring So I made a website for selling books (just for practice). It has a books section where I show all the books categorized in rows just like the netflix. If I click to the book's image there comes up a little popup box where you can read some details. The content of the popups of course different... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603097",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Backend deployed faild on render enter image description here
I am using node.js for the backend and package express cores mongoose on the MongoDB database
I am getting this error when I am deploying my backend on the render
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75603101",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Google Spreadsheets. Paste data from one range to another if title and sub-title are equal I have two ranges...
Range1:
|Year |2023|2023|2023|2023|2023|2023|2024|2024|2024|
|Month| 7 | 8 | 9 | 10 | 11 | 12 | 1 | 2 | 3 |
|Value| 0 | 0 | 100| 0 | 0 | 200| 0 | 100| 0 |
Range2:
|Year |2023|2023|2023|2023|20... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603103",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: General recommender system Imagine a platform on which anything can be shared, simply using a link. How would you go about building a "general" recommender system that can adapt to any media type and content? There does not seem to be any research in this area, as far as I can tell. Collaborative filtering would pro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603104",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to download a file from a url in a public folder of React.js project How to download a file from a url in a public folder of React.js project.
I have tried by anchor tag download option and some more like fetch, axios etc but not able to download in public folder of react project from a image url link.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75603106",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to declare function with multiple and limited options in Nest.js? I created function that can accept parameters in multiple ways like below.
To enable code working, VSC shows second parameter can be either boolean or number in one option.
export function sample(a: string, b: boolean | number): string {
return ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603112",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I find out how far Composer needs to update a library package? I maintain a library package we'll call Mine. Mine depends on LibraryA v1, which depends on LibraryB V1.
I want to install Mine in Project.
However, Project's other dependencies require LibraryB V4.
I therefore need to make a new release of the Mi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603113",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PowerShell.WindowsForms.Change ListBox via Selecting item in ComboBox Good day!
Creating a form on PowerShell - System.Windows.Forms.Form.
In the process, several questions arose.
*
*The form contains ComboBox and ListBox blocks. ComboBox contains a list of organizations in advance. When selecting an organization ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603114",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Image carousel doesn't work (all images are shown) until I press the buttons After loading the page carousel (crew-slider) shows all images and text overlaps. But when I click on the buttons carousel starts to work correctly.
Here is some code I have:
$args = array(
'post_type' => 'crew-slider',
);
$crew_slider ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603115",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Misplaced \noalign warnings in latex \begin{table}\[h!\]
\ra{1.5}
\begingroup
\fontsize{8pt}{9pt}
\selectfont
\begin{tabularx}{\linewidth}{cc|{2}{X}}
\hline\\multirow{2}{}{\\textbf{C}}& \\multirow{2}{\*}{\\textbf{T}}& \\multicolumn{2}{c}{\\textbf{S}} \\ \\cline{3-4}& & \\textbf{E} & \\textbf{P} \\ \... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603118",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: aws glue logs: naming convention I would like to understand how glue jobs log's files names are created/assigned. For the same job (name) I get completely different log's files names with each execution, even for the same day, with no apparent connection (among file's names).
Is there something like [account_id]+[vi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603120",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Alternate capitalisation in a string upper and Lower I would like to do a program where I have this input: New Word and this output: NeW wOrD
But with the code bellow, I had this output: NeW WoRd
There is a better way to do this? I'm on the right path?
word = input("input a word")
def changeCase(word):
i = 0
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603121",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: NavigationStack embedded in View In my app I have a View inside another, and I want to navigate to another view from the subview, with a NavigationStack. The problem is that the navigation takes place at the top view level.
I only want to replace the subview with another subview with navigation. In UIKit it works fi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603126",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: is there an efficient way to retrieve a value associated to a key from all hashes in redis? Is there an efficient way to retrieve a value associated to a certain key from all hashes stored on Redis?
I'm using Redis to store hashes for taking advantage of the RediSearch module, but I also need to recover some of the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603127",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ListView setState signle row (data from SQflite) I am doing a simple project with SQFlite.
Data presented from the database in a listview
After clicking "add" I need the icon to change and the button to change.
How to solve a problem?
Start
After click
If I click on one element it works correctly.
But if I click o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603128",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python: pdftotext changes position of blank lines When converting PDF to text in Python pdftotext, for some reason the line breaks change position between the Mac environment and the Raspberrypi environment.
with open(pdf, "rb") as fp_in:
pdftotext.PDF(fp_in, physical=True)
Font or something must be different. ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603129",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 1 text file can contain many def or not, if so, how to call it out I can't call out a file text that contains multiple def
this is my file
I did try delete 1 def and call out another def and it's ok
I also did save two def into two file txt but one file is error when I call
I want save it into one file and call out ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603131",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: BatchUpsert with Golang and Gorm deadlock in concurrency goroutines I want to get data from one table periodically and analyze it, then dump it to another table.
In the way I did not use parallelism, it was slower and without problems. Therefore, I want to change to parallel processing, but there is a deadlock probl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603132",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: how to access on-premise network drive through azure devops pipeline using self hosted agents (hosted on AKS) We are using Azure Devops for CICD pipeline and using self hosted agents which are hosted on AKS.
We have scenario where our pipeline needs to run a ps script on a on-premises server or in other words, the p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603133",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I apply the same style to a dynamically created element as that of another element with the same classname in javascript? My HTML code:
<div class="side-bar">
<div class="menu">
<div class="item"><a id="item1" href="#">Dynamically create submenu here</a></div>
<div class="item">
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603134",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the best way to handle multiple sets of parameters passing to tests using TestNG and Allure? I'm currently working on a project, where we have around ~30 test cases. We are using TestNG and Allure for reports. We faced the problem, where we want to pass multiple sets of parameters to the test case, so test w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603137",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add unit test for FluentUI Dropdown using RTL and Jest We are working on Custom Teams App and using common components from @fluentui/react-northstar.
For this we have used Dropdown component of @fluentui/react-northstar to show the suggestions based on the entered text
Now when I am trying to add unit tests u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603138",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to give size of widget to builder for showing custom error widget for build phase errors? I implemented custom widget for error build phase, but content is showing on top of this widget and I want it centered.
I cannot put it into Scaffold, it generates errors, probably because of construction of my app:
RenderC... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75603140",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |