All Questions

0 votes
0 answers
2 views

How to keep a HTML Submenu Opened When Clicking on Other

I am trying to keep the submenu open when opening another submenu. Currently, my code closes all previously opened submenus when trying to open another one. <li class=""> ...
Vismaya's user avatar
  • 25
0 votes
0 answers
7 views

Multiple database in spring boot 2 , considering existing database as default

Here i am explaining a problem where whole scenario comes under spring boot 2 version. As you all know, when we having a spring boot application, the data source or db related things we will mention ...
Ibu's user avatar
  • 21
0 votes
0 answers
7 views

How to correctly implement delay after enabling RCC peripheral clock?

I'm new to STM32 microcontrollers. I would like to know how to correctly implement delay after enabling RCC peripheral clock. I came across the below explanation and it appears to be correct. This ...
user2953113's user avatar
0 votes
0 answers
4 views

JanusGraph edges from Java do not appear in Gremlin console

I'm running a JanusGraph server and client per the instructions here. I included an argument to expose port 8182 so I can connect to it from a Java application. My Java application just creates a new ...
gph's user avatar
  • 1,200
0 votes
0 answers
3 views

Android BLE establishing connection

I am developing an Android BLE application for connecting with a BLE peripheral device. The BLE peripheral device has strong energy constraints and therefore the connection interval should be kept ...
Titouan Gaborit's user avatar
0 votes
0 answers
8 views

Does *mutateAsync* works properly?

I have three mutations that call different API and each one of them depends on the result of its pervious mutation console.log('Start'); const uploadedImage = await uploadOneMutation.mutateAsync(...
Abdulghani Albaik's user avatar
0 votes
1 answer
9 views

VUE js: prevent a function to run once when initially loaded/mounted

I'm trying to create a form that sends the submitted data into a database: I'm new in vue and still reading the documentation, if the answer is in the documentation please do remind me. The below is a ...
Fritz Adelbertus Sitindaon's user avatar
0 votes
0 answers
6 views

Path caverage vs branch coverage

Im working in a java class in which I want a method to contain a division by zero fault and at least two branches, such that (1) it is possible to create a test suite that achieves 100% path coverage ...
MichaelL's user avatar
0 votes
0 answers
6 views

how to change get request in cashfree payment gatway to post?

I want to make cashfree payment gatway dynamic for that I want to change get method of cashfree to post method, as by get method I am unable to make dynamic filed of user and product . I want to get ...
Paras Chouhan's user avatar
0 votes
0 answers
7 views

Is there we can ensure uniqueness in a non-key attribute for a given partition key in DynamoDB

Is there we can ensure uniqueness in a non-key attribute for a given partition key in DynamoDB. For eg: We have person_id as the partition key and category#UUID as the sort key and we another ...
itisha's user avatar
  • 47
0 votes
0 answers
5 views

Nodejs multer gridfs storage cannot read property of files

// dotenv require('dotenv').config(); // Express const express = require('express'); const router = express.Router(); // Models const Model = require('../Models/property.js'); // Multer - Media ...
Lim Jing Png's user avatar
0 votes
0 answers
7 views

SwiftData error on IOS18, Never access a full future backing data

try to update my app from iOS 17 to io 18, I'm using SwiftData to save the data on the memory, on iOS 17 all works fine but I tried to export my app to iOS 18 and I get a strange error when I try to ...
Damiano Miazzi's user avatar
1 vote
1 answer
13 views

I cant make the discord bot detect the person who deleted the channel

So i was coding like a bot that detects if a channel got deleted, if it did i need the person so i can kick them with the bot. This was the code client.on('channelDelete', async (channel) => { /...
Nathan Liwang's user avatar
0 votes
0 answers
10 views

nullable datetime cannot map through extension method

I encounter a problem when I try to map DateTime? to string, if source value is null,it will not step in extension method, do anyone know why? and I try automapper 10.0 it's normal! version Automapper ...
lin kuanfu's user avatar
1 vote
0 answers
8 views

Passing arguments trough a RemoteEvent in Roblox

I'm currently trying to make a message system in Roblox, so that the server can send a message like so: local displayMessageEvent = Instance.new("RemoteEvent") displayMessageEvent.Name = &...
Robin Bubeník's user avatar

15 30 50 per page
1
2 3 4 5
1613109