Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
51 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
1 answer
65 views

The question is how to make working Show/Hide button to selected lines ? In my code i make two section with 5 title. In one section i want hide Title 4 and 5 In two section i want hide Title 3,4,5 It ...
Algiz's user avatar
  • 3
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
2 answers
100 views

I'm using the unicode-show package to make a passing hspec test: code: ...(show . Data.List.NonEmpty.head $ infiles2, outFile2) `shouldBe` ("\"/foo/bar/baz - :.ogg\"", outFile1))......
cheecheeo's user avatar
  • 701
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
0 votes
1 answer
126 views

Good Day, I am using Intellij 2024.1.3 and Oracle OpenJDK 22.0.1 this is my build.sbt: ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "3.4.2" lazy val root = (...
Ali Tc's user avatar
  • 7
1 vote
1 answer
89 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
162 views

I have the following code that produces a window with a QTableView visible. I add a QTextEdit to the right but hide it. When I run the code it looks as though space has been reserved on the right for ...
John's user avatar
  • 322
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
2 answers
56 views

I have a familytree site that can produce a complete tree (may show thousands of members) which takes some time to figure out. So while loading it shows a picture of a growing tree, and when ready it ...
Peter Crom'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
2 answers
59 views

This script works very well. But I want to show and hide different texts with different expand/hide links in the same multiple tables of the same page. Without JQuery this simple script is preferred. ...
Oguz Coskun's user avatar
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
0 votes
0 answers
37 views

I try to implement a login form. Until now, I've set the Login-Dialog seperately from the MainWindow: current_user = current_user() login_form = Loginpage(df_benutzer, current_user) form.show() window ...
Stefan Bongers's user avatar
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
1 answer
418 views

have basic account, maybe that's the problem :) if you leave the function as an "indicator", Awesome Oscilator is overlaid on the chart, rather than located in a separate panel writing ...
Alex Berlev'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
1 vote
1 answer
936 views

I have a composable in which I have a TextField and a button below it. The TextField is showing and working as expected but the button, which is below that TextField, is not showing at all. This is ...
M Baig's user avatar
  • 219
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
1 answer
46 views

I'm a beginner in coding and specially with VBA. I have an Excel document on which several rows are hidden. I need to unhide the row 34:37, 42:45, 50:53, 58:61, one block of four rows at a time, until ...
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
0 votes
0 answers
100 views

I am currently working on a project where the display speed of the forms is very slow when called. In order to increase the speed of displaying the forms, I did the following activities. Inside the ...
Mohsen Ilkhani'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
408 views

Could someone tell me how to show this tags on intellij idea community (in this picture: name, email, dob,...). Thank you so much! enter image description here (Ignored this sentence) Maybe this ...
nghiax32's user avatar
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
137 views

I have a very simple setup, where when the user clicks sign up or login, it should bring them to the respected viewcontroller using the Show (e.g. Push). However, it is presented modally when the app ...
Sheehan Munim's user avatar
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
-3 votes
1 answer
53 views

I'm using JQuery UI. In the case of the Show function I just need the Option "blind". Can someone please shorten the function so that only "blind" is used? All Select Options must ...
mario113's user avatar
0 votes
3 answers
273 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
0 votes
1 answer
592 views

I made a grade book with students names in column A , B for type of marks week 1 C,D,E,F week 2 G,H,I,J and so on till week 14 what I want is to hide all weeks except what am using by choosing from ...
Jgjc Me's user avatar
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
1 vote
1 answer
88 views

I wrote some code that will hide a field until the value is over a specific amount. My css looks like: #main .gfield--type-total { display: none; } My JS looks like: if (fieldvalue > 0.30 |...
joshmrodg's user avatar
  • 595
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
1 vote
2 answers
90 views

I found a lightweight lightbox code example, however, it relies on IDs and I intend to use it on 20+ items, I'd rather not have 20 hard-coded js lines to refer to something I know can be dynamic, I'm ...
Joshua Schmitz'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
0 votes
1 answer
135 views

I cloned one repository twice, one using normal mode, one using the --mirror flag: $ git clone https://gitlab.com/abc.git $ cp abc.git abc_normal.git $ rm -rf abc.git $ git clone --mirror https://...
djangoracle's user avatar
1 vote
1 answer
126 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
0 votes
2 answers
367 views

This is a simple code to show and hide content. when the button is hovered the list is shown but when I want to go through my list (for example a or b or c ) it (the list) will be disappeared....
Forough J's user avatar
1 vote
1 answer
38 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
2 answers
1k views

How to increase height of show modal bottom sheet.I can't get this any longer than this.Can somebody help me to solve my problem. I tried bunch of solutions but non of them worked.
Omer Bayındır'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 votes
3 answers
472 views

hello i want to show the hello world in a label how can i do it i am new in javascript.Hi guys, I have modified my question to be clearer and to be able to put the example. <script> function ...
Broliton syan's user avatar
1 vote
0 answers
144 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
2 answers
929 views

I have created a pagination system using JavaScript. I have used this code to create the pagination system: function setUpPagination(items, wrapper, rows_per_page) { wrapper.innerHTML = "";...
user21194080's user avatar
1 vote
1 answer
83 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
-2 votes
1 answer
11k views

Like what I mentioned in the title, how can I always show YouTube dislike counts without using any extension? There are so many helpful tutorial on YouTube, but there are many fake or unhelpful videos ...
th_ek's user avatar
  • 11
0 votes
0 answers
53 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
-1 votes
1 answer
2k views

Assume that I want to see all records of a PySpark DataFrame using show(). Show() has a parameter n that controls number of records to be shown. Is there any way that I can show all records of the ...
Mohammad's user avatar
  • 1,033
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
0 votes
1 answer
82 views

I have tried to make my own Manipulate module that draws numerical trajectories in 2D space depending on 1 parameter. The problem is that I have this caution in title for every variable in Show. I ...
Andrey Romanov's user avatar

1
2 3 4 5
51