All Questions
24,196,021
questions
0
votes
0
answers
2
views
Azure Connection String not readable in Spring Boot application.properties
I have a Java Spring Boot app deployed on Microsoft Azure that is connected to a PostgreSQL database. I want to connect to the database using credentials stored in Azure as Connection strings. The ...
0
votes
0
answers
2
views
Deploying express api from monorepo failing on render
I am trying to deploy my express backend on render as a web service from a mono repo (github link of repo : GitHub - kartik-chausali/code-arena-turbo)
this backend uses different modules which i ...
0
votes
0
answers
3
views
npm install failed in expo react native project on MacOs M1
I was trying to install a package in expo React Native project without success. I then tried running npm install and expo upgrade. Unfortunately, npm install failed with following error message:
npm ...
0
votes
0
answers
7
views
in Python, how to display the mention of a century after Jesus Christ?
I'm looking for how, in Python, to display the mention of a century after Jesus Christ.
For example :
I would display “Ier siècle”
VII would display “VIIe siècle”
0
votes
0
answers
7
views
VPS server %steal reason
We have VPS hosting for our e-commerce website which use hostinger service. The server specification is 32 GB RAM with 8cpu. Now when there is only user coming up in the website also not getting ...
0
votes
1
answer
6
views
Is it ok to replace image files in the system32 folder with other image files
I want to get custom system icons, to do this i expect you would replace files in the system32 folder. I want to replace the icons on the taskbar with "cooler" ones, so I found them in c:\...
-1
votes
0
answers
6
views
What traps Awaits a C# programmer learning the Swift Async system?
Reading about the new version of Swift I see it have Async and Await, a quick read of the Swift documentation makes it sound like the async surport built into C#.
But clealy life is never that easy!
...
0
votes
0
answers
6
views
Not able to activate virtual environment using python 3.12.0 in vs code
I'm working on webapp using python, django and html, css. For that I need to create a virtual environment for that i installed Python 3.12.0 and i run this command "py -m venv myenv" in ...
0
votes
0
answers
5
views
HOW DO I OPTIMALLY READ LATEST DATA FROM DIFFERENT TABLES IN OPENMRS DATABASE
I am trying to uniquely read latest patient data from openmrs database but it takes a lot of time and I want to know if their is a way I can optimize my SQL code to be efficient.
below is the initial ...
0
votes
0
answers
4
views
Module 'FirebaseRemoteConfigInterop' not found
Firebase SDK Version: Unity 12.1.0
Xcode Version: 15.4
Installation Method: CocoaPods
Firebase Product: Remote Config
Targeted Platform: iOS
Issue:
I got an error: Module 'FirebaseRemoteConfigInterop' ...
0
votes
0
answers
3
views
Precision and Scale Question in Floating-Point Column
I'm a little confused by the very last example. Here's the excerpt:
When using a floating-point type, you can specify a precision (the total number of allowable digits both to the left and to the ...
0
votes
0
answers
4
views
Playwright: how to interact with Angular Material checkbox
I have an Angular component that contains an Angular Material checkbox:
<mat-checkbox id="my-checkbox">My Checkbox</mat-checkbox>
My goal is to test the containing application, ...
0
votes
0
answers
8
views
I keep getting errors with my machine learning model
It's just a version of a model i made which predicts stocks, when I run it, it works fine, but returns errors with the output, note indentations were messed up but its self explanatory
This is the ...
0
votes
0
answers
4
views
Why textMeshPro makes gc when called SetCharArray?
I am new about unity,I found that in the function named SetCharArray, like this:
public void SetCharArray(char[] sourceText, int start, int length)
{
PopulateTextBackingArray(...
0
votes
0
answers
7
views
Which is the best company for itad?
I am looking for the best company to provide itad services. During my research, I came to the Rapid Solutions website. Do you have experience in this field? If you have any experience, please share it ...
0
votes
0
answers
10
views
Why is binding null
when the button is clicked, it is located on a fragment, and the method from MainActivity is called. after selecting from the dialog box, the method in the fragment is called again. But in this ...
0
votes
0
answers
6
views
ERD for Learning Management System
Anyone can help me with this diagram correction?
My examiner highlighted the wrong part of my ERD, and i don't know how to fix it. I'm attempted to create an ERD for my LMS project. Here's a quick ...
0
votes
1
answer
8
views
Trying to create a grouped barchart in R - producing a stacked one instead
I am trying to create a bar chart that has the number of each species grouped into years. I want each year represented on the x axis with the number of each of the 3 species grouped next to one ...
0
votes
0
answers
8
views
a constructer declared in a type with parametere list must have 'this' constructor inisializer error
'm working on a C# project where I have an abstract base class Employee with a parameterized constructor Employee(string name). My derived class FullTimeEmployee has a constructor that takes three ...
0
votes
0
answers
7
views
Dependency 'androidx.appcompat:appcompat-resources:1.7.0' requires version 34 or later to compile
How to know a particular version of dependency can be compiled with a minimum/maximum version of Android SDK API version.
e.g. How to know Dependency 'androidx.appcompat:appcompat-resources:1.7.0' ...
0
votes
0
answers
8
views
Rust Bevy cannot run the release executable file; missing libbevy_dylib. [Ubuntu]
help !
I built Bevy on Ubuntu, but when I try to run the executable file in the target/release folder, it logs the following error:
./BevyPractice: error while loading shared libraries: libbevy_dylib-...
0
votes
0
answers
5
views
How do I set up the 3d visualizer correctly so that it shows a signal in the form of a sphere?
INET has a standard example of two hosts working (/inet/examples/wireless/obstacle).
Looking at the information on the Internet, I came across this article
This clearly shows that 3d signal ...
0
votes
0
answers
4
views
2 itemTouchHelpers for 2 recyclerviews not working
Context: WorkoutStartFragment hosts a RecyclerView (For exercises within the workout) that hosts a RecyclerView (For sets). Each RecyclerView has their own itemTouchHelper. For the exercise ...
0
votes
0
answers
12
views
How can a PDF with text and images be generated
The following snippet generates a pdf with text but the image is distorted like this
Seems the required image should be a .jpg. When I used a .png, not even a distorted image was showing in the pdf.
...
0
votes
0
answers
11
views
Cool date pickers for solidjs
Hey just started trying out solidjs few days ago on a personal website.
What date picker would you recommend for solidjs?
Tried this looks cool but not all that customizable it seems. And it doesn't ...
0
votes
0
answers
6
views
K8s Ingress Proxy Body Size Annotation Quotes Removed After Applying and Getting 413 Error
I'm working with a Kubernetes (k8s) Ingress and need to increase the upload size limit. I added the following annotation to my Ingress definition:
annotations:
nginx.ingress.kubernetes.io/proxy-...
0
votes
0
answers
9
views
I want to sort my data according to nearest location
Hi i want to get data nearby location for that I am providing coordinates so its giving right data but I want all data in sorting order by coordinates like I have searched for vadodara then it should ...
-3
votes
0
answers
6
views
whatsapp@ +256750444629 abortion pills clinic in nairobi Eldoret Mombasa Kisumu
ABORTION CLINIC pills whatsapp@ +256750444629 Your clinician may recommend taking 400–800 micrograms (mcg) of vaginal misoprostol (Cytotec) to treat a missed miscarriage during the termination of ...
0
votes
0
answers
3
views
How to create a seamless infinite loop for parallax images with framer motion in React?
I have created a ParallaxText with Framer-motion in which images move. This is the code for it:
import { useRef } from "react";
import {
motion,
useScroll,
useSpring,
useTransform,
...
0
votes
0
answers
4
views
Can't define BackgroundSocketProcessor with ASP.NET 8
I'm following the instruction by Microsoft but I can't use BackgroundSocketProcessor . Do I miss any library ?
Program.cs:
app.Run(async (context) =>
{
using var webSocket = await context....
0
votes
0
answers
6
views
Thymeleaf, Java Spring boot, trouble in get value radio th:field value in backend (biding thymeleaf)
<input type="radio" th:field="*{questoes[__${iter.index}__].respostaCorreta}"
th:value="${alternativa.texto}">
I'm working on a ...
0
votes
0
answers
13
views
Excel/Vba/ADODB: how to connet to Table only with its name, to perform a query?
I have tried to get a solution to my problem, looking also to the past questions here reported, but I didn't find a solution.
Problem: in VBA, how I can specify the name of a Excel table, inside an ...
0
votes
0
answers
5
views
PySpark: Add a penultimate layer to a model to manipulate final embeddings
I have been going through the GitHub repository for SparkNLP and PySpark and my objecive is to be able to add another layer to BertSentenceEmbeddings.
Pyspark seems to eventually call the Bert ...
0
votes
0
answers
5
views
Remove extra measurements within specific brackets per ID in R
I have a long dataset in which each participant should have 9 measurements, but they all have more than 9.
These measurements need to be within specific brackets of the Weeks variable.
Measurement 1 ...
0
votes
0
answers
6
views
Switch between account online and offline in android kotlin
I am student learning android application developing and now I want to develop application that I will make user online and offline I have API for both of them which I send user token to API.
I make ...
0
votes
0
answers
3
views
this.$router.push not working in nginx server
the all funciton of routing vue.js project is working well in local test.
However, this.$router.push method doesn't work when testing nginx server.
The nginx server has the proper configuration to ...
1
vote
1
answer
9
views
Is There a Way to Expose a Plot Generated Using a Pandas Dataframe as a Jupyter Notebook as an App to the End User?
Current Workflow
Right now, me, as an ML engineer, am using a jupyter notebook to plot some pandas dataframes. Basically, inside the jupyter notebook, I am setting some hard-coded configurations like
...
0
votes
0
answers
7
views
How Raspberry Pi Pico Connect The USB Device?
I have a raspberry pi pico, a usb storage device, the usb lines with D+, D-, VCC and GUN. My develop environment is pico-sdk.
I want to connect the usb storage device to the raspberry pi pico, but I ...
0
votes
0
answers
3
views
Issue with Draggable Curve Segment and Y-Axis Alignment in PyQt5 PlotWidget
I have been struggling with a problem for about a month. I have used ChatGPT-4o during this time, but it hasn't provided a satisfactory solution. The issue is as follows:
When a user clicks on a part ...
0
votes
2
answers
10
views
Why is my GitHub scheduled workflow not triggering? (solved)
Update:
Nevermind. It wasn't working for the last few hours of me trying to get it up and running. But now, suddenly, it's working.
Action isn't actually going once every five minutes - more like once ...
0
votes
0
answers
12
views
Rendered more hooks than during the previous render | Next.js Server Component | next-auth
I am using Next.js 14 with App router. And next-auth as auth-mechanism.
This is my Server component.
/@app/(dashboard)/page.tsx
import { AdminDashboardPage } from "@/features/admin/dashboard/...
1
vote
0
answers
6
views
CUDA dynamic parallelism -- Is there a way to infinitely nest kernel launches?
Now, I'm using CUDA dynamic parallelism to create the kernel in a kernel function.
In the CUDA document, kernel functions can only be launched a fixed recursion depth because of resource constraints.
...
-3
votes
0
answers
19
views
How to verify website ownership to upload my webview android app on playstore? [closed]
I have developed a website on Wordpress and I wanted to upload it's app on google play store. But when i uploaded it on play console, it got denial from play console and as a reason it asked me to ...
0
votes
0
answers
10
views
SignalIntegrity cannot import name 'math' from 'numpy'
I can not launch the SignalIntegrityApp GUI application
I carefully followed the instructions in the website:https://github.com/Nubis-Communications/SignalIntegrity/wiki/Installation
However, when I ...
0
votes
1
answer
15
views
I want to extract until I get to an excel row with a specific character in it
I got Sheet 1. It contains two lists, listA and ListB.
I would like to split two lists, like sheet 2 and sheet 3 by using only formula.
Because I have a lot of sheets like sheet 1, and I have to split ...
0
votes
0
answers
5
views
Dax formula to see latest week sales for a selected itinerary and its 4 week average
I have a column called as at date that gives a snapshot of sales by countries. I would like to filter out the latest week as a measure "This Week". At the same time I want to see what is the ...
0
votes
0
answers
4
views
How to fit mermaid diagram to fit into the parent container ngx-panzoom
We have a mermaid diagram data and we're rendering mermaid content using mermaid library in Angular. I have wrapped mermaid content within panzoom to exploit zoom-in and zoom-out functionality, the ...
0
votes
0
answers
4
views
how to dymiclly inject a repository in Nestjs
I want to create a service that receives an entity and creates a repository
this is my trials:
export class MyService<T extends ObjectLiteral> {
protected repo: Repository<T>;
...
0
votes
0
answers
6
views
Android viewpager2 + viewpager2 + webview
In viewpager2, the item of vp2 at the innermost part of viewpager2 is webview. How to handle sliding conflicts, prioritize responding to webview's sliding, followed by the parent vp2, and finally ...
0
votes
2
answers
26
views
My elements (innerHTML) goes out of Container. How to prevent it?
I have a registration form.
Container form - and inside div elements (login/email)
Height and Width are constant (width: 90%, height: 440px)
And have <div class="error"> element - ...