In a basic React custom hook in which the only difference is returning with [ ] or { }: const useCustomHookSquare= () => { const [state, setState] = useSta
First, I am sorry about my English. That's not my language. I am developing an application in QtCreator, Linux. When the IDE asked me about the libraries I wou
I'm finding that the default test parallelization makes chromedriver tests highly unreliable. But I'd like to keep other tests parallel. I've tried this in app
what is wrong in code python ? import requests from bs4 import BeautifulSoup import argparse class crtShClass(): def __init__(self,domai
I would like to be able to display different data based on the previous category that was selected. For example, I currently have categories, that once clicked
I inherited a Java project from several years back that I need to make functional once again. It is a Java GUI app that relies on older opencv and Javacv versio
In pySpark I would change the number of partitions when I load the data. df_sp = spark.read\ .format('csv')\ .option("header", "true")
I'm currently working on a discord bot (python 3.8.10) that plays music in a voice channel. I have a music queue and a function that plays the first song in the