Latest Questions

I am getting problem while installing sts in eclipse

No repository found at https://download.springsource.com/release/TOOLS/update/3.9.22.RELEASE/e4.23. I am getting this when try to download it.

Add the edit data function in recycler view using interfaces

My code is working fine, it adds the data when refresh the page and it deletes the data on long press, but when I refresh the page duplicates the same data that

No output from iosnoop (dtrace) until application is killed

I want to understand iosnoop. Therefor I wrote a small program to trace on. I expect to see something in iosnoop if I flush the cache. I don't see anything unti

Datetime parse and format in C++

I'm using time_point the first time. I want to parse datetime from string and found a difference when returning back to string from 1 hour. std::chrono::system_

PostgreSQL first query slow

I implemented cursor pagination. And for first rows it works realy well but the more I scroll down, the first query I send is slower. I run this query: SELECT *

Should I delete a corrupt .pack file in the .git folder?

I am unable to push to my remote because of this error: fatal: packed object {some hash} (stored in .git/objects/pack/pack-{abc}.pack) is corrupt remote: fatal:

D3 scatterplot hot to manage domain and range properly?

i'm building a scatterplot https://codepen.io/DeanWinchester88/pen/QWgGMja i couldn't make Y axis show format in xx : xx< but i dont understand why X-axis sh

Can Kurento act as RTSP Server?

I have currently configured VLS as RTSP server and streaming to webbrowser using Kurento media server. Can I configure Kurento as RTSP server instead of VLC?

Trying to swap key value pairs of an object. Any advices?

Trying to swap key-value pairs of an object! // an object through we have to iterate and swap the key value pairs const product = { id: "FRT34495", price: 3

Can we implement a Java library by using Java Frameworks like Guice or Spring?

I am creating a new java library and will make the package as a jar file and have another JAVA application that can use it in terms of a JAVA library. So, is it

How to properly print out list of scores in order from highest to lowest in code.org/javascript?

I have function of "endgame" and here's how the function goes function endgame() { setScreen("scorescreen"); ismytimergoing = false; appendItem(scorelis

Accesing downloaded files from a Flutter app

I am working on an app that should manage downloaded files. For now I am able to download a file on both platforms, but I would need to know how can I get the d

Bing Maps Route Optimization

I am attempting to generate an optimized route using Bing Maps re this article, https://docs.microsoft.com/en-us/bingmaps/rest-services/examples/optimized-waypo

i have problem connceting snowsql to snowflake its showing error

C:\Users\raxz>snowsql -a dr61159.ap-southeast-1.aws -u raxz Password: 250001 (n/a): Could not connect to Snowflake backend after 0 attempt(s).Aborting If the

Resolving a "shared" secretsmanager secret in CloudFormation StackSet

In AWS account A, I've created a secret in secrets manager, it's a key:value pair with the key token. I want to share this secret with any account under my AWS

I want to import CSV with strapi v4. But I can’t

I used this package when I was strapi V3. CSV was imported. https://github.com/EdisonPeM/strapi-plugin-import-export-content However, this package is not compat

Self Hosted Runner for each branch prod and dev

I have 2 branches prod and dev and I need to create a self-hosted runner for each so that I can use GitHub actions to auto-deploy the branches to the respective

Find all circles that contain a given point with a mongodb query

I have a set of circles, defined by points (centers) and a varying radius around it (green, black). I want to query if a given point (red) is contained any of t

How to remove padding from Text button?

I am trying to remove padding from TextButton but it wont work. TextButton( onClick = {}, modifier = Modifier.padding(0.dp) ) { Text( " ${ge

Simple way to convert time text strings to ints for numeric operation in Qliksense data load editor

TimeTemp displays as such 168@06:43:23AM stationTime displays opening and closing times of service area stations as such 6AM-10AM I’ve separated TimeTemp

How do I fix this error for reticulate in Rstudio?

I searched Stack Overflow for fixes to this error and will put all the things that I have tried below that did not solve the issue. I have not had an issue on o

vb.net - draw rectangle filled with white noise on a image

I use following code to draw a rectangle on a image: Dim gr As Graphics = Graphics.FromImage(augImage) Dim rect As New Rectangle(xposLabel, yposLabel, w, h)

Seaborn kdeplot works in local - gives error in amazon sagemaker

I am running the following straightforward code: sns.kdeplot(data=subset_data['VaribleA'],fill=True, color = "#FF0000" , linewidth=1, bw_method = 0.25) When I

Next.js server keeps runing but nothing is being displayed in the browser for about 20 minutes

I'm developing this application with Next.js i'm using typescript as a language. I'm also using module css to style my components. I initialized my next applica

how to ensure atomicity in neo4j cypher writes:

I have never used the transaction lock features in neo4j cypher before so I not sure how to do this. I have a series of writes that I need all to complete or no

How to use Python Regular Expressions so that my program only loads in files that have 'formatted' in the title?

I am trying to use python to load in certain excel files that have 'formatted' in the title. I am attempting to use Python regular expressions to do this; howev

Add specific hovering behaviour to R plotly graphic

I am having troubles defining a specific behaviour when hovering an R Plotly graphic. Here is what I would like to do : I would like the full arrow to be respon

Inserting multiple values into a string

I am trying to run this command but need to insert new two variables for every time I run this command. I think the right approach is to loop through a dictiona

Individual Listeners for Chat Room List Firestore

I'm trying to implement a chat message service in my iOS application. Currently, I have a tableview holding different chat rooms for each cell. However, it seem

How to use Apollo/Graphql hooks within external React.js component library

I have 3 React.js projects and I'm trying to consolidate the reused components across all 3 projects into one shared component library. This component library i