Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
49 views

I want to plot points in ggplot2 with colors mapped to a variable (director), but I don’t want a legend for the points. At the same time, I have a line (geom_smooth) colored by another variable (...
Winston Castorp's user avatar
0 votes
0 answers
58 views

I have a map where a user can mouse over a number on the map and have an info card pop up. Then when they click on the number it links to the card infos website. This doesnt work on mobile because ...
camster's user avatar
1 vote
0 answers
49 views

I'm trying to design a type that holds some value and keeps track of all operations done upon it. It does this by storing them in string format (this is not for a project, just learning) I tried to ...
SHIPWECK's user avatar
  • 109
1 vote
1 answer
84 views

Sorry I'm pretty hopeless with Javascript. I have a script that shows a popup which then fades out. But I cannot get it to reset. The code as it stands only works once. function myFunction$users5()...
AL W's user avatar
  • 37
0 votes
1 answer
43 views

I have the following code to print a schedule from inputs but can't make the last line spread under the like the header does. My showRecord code is as follows... Class Appointment: def __str__(...
IvyDreamer's user avatar
0 votes
1 answer
254 views

I've got a button that should appear depending upon whether or not a product or one of its variations (if it's a variable product) is out of stock. If it's in stock, don't display it. Been playing ...
Adam Bell's user avatar
  • 1,045
0 votes
1 answer
103 views

I am using TYPO3 11.x with bootstrap_package an gridelements. Because I want to make an accordeon with different types of content I've integrated gridelements w/dataprocessing. It almost works, but I ...
Ralho's user avatar
  • 29
1 vote
1 answer
22 views

I wrote a jquery for show more and show less item. It works fine only for first item. But when I am going another item and select to show more item. It's not working. I understand that when I am ...
Rasel Sheikh's user avatar
0 votes
0 answers
86 views

I have used Service to get headsup notification from io.socket connections in my android kotlin project. Notification working if app is open. But, its not working when the app is closed. What should ...
chanthini begam's user avatar
0 votes
1 answer
131 views

I have an excel document with two sheets. If you put text in the C column of the first sheet, it should unhide the corresponding block of cells (for exemple C6 in the first sheet is equivalent to row ...
Clara Monspiette's user avatar
0 votes
0 answers
41 views

I would like to know if there's a way that the following code could work as a regular module with modifications. Private Sub Worksheet_SelectionChange(ByVal Target As Range) Target.Offset(1, 0)....
Clara Monspiette's user avatar
1 vote
1 answer
2k views

Some Terraform extensions like this are providing a feature to publish Terraform plan to a tab in the pipeline run overview/summary. Terraform task published by Microsoft DevLabs is not currently ...
AnjK's user avatar
  • 3,761
1 vote
2 answers
145 views

So i saw these post 1 and this one for hover on div to change another div 2 on which you hover over some image and it shows the text I tried doing it with text and it works just fine. Now i tried to ...
Me Kool's user avatar
  • 13
0 votes
1 answer
28 views

I am not able to add a feature to show the user how many users have seen the certain page in SharePoint. Please help with it. To create a new feature that will be able to give the user insight about ...
shashankb's user avatar
0 votes
3 answers
266 views

I have a problem. I have a series of popups and I am not able to make the opened one closing when opening another. I'd like to have a result in which I open one of them and it closes when I open ...
M1001's user avatar
  • 150
1 vote
0 answers
628 views

After successfully executing mongod --version command, when I tried running show dbs command to view database it is showing me the error: 'show' is not recognized as an internal or external command, ...
Yash Sharma's user avatar
0 votes
1 answer
203 views

I need to make a specific number (0 through 2) show certain text for a rock paper scissors game. I haven't tried anything yet but I can't think of anything. If someone could please make a variable ...
Alexander Roberts's user avatar
0 votes
1 answer
111 views

I wanted to show the CreateOrderPopup in Odoo15 BUT it's not showing and there is no error message. I created 2 logs : ffffffff and QQQQQ the fffffffff is shown in the logs but the QQQQQ which is ...
rasputin's user avatar
1 vote
1 answer
117 views

I have run mlrun by docker-compose. But when I finished the sample training, I couldn't see the results graph on the management pages. I get 500 error and the details likes: { "data": { &...
sequoia00's user avatar
  • 111
1 vote
1 answer
32 views

I have a simple web app built on rails called wishlist. The logic of the app is as follows: User Enters the homepage User can either start a new wishlist || view his wishlists When the user clicks on ...
Aly Dabbous's user avatar
0 votes
0 answers
129 views

Im trying to make a footer fully showing in the bottom once I scroll. https://teste.contahl.com/ It is working on desktop, but not in mobile, can someone help me with? Tkx CSS--- footer{ position:...
Orange_LX's user avatar
1 vote
0 answers
140 views

I currently have Hover implemented but it's a hassle with so much information to show. That's why I need to make an axis for my bokeh figure() that shows at the end the information of my axes, Date ...
forraxa's user avatar
  • 11
1 vote
1 answer
79 views

I am trying to show a div when the input value reaches 2019 using a range slider. What am I doing wrong? is it something simple. Here is my JSfiddle $(function() { $( "#slider" ).slider({ ...
Hammy's user avatar
  • 13
0 votes
0 answers
49 views

I show hidden div via $('#something').show() but when I search in content via jQuery, jQuery can't find my search, but jQuery can find already displayed div! Why? In the beginning class full_text's ...
high developer's user avatar
0 votes
1 answer
63 views

I have the following function that is used to show one div and hide all others. async function showHide(showId, hideList) { let ele = document.getElementById(showId); await hideList.forEach(...
Pro Girl's user avatar
  • 982

1
2 3 4 5
51