Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
2 replies
31 views

I used to display error messages from a xml file directly on MS Explorer web browser and format the output using a xslt file. However, this process seems to be eliminated on MS Edge. I used the ...
Jlong101's user avatar
2 votes
1 answer
119 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
2 votes
1 answer
103 views

I've implemented a Rust clone of bgpdump that displays MRT messages in the same format as bgpdump. To print the message, I implemented the Display trait and printed it to stdout. However, I'm ...
vgauthier's user avatar
0 votes
1 answer
44 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
8 views

We have an older sublayout we're working on retiring. I don't want to archive the sublayout just yet as it's used in some older page versions which haven't been fully obsolesced yet (though it's not ...
Ron Ritchie's user avatar
0 votes
0 answers
134 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
1 answer
121 views

How can I revert back to the original Jupyter Notebook display sizes? Today something happened and now the width of my cells when using Jupyter Notebook are extra large, I can't even see the scroll ...
Miekeyyy's user avatar
0 votes
0 answers
11 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
20 views

DeviceProductInfo class holds the information about the display devices connected to the Android system. Where is the constructor call to DeviceProductInfo done on an Android device?
Justin's user avatar
  • 1
0 votes
0 answers
70 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
0 votes
0 answers
116 views

I am trying to write some minimal display emulation for sabrelite machine in QEMU. So I thought the right move would be to create an IPU QOM device and do it there. So basically I am calling ...
Mikhail's user avatar
-1 votes
2 answers
150 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
2 answers
498 views

Got my hand on a cheap Wavehsare RP2350 Touch LCD 1.28 inch round display, and wondered if I could run LVGL Micropython on It. I'm a newbie. I tried the official Wavehsare documentation, and didn't ...
Tasha Clipartino's user avatar
1 vote
0 answers
24 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
1 answer
86 views

A short time ago, I posted a question similar to this which had a typo causing confusion. I apologize for that, it did not serve any of us well, and has since been deleted. I have done my best to ...
Dennis 's user avatar
  • 1,316
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
37 views

I am writing to you because I have this problem with manual Google Adsense ads (I insert them with adrotate), of the display type, on my online newspaper and I can't solve it. error 1 enter image ...
Marco Locatelli'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
0 answers
53 views

I'm facing a problem showing a PDF document in a blank page after submitting a form (it's an Angular project). import { Component, OnInit } from '@angular/core'; import { TrainerService } from '../../...
Mohamed yessine Naccache's user avatar
0 votes
1 answer
84 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
51 views

I have a strange issue (Power BI Bug) My Scrollbars changes theme both in Power BI desktop and Power BI Web. I did not have any elements below the visual. This issue may be caused by DARK MODE. if I ...
abksharma's user avatar
  • 616
2 votes
0 answers
66 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
1 vote
0 answers
82 views

I can display an interface with buttons in it but when using a GLArea, I can't seem to get it right: #include "ui.h" #include <GL/gl.h> #include <gtk/gtk.h> static gboolean ...
Marcus's user avatar
  • 353
0 votes
1 answer
61 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
-1 votes
1 answer
165 views

In the live server, my Laravel project is not displaying images. The symbolic link has been created correctly, and images are successfully uploaded to storage/app/public/images. However, images are ...
M Hussain's user avatar
0 votes
1 answer
92 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
2 answers
30 views

Running Android in React Native has issues with the Android display: The development server returned response error code: 500 URL: http://localhost:8081/index.bundle ?platform=android&dev=true&...
Yuda Ananda's user avatar
0 votes
3 answers
99 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
0 votes
0 answers
55 views

An administrator using my frontend Angular application should be able to upload and then view any user's profile image. I am successfully uploading user images to a folder within Firebase storage ...
IMOsiris's user avatar
  • 155
-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
0 votes
1 answer
308 views

I’m trying to retrieve a list of names of the displays connected to my Mac. Using NSScreen, I can get the list as follows: func getDisplayNames() -> [String] { var names = [String]() guard !...
Piero's user avatar
  • 733
1 vote
2 answers
60 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
0 votes
2 answers
112 views

How to display enum array in Angular? I have an object with a enum array property and i want display in a html-component: <ul class="list-group list-group-flush"> <li *...
IRahi's user avatar
  • 17
1 vote
1 answer
117 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
1 answer
87 views

I am building a web application with a title which may be any length. The title ends with a pencil span which can be used to edit it to a new title. If the title is less than the available width, ...
azoundria's user avatar
  • 1,025
0 votes
2 answers
263 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
1 answer
71 views

I am having trouble getting a shiny app to render a plotly map. The map does not display. i use this link for reference: https://plotly.com/r/choropleth-maps/ I found similar queston here but the ...
Snow 's user avatar
0 votes
0 answers
276 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.8k
0 votes
1 answer
156 views

When I click the open form button I want the current data to display automatically. It used to work correctly but just stopped. Not sure what happened or where I went wrong. opens the userform Sub ...
kinkyegg23's user avatar
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
-3 votes
1 answer
63 views

I am making a to-do list program where after every checkbox, there should be a new line. But the br function doesn't work and I think it has to do with the CSS text, where the code is display: flex. ...
daniel's user avatar
  • 9
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
-1 votes
3 answers
83 views

const hamburgerMenuBtn = document.getElementById("hamburger-menu-button"); hamburgerMenuBtn.addEventListener("click", function() { hamburgerPopupToggle() }); function hamburgerPopupToggle() { ...
francheez's user avatar
0 votes
1 answer
48 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
0 votes
0 answers
53 views

Is the code below correct? it is not showing the full address when displayed. 1) $sys.func.TO_TEXT($sys.func.GET($sys.func.SPLIT($session.params.wh-nbn-services[0].address, ","),0)) 2) $sys....
Roie Cataquis'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
0 answers
44 views

I've been working on a dynamic search bar in Excel, following this video, and it works fine. =IF(I3="","No match",FILTER(Table1,ISNUMBER(SEARCH(I3,Table1[Sujet])),"No match&...
Florent's user avatar
  • 17
0 votes
1 answer
58 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 votes
2 answers
80 views

I am trying to add functionality to a button on a project I'm working on...when the button is pressed I want an element to no longer show on the page. However, I can't get this process to work. Here ...
R Todd M's user avatar
0 votes
0 answers
42 views

I'm trying to make a browser dress up game with separate tabs for draggable items (so tops, bottoms, etc). This is the JavaScript code for how the tabs function. function openTab(event, Category) { ...
frozen dwarf's user avatar

1
2 3 4 5
59