gui
Here are 6,152 public repositories matching this topic...
The documentation contains a few references to issues from the now archived yewstack/docs repository.
Since the docs repository is read-only, the same issues should be re-created here and the links in the docs should be updated to point to the new issue.
"Contribute to our docs" links
- Page: [Components Lifecycle Diagram](https://yew.rs/docs/conce
-
Updated
Aug 4, 2020 - Jupyter Notebook
-
Updated
Apr 1, 2020 - TypeScript
Describe the bug:
Open fyne_demo -> Widgets -> input and drag the slider.
If your finger goes above or below the widget it resets to 0 - but it should track the finger movement.
Most probably a bug in tracking motion events in mobile driver.
To Reproduce:
Steps to reproduce the behaviour:
- Go to fyne_demo
- Click on Widgets then input
- Slide the slider then move your finger
-
Updated
Aug 21, 2020 - C#
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
- Limit default "CPU's'" column width (don't prevent expanding it) or move it to the end. Some of the cpu lists are very long. It took me some time to notice that there are more columns to the right
- Add columns displaying asm plugin capabilities
adAE(assemble, disassemble, analyze
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
-
Updated
Aug 18, 2020 - Go
A small change that would make implementing styles for elements with background colours a bit easier. It would match the From<T> for Option<T> impl that you can already use for fields that are Option<Color> (like text_color).
Before:
Style {
background_color: Some(Color::BLACK.into()),
text_color: Color::WHITE.into(),
..Default::default()
}After:
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Oct 13, 2019 - HTML
-
Updated
Aug 18, 2020 - PowerShell
-
Updated
Aug 18, 2020 - C++
-
Updated
Aug 17, 2020 - C++
-
Updated
Aug 17, 2020 - TypeScript
~/.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/
-
Updated
Aug 19, 2020 - Go
-
Updated
Aug 17, 2020 - C++
-
Updated
Aug 20, 2020 - Red
Type of Issues (Enhancement, Error, Bug, Question)
Bug:
- Initialize Window
- Show it (
window.Read()) - Run
window.Disable() - The whole desktop environment freezes, nothing is clickable anymore
- Change to tty terminal and kill application
- Things are normal again
Operating System
Ubuntu 16.04 LTS 64 bit
Python version
Python 3.5.2
PySi
-
Updated
Aug 20, 2020 - C
Tabular data?
Does gui.cs handle tabular data?
- Auto sizing columns?
- line breaks within columns
- truncate column content?
- scroll the table if needed
and so on?
Anything like this or something similar?
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."
Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the