All Questions
21,498,249
questions
0
votes
0answers
2 views
Bootstarp css applied for a particular textbox is applying to entire page - css
I have a simple table like as in the first pic. Now I have to add a datetime picker for a textbox (start). For that I added a css (DateTimePicker/bootstrap.min.css) for the calendar, time format and ...
0
votes
0answers
3 views
Jetpack Compose Path will draw outside canvas bounds
I have a signature box, at the moment when you sign, it is possible to draw outside the canvas. I need the path to stay within the bounds of the canvas. I could manually do this when capturing the ...
0
votes
0answers
8 views
Finding unique values from multiple arrays skipping empty arrays
Note: Not a duplicate problem.. here I need to skip empty arrays.
Say I have several arrays like:
var a = [1, 2, 3, 4],
b = [2, 4],
c = [],
d = [4];
Using following function, I could get the desired ...
0
votes
0answers
5 views
changing colour of bars in ggplot2
This is my chart and I am wanting to colour say 4 bars one colour another 4 a different colour and so on. If I can include a legend that would be great too.
How is it best to do this?
Thanks
0
votes
0answers
2 views
can we exclude a particular file alone while building apk in flutter
There is 2 product flavour in my project and i do not want some files to be added while building the .apk or app bundle and the below solution is not working .
android {
packagingOptions {
...
0
votes
0answers
3 views
how to check if date is 3 months older in php laravel
I have a date in this variable
$start_date = '2021-03-04';
I want to check if this date is three months older than current date How i can check that
if($start_date < 3 months ???)
{
}
0
votes
0answers
5 views
Why does the node not inserted at the end?
After I compile the code, there is no output at all.
Why is the value 10 not inserted at the end of the linked list?
I thought that after p == NULL, the while loop is exited, j->next would be NULL ...
0
votes
1answer
8 views
function doesn't loop through all index of array
I am trying to solve the problem that finds if a word is a reserved keyword or not. Unfortunately, I am stuck at it.
Debugging it shows that the loop isn't incrementing, but I don't know why? Also, It ...
0
votes
0answers
4 views
Which database to use for word matching with web-scraping
I am in pursuit of finding the correct database that I can use with my web-scraping applications.
I currently run between 20-30 web-scraping scripts which each of them reqiures to have a connection to ...
0
votes
0answers
3 views
How to make automatic assignment of command parameters in a button of Tkinter?
I have a little problem with a Tkinter program. So I am trying to create a GUI and I want to create a known number of buttons but too long to asigne each one individually. To create the buttons I have ...
0
votes
0answers
3 views
TeamCity doesn't see geckodriver path
I got my set of robot framework tests, that works correctly on my localhost.
The geckodriver is located in project folder as
Project_name/webdrivers/geckodriver.exe
Then I have this keyword set as ...
0
votes
0answers
2 views
BOOLEAN varibles support for SNMP V2
I need to test some software drivers for SNMP v2 protocol. I am not getting it clear whether this protocol supports BOOL tags or not. I am using this simulator (SNMP Agent simulator (https://...
0
votes
0answers
2 views
is there any way for dynamic import from node modules
i wonder is there any way to import dynamic from node-modules?
for example import(ace-builds/src-noconflict/mode-${file} for Ace-editor
0
votes
0answers
2 views
ON_DELETE=“CASCADE” does not work with flask-sqlalchemy
I am developing a WebApp in flask and using flask-sqlalchemy to define my Models and store them in an SQLite database. In short, I have the following 3 models (A Porject can have multiple files, and ...
0
votes
0answers
2 views
How do I group dates in IBM COGNOS when building a front end dashboard
I am an extreme newbie to COGNOS (5 days give or take a few hrs) and have been thrown in the deep end.
I have a data package i am working with and the only date field I can use has the property of ...