Latest Questions

Connection of Android Studio project to MySQL database

I am developing an android studio project and would like to be able to access data from a database sitting on the pc which I am programming from. I would like t

Jest Memory Leak when running test cases on redux connected components

When I run my jest tests, I got the following error , this particularly happens with the redux connected components and forwardRef:true is one parameters of the

graphql syntax error inside schema with mogoose

schema const { gql } = require("apollo-server-express"); export const typeDefs = gql` type User { id: ID! name: String! email: String! password

VirtualizedList: You have a large list that is slow to update - make sure your renderItem function renders

Im working on a react-native project and what I'm trying to do is for the user to have the possibility to select phone numbers in his contact list. When the use

What is AsyncPipe and examples to use

I need your help. I'm trying to study the angular in more detail and got to asyncPipe. I have this example, but I don't know how it works. Can you please explai

Apache beam FixedWindow doesn't do anything after GroupByKey transform

I built a pipeline which reads from confluent kafka it processes the records and then use side outputs to split them into rejected and approved pcollections, th

Place position fixed item inside d-flex to right hand size

I am trying to make a alphabetic navigation bar at the right hand side of screen. The purpose of this bar is to navigate to the correct country code base on the

View is not updated when the data is changed with ForEach

I want to change rate parameter and display in ForEach. // ViewModel.swift @MainActor final class ViewModel: ObservableObject { let serviceContainer: Servi

passing function variables to another file python

I need to pass data_connection into my main.py engine because that variable is where the data from mysql string is being stored. In main.py it says parameter da

I am getting java.lang.ClassNotFoundException: Cannot find implementation for com.example.demo.mapper.DoctorMapper

This is a mapper interface for mapping: @Mapper public interface DoctorMapper { DoctorMapper INSTANCE = Mappers.getMapper(DoctorMapper.class); DoctorDto toD

Elasticsearch “data”: { “type”: “float” } query returns incorrect results

I have a query like below and when date_partition field is "type" => "float" it returns queries like 20220109, 20220108, 20220107. When field "type" => "l

Dropdowns and filters not applied with REACT

I'm not able to display my menus (_ids.name) that match my filters from the 2 dropdowns (MyNorm1,...MyNorm6) and (Classification1,...Classification6). For examp

How to use "On Message" event to check specific message availability over different CAN using Message ID

I am having measurement log data file offline running in CANoe with more than 15 CANS. I want to check the specific CAN message availability from different CAN

Scala.JS configuration for Scala 3?

I tried posting this question to Scala Users but no reply yet. How does one go about working with the new experimental Scala 3 with Scala.JS? I can’t find

How to use class style components in nuxt.js?

I setup a nuxt3 project. and I want to use class style components but when I am installing vue-property-decorator, I am getting below error. Can anyone have ide

Openlayers - when to use an Overlay instead of a Vector layer?

What is the difference between a Layer in Openlayers and an Overlay? For example, If I have points that I want to show on a map, what are the pros/cons of displ

Scraping the rating of some reviews as pictures

I am trying to scrape the rating of some movie reviews but the rating is not a number, but it is one of 10 different images that range from showing empty stars

conky using a function call within an if statement

How do I call a function after loading it in conkyrc? For example: I'm trying to get the active interface name which is returning properly ${lua conky_findInte

cannot find pysat=0.1.3 dependency

I am getting error as from pysat.solvers import Glucose3 ModuleNotFoundError: No module named 'pysat.solvers'* when I am trying newer version of pysat. I cann

constructing reference call with for_each in line

Whats going on? I have created a couple of "google_compute_health_check" on GCP To re-use the health checks, my variables refer to whatever health_check they n

Get Identity Role id - ASP.NET Core MVC

I am new to ASP.NET Core MVC, and I'm trying to develop a popup modal for Edit and Create. The create popup works, but when it comes to edit I can't get the id

Reusing Redis Connection: Socket Closed Unexpectedly - node-redis

First, let me tell you how I'm using Redis connection in my NodeJS application: I'm re-using one connection throughout the app using a singleton class. class RD

Docker default-ulimit nofile setting

/etc/docker/daemon.json has the following contents { "live-restore": true, "default-ulimits": { "memlock": { "Hard": -1, "Name": "memlock",

How to justify on both sides text into a DIV in HTML5 for being rendered into a PDF by using DinkToPDF

Recently I started using DinkToPdf library to convert a html in an asp.net core 6 project to a PDF file. I started by creating a Proof of Concept cshtml that wi

How to create a custom quality profile for Sonarqube filtered by elements such as: tags, categories,severity

I want to create a Sonarqube quality profile based on security "parameters" such as: tags (cert, cwe, owasp-a1, owasp-a2...) Security Category (weak cryptograph

Django - Form not saving when submitted

Good afternoon all, One of my form does not seem to save when submitted. I cannot see why, in particular as I have a similar form working just fine using the sa

How can i parse a base64 from a PDF buffer to a HTLM / JSON / PLAIN-TEXT?

I'm implementing a web scrapping service, and it must have the capability to read specific data from pdf's. This service is being executed in a EC2 instance and

Pyinstaller is not working giving me bugged exe

I have a python script using kivy for gui, the problem is that when i am using pyinstaller to convert it, it gives me a warning which goes as 'libhunspell not f

Automatic letterbox scaling HTML5 Canvas

In Construct 2 engine there is an automatic letterbox scaling for the game canvas. I've tried to do this in my Javascript game, but i couldn't get the same resu

Property 'user' does not exist on type 'void'.ts(2339)

I am trying to create singup form with firebase i am following this video and now i have this error i dont know what is problem and how to fix it This is my aut