gui
Here are 5,377 public repositories matching this topic...
- I have marked all applicable categories:
- exception-raising bug
- [ x] visual output bug
- documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
- new feature request
- [ x] I have visited the [source website], and in particular
read the [known iss
Now you can view common image files inside DBeaver when editing table data. You can open/save the binary data from/to filesystem. What would be very useful is the ability to open a CLOB value in external editor. For example storing pdf files into database would become convenient because the user could open the value in a pdf reader to check the contents of the value. Opening in external editor wou
-
Updated
Apr 1, 2020 - TypeScript
Problem
It's possible that a developer retains a reference to a node ref that has been unmounted. To prevent the reference of an unmounted html element, Yew should be sure to clear the NodeRef when unmounting.
Suggested Fix
- Set vtag's node ref to
Nonein itsVDiff::detachimpl - Set vcomp's node ref to
Nonein theDestroyComponentrunnable
Basic info
Application name: prom2teams
Application repo link: https://github.com/idealista/prom2teams
**Application h
Describe the bug
Using application.NewWindow to create a secondary window, it's not possible to re-use that window after it has been closed. If the user presses the X button, the window doesn't respond to Show() calls any more.
To Reproduce
- Create a main window
- Create a secondary window
- Close the secondary window
- Attempt to re-show the secondary window.
Example co
I'll try to PR updates to the README.md file. In the meantime, making this ticket with the correct directions for anyone trying to build the latest release for themselves:
npm run pack. Quit the process once the webpack analyzer graphic pops up.node bin/pack.js- Don't worry about
Unhandled rejection Error: No identity found for signing.error. - Packaged app ready at `dist/
Is your feature request related to a problem? Please describe.
gdb features, such as whether reverse debugging is enabled, is currently guessed at by gdbgui.
Describe the solution you'd like
use -list-feature instead of guessing gdb's features
Describe the solution you'd like
When searching in huge files, there's is no clear indication that Cutter is searching (except freeze).
In addition, when search finishes very fast (say, in tiny binary) and no results found, then there is no indication for this, and it feels like clicking the button does nothing
 and panning?
It would be great if it was possible to start this tool without it daemonizing automatically. A simple flag like --one-shot or --no-daemon would be nice for that.
And/or it would be great to hear why the decision was made to have a daemon for a screenshot tool, since to me this seems like a perfect utility to be a one-shot application.
-
Example graphics for UI elements would provide a better overview.
-
The documentation would be clearer if the methods of the classes were divided into different "categories" as in the Qt documentation:
- methods of the respective class
- slots
- signals / events
- inherited methods / properties from other classes
- An overview that shows which of the respective properties, method
TODO before launch
I append text to the control QPlainTextEdit after interval, please help me how to scroll to the bottom,
I can't find any APIs: https://docs.nodegui.org/docs/api/generated/classes/qplaintextedit
Thanks
Consider replacing drawStuff() in examples\drawing\drawing.go with the following code:
func testDraw(canvas *walk.Canvas) {
font, err := walk.NewFont("MS Shell Dlg 2", 12, 0)
if err != nil {
panic(err)
}
col := walk.RGB(0, 0, 0)
y := 8
n := 8
dx := canvas.Bounds().Width / n
x := 0
for i := 0; i < n; i++ {
format := walk.TextLeft | walk.TextTop
b := canvas.Bound
~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).
Please also consider using appdirs instead of hardcoding ~/.config/
Describe the bug
>> i: make image! 2x2
== make image! [2x2 #{FFFFFFFFFFFFFFFFFFFFFFFF}]
>> i/alpha
== #{00000000}
>> i/alpha: 1 i/alpha
== #{01010101}
>> i/alpha: -1 i/alpha
== #{FFFFFFFF} ;) expected #{00000000}
>> i/alpha: 255 i/alpha
== #{FFFFFFFF}
>> i/alpha: 256 i/alpha
== #{00000000} ;) expected #{FFFFFFFF}
Expected behavior
Alpha val
The instructions say that you can open the file with a right click to open with powershell. However, this doesnt grant admin rights and things dont work properly. Is it possible to right click and open with powershell with admin rights?
-
Updated
Apr 1, 2020 - C++
System Details:
-
Updated
Mar 4, 2020 - Objective-C
I was in trouble when managing my document with mongo express.
It cannot show the detail of a document which have number type id.
repro steps:
- insert a doc with a number type id
{
"_id": 123456,
"message": "another field"
}- find the document we just insert above and click it
- an error is shown on the screen:
Document not found!
can anybody help?
Improve this page
Add a description, image, and links to the gui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gui topic, visit your repo's landing page and select "manage topics."



Some changes have been made to the main Readme (which appears when landing on the github webpage) and the FAQ. This is a post to notify people, gather some interest and suggestions.
Thanks to @ker0chan for her help on the Readme (lots more feedback that I haven't processed yet) and @ButternCream for his help working on the FAQ.