I have a problem with my selenium script. Basicly what is it supposed to do is click an element that redirects you to a completly different page (url and everyt
While doing a many to many relationship in SQL we create a table that will have the ID of the 2 tables that are forming the relationship. Sometimes in that tabl
I have the following classes: public class Bar { private final Listener mListener; public Bar(Listener listener) { mListener = listener; } } p
I am developing a pdf separation viewer app using Mupdf (c++) library. I need to know is there any possibility to on/off the separation/colors. Or else export
I am building a trivia app. initially I just implemented plain text Q&A trivia but now I also want to add images with questions. I am getting data from my l
I have observed a very strange behavior of React 18 compared to React 17 and I am wondering what I am doing wrong (since React 18 was not supposed to "break" ex
I have a multiline string which is delimited by a set of different delimiters, A Z DelimiterB B X DelimiterA (C DelimiterA D) DelimiterB (E DelimiterA F) Delimi
I try to gray out some slash commands that only someone with the right permissions can use. I found out that you can gray them out for everyone if you set defau
#35 name1 = "eric" age1 = 10 name2 = "jay" age2 = 13 print('name:',name1,'age:','%d','\n'+'name:',name2,'age:','%d' % (age1,age2)) I got an error which is this
How do I store an array of objects that have arrays as value in Redux where the value is an array of items and key is a string like the name. I have to store so
I have a dataframe of 12 different teams with their own statistics. My objective is to repeat an entire series of steps for one team, and so on, until the last
I have defined a function that takes three entries, 2 numbers and an array. The Array is a 800 row 10 col array. The first column in the array has a number for
newbie here to code and especially with Azure. I hit a rock with bellow placed Azure functions code. When I press F5 to load it goes to an error saying "Missing
a NET6 project on Github cannot be dotnet-restored in Github Actions. dotnet restore works fine locally. Looking at the Action logs, it seems GH looks for Micro
I try to delete symsol ":" from dates and it doesn't work: oper_dates=response.css('.textonline__date::text').extract() for item in oper_dates: clean_oper
I'm reinstall server on Ubuntu 20.04 with control panel "Hestia" with php-fpm support. But i have 404 error in front page domain.com/ if i use in .htaccess: Rew
I'm getting error on SSAS when redeploy the project. The error is; The JSON DDL request failed with the following error: Error happened while loading table data
I've only been programming for a month, and I am trying to cobble together a mockup and I keep getting the following error: Terminating app due to uncaught exc
I have a table of parent-child relationships: CREATE TABLE item_parent(item_hash, parent_hash); CREATE UNIQUE INDEX item_parent_unique ON item_parent(item_hash,
When using a colorpicker like from google, the luminosity at the top left is 100%, on the top right it is 50%. However on both corners on the bottom the luminos
I'm trying to write a simple code with a setTimeout, but the setTimeout just won't wait the time it's supposes to and the code execute immediately. What am I do
Can I somehow use environment variable to set a properties value, but using computing, something like this: test2: ${TEST+1:2} test: ${TEST:1} As you can see
This is my AutoRoute setup: @MaterialAutoRouter( replaceInRouteName: "Page,Route", routes: [ AutoRoute(path: "/login", initial: true, page: Login),
I am trying to generate changelog based on DB and Entity class My Liquibase properties file is as follows `url=jdbc:h2:mem:testdb changeLogFile=classpath:/db/ch
I have built tableau auto date range slider extension. Which updates the end date in the slider to current (today's) date automatically. I need to apply this ex
Currently working on a Blazor project where I want advanced mapping functionality, using the Leaflet.js library with typescript bindings. I have added leaflet a
Is it possible to use reCaptcha V3 in chrome extension. If yes, than how to implement it? Currently I am implementing it and facing error Refused to load the sc
I'm writing tests for my djangocms app, first time using selenium to replicate the browser/user. I'm trying to test the login page, user simply fills out the us
I am quite new to MongoDB, using it first time on a large scale app. We have a complicated nested structure representing an object with multiple documents assoc
we have news cards on our site as shown below .. what would be the right microdata itemtype for this ?i am inclined towards treating it as "NewsArticle" but tec