Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
111 views

I want to create a multi-line string that can be printed out or displayed via curses. This string displays the moves and variations of a go/weiqi/baduk game from an sgf file using unicode characters. ...
Ali Kakakhel's user avatar
0 votes
1 answer
41 views

My app is running on a android6.0 device without physical button(back,home, menu buttons). I need to optimize battery usage, but I can only reboot when device sleep. if check this feature "enable ...
JoShin's user avatar
  • 71
0 votes
0 answers
113 views

I'm having an issue using a custom font in LVGL. I created a font named "Montserrat_Latin_14" which includes special characters like á, é, ç, õ, etc. When I use this font in an lv_label, the ...
Guilherme h marins's user avatar
0 votes
0 answers
9 views

When we work on summary table of study exposure with multiple treatment periods, we prepare the summary result of each period and then rbind the result into one.However, we want to insert blank row ...
user30532844's user avatar
0 votes
0 answers
64 views

public void displayProcess (String path) throws FileNotFoundException { rawVideoFile = new FileInputStream(path); yuvBuffer = new byte[height * width * 3]; new Thread(this::playYUVVideo)....
Zeta's user avatar
  • 1
-1 votes
2 answers
141 views

im trying to get a powershell script to query display EDID info and put it into a reg key. when trying to add the key, it says its not found, but the reg key tree exists. it turns out that all the ...
shoober420's user avatar
1 vote
0 answers
23 views

I am currently working with the GitHub repository ddc-node. However, I encountered an error that I am unable to resolve. The error message is as follows: ⨯ Error: could not resolve "@ddc-node/ddc-...
Sinndd's user avatar
  • 11
0 votes
0 answers
44 views

Beginner in CSS, recently I made a navigation menu, and now I want to add a dropdown menu to one of the buttons. However, it seems that the dropdown menu is misaligned and I'm not sure what I can do. ...
yarsvent's user avatar
0 votes
0 answers
19 views

as you can see, the height of div7 and div8 is shorter than others, how to copy or make sure all of them has same height. Flexbox is copying the tallest div, but when the item move in bottom due to ...
Yamoshi Wolverine's user avatar
0 votes
1 answer
75 views

Is there a way to apply a style to a pandas table in Jupyter Lab and then print it while keeping the table truncation functionality? I have large tables where both the columns and the rows are ...
Lugburz's user avatar
  • 11
0 votes
0 answers
37 views

I've been working on this project on and off for a while; for the most part, it does exactly what I want it to do. I'm using an RPI Zero with a TFLUNA lidar sensor and SSD1306 type display for range ...
Madlab98's user avatar
2 votes
0 answers
61 views

In the standard configuration of WordPress, when centering figure elements containing img elements is chosen, these elements are automatically styled with display: table; margin-left: auto; margin-...
frkly's user avatar
  • 21
0 votes
1 answer
59 views

i cant get the video game cover image from my html document to be displayed when the game title is displayed using my javascript function. im not sure what to do and couldnt find anything similar ...
shane strange's user avatar
0 votes
1 answer
83 views

I have itemsRepeater of images of type BitmapImage, and itemsRepeater exist in ScrollViewer. and I want that user input number and scroll to the image that in this index in ItemsRepeater. How I do it ...
אפרת's user avatar
0 votes
3 answers
89 views

I have this group of spans that are supposed to serve as selectors, so I want them to take up the entire space around them when the user hovers over them, however I have no idea how and could not find ...
Thief Beatbox's user avatar
-1 votes
3 answers
77 views

I am struggling with keeping containers out of the flow until i click a button to show them. Maybe its a fundamental thing . In this example , when i click on any of the category of : MEN , WOMEN , ...
Habib Stephan's user avatar
1 vote
2 answers
58 views

I'm having a issue with mouse click being tied to JFrame location while a BufferedImage is being displayed and setting the location of the mouse click relative to the scaling of a zoom. (code is from ...
user27466996's user avatar
1 vote
1 answer
111 views

On updating my computer, I lost my favorite button in Matplotlib. Here's the new configuration: and here's the old configuration: The old configuration has that zigzag button (the penultimate one, ...
W. K. Black's user avatar
0 votes
2 answers
259 views

When I made a website design using HTML and CSS it was working for large screens but when it comes to media query to make it responsive for small screens and medium it showed a lot of white space and ...
Hakam Hammoud's user avatar
0 votes
0 answers
255 views

I have a second external display and am trying to set the display brightness using powershell. I can easily set the brightness for the Primary (built-in) display, using the following: # Get CIM object ...
not2qubit's user avatar
  • 17.7k
0 votes
0 answers
42 views

I’m having an issue with displaying exam subjects and results for the third term in my PHP application. First Term and Second Term displays just fine but the Third term is not displaying. All three ...
Ephrata's user avatar
1 vote
0 answers
81 views

I'm running an analysis that requires plotting data and having a human (engineer) decide whether to accept the fitting based on their judgment. The dataset is large, with over 1000 plots, and user ...
JCV's user avatar
  • 527
0 votes
1 answer
42 views

I want onclick event on <input> tag to display custom error in <span> placed tag just below it I have many input readonly fields like, <input class="form-control valid" id=&...
Samie Ullah's user avatar
1 vote
1 answer
56 views

I have a div with a background color via background-image:linear-gradient, and with the div's default display as block it doesn't expand vertically to fit the image, the image overflows over the ...
Isaac Sizemore's user avatar
0 votes
1 answer
54 views

The graph supossed to be displayed in the canvas does not appear import tkinter as tk import matplotlib.pyplot as plt from matplotlib.backends.backend_tkagg import FigureCanvasTk import numpy as np ...
Bast38's user avatar
  • 105

1
2 3 4 5
59