Latest Questions

Why isnt my Bootstrap datepicker working?

I have a Bootstrap datetimepicker component in my code that was working a few weeks ago but has stopped working. I appreciate any help getting to start working

How to display UPDATE results immediatly

So here below i'm calling a query to update the slack_id. This is in the backend Index.js file. The /update is being called In the CRUD.js frontend in the next

In Spring Boot what is the difference between CrudRepository and JpaRepository in extending a Java repository interface

when building respositories in spring, in my repository interface i extend it using the below extends CrudRepository<EntityName, EntityType> where EntityN

Configure CircleCI for Maven project using Nexus repo

I'm using external Nexus repository for java maven project and I trying to config circleCI config. At first I need to somehow say CircleCI to look into env vari

input() not waiting for user to press enter

I'm trying to make something that lets you input types of food or restaurants and randomly chooses one of them. However, in the function that should let me add

How to build and package CommandApp from decline library

(Note: I'm totally new to Scala and still wrapping my head around sbt tooling) I have a small command line app using decline and I am confused about how to buil

Updating the SwiftUI Kingfisher Cache

In my Twitter clone I have come across a problem with updating the old cache of Kingfisher Image item. As you can see in the screenshots, the "EditProfile" butt

Cant install botman for Laravel

I wanted to try to create a simple chatbot web-app using Laravel Botman. I've created a new Laravel project but when I try to install Botman through the termina

Truly undownloadable images

I had given up on protecting online images since even disabling the easiest ways to get at images still left people the option to use Inspect, then Sources, and

NTFS and CIFS share access and permissions

Lets say I created NTFS partition my_ntfs_volume as local administrator and assigned two application groups to it: domain_group_app1_ro: Full control -

Having trouble with this method in c# wont clear variables

I am trying to save current variables into list and then clear variables static void SaveInvoice(string name, string brand, double tireSize, double metalPri

Is it possible to edit the properties of a single tile in JavaFX tilepane?

Is there a way in JavaFX to get/change the properties of a single tile in the tilePane layout? More specifically, I am looking to change the color of a single t

Cannot find module 'atptest' or its corresponding type declarations.ts(2307)

I have created an angular library using angular cli. I can use it locally but when I publish it to npm, I cannot use it in any angular applica

Unable to load the list of packages within PyCharm

I'm unable to load the package list within PyCharm. It looks like it's loading but I don't get anything. I'm currently using PyCharm, and Anaconda3 is set as th

PHP libsodium change predefined constant

I am trying to change the below libsoium predefined constant SODIUM_CRYPTO_AEAD_AES256GCM_NPUBBYTES from 12 to 20 and I am unable to find where this is being se

firebase connection error in env react js project

When i try to connecting firebase i put the access key to the .env file and access the data by process.env.REACT_APP_apiKey i'm getting error.but if directly pu

WOODMART theme related products from same attribute "Brand"

I am using Woodmart theme for wordpress. I have "Brand" as product attributes. I want to display products from the same brand in "related products" section, but

Run Ubuntu Docker container as User with sudo access

I'm trying to write a Dockerfile that creates a user with a home directory who is part of sudoers group and that launches the container as this user. The proble

Facebook sender id is returned as [Filtered]

In our system, in some cases we are getting from the facebook API this "sender": { "id": "[Filtered]" } but not sure the reason. Any thoughts?

sms autofill plugin error while working on chrome : Flutter

here is the error I'm getting while it's working fine on android and iOS. at Object.throw_ [as throw] (http://localhost:54260/dart_sdk.js:5067:11) at Method

how to find all cycles is in given undirected graph

I want to find the cycles with impar amount of nodes is in graphs. To do that I made the following algorithm which does a dfs walk through the graph and when it

ggpairs, color by group but single regression line

Given the following ggpairs plotting: data(iris) ggpairs(iris[1:4], lower=list( mapping = aes(color=iris$Species), continuous = wrap

Trigger Selenium Automation scripts with gitlab CI/CD

I am trying to trigger python-selenium automation script with gitlab CI/CD pipeline for my project. I have written a simple login automation script to test whet

Django AWS ElasticBeanstalk Deploy- error deterministic=True requires SQLite 3.8.3 or higher

Im trying to deploy my application my EB status it returned green, so it's working So, i deployed my application in my local venv i did python make migrations p

Groovy closure without preceding equal sign prop = {} vs prop {}

I'm trying to create a config file for my java app that can have lazy evaluation, for instance, contain an e-mail template with current date time. I use ConfigS

Visual Studio Code deleted files after crash

Visual Studio Code has crashed and deleted all files and all file changes I've been working on for the last 5 days, although I've saved them. Is there any solut

How to convert a V4 study code to V5 to add it to an indicator?

I have an indicator I built running on V5 pinescript and I want to add this one which is written in V4 pinescript: //@version=4 study("Tweezer and Kangaroo Tail

"ENOENT: No such file or directory" in hadoop while executing WordCount program

Trying on the wordcount example by using command "hadoop jar share/hadoop/mapreduce/hadoop-mapreduce-examples-3.1.3.jar wordcount /input /output" in linux shell

VS Code creating custom shortcuts for common methods with line break (e.g. dd($var) or console.log($var))

First, I have a shortcut on VSCode to Wrap a text with the thing I'm typing. <div> Hello World </div> If I select "World" and use the Emmet: Wr

okhttpClient requset download file fail,Server is built by Netty

Now,i build nettyServer and use okHttp request download, but okhttp response not has dataiostream, could someone help me solve the problem? code Server by Netty