Go through the code base and try use the appropriate flags enums. My technique is to search for `flags & 0x` and see if any of the hits have a flags enum. See https://github.com/OpenRCT2/OpenRCT...
**Version:** 0.0.7-develop **Commit/Build:** 8bf817234 When server shuts down, if a client had the "multiplayer" window opened, it stays open allowing client to click things which can lead to c...
Created - 0 comments - bug interface multiplayer starter
currently no labels are shown, just direct addresses which is confusing
Created - 0 comments - easy enhancement gui
Good morning, I recently asked for get in the comment the printable chars of the cmp instructions. This feature it's implemented and it's very nice. https://github.com/x64dbg/x64dbg/issues/1132 ...
Created - 0 comments - easy enhancement
the `loopadd` and `loopdel` commands can be easily implemented. just needs a depth for `loopdel`
For example 'A' to use the address view.
Created - 0 comments - easy enhancement gui
similar to how you can use the highlight (H) option for general purpose registers.
Created - 0 comments - easy enhancement gui
The contents of this assembler file are not consumed anywhere, nor in any known downstream projects. It can be deleted, and the makefiles modified to not build it. ``` ./fvtest/compilertest/x/ru...
Created - 0 comments - backlog beginner help wanted
In Copter-3.5 (and higher) the AP_Motors library requires that the SERVOx_FUNCTION be set for each motor. Although these parameter default to good values, it's possible that a user could mess up t...
Created - 0 comments - Copter Enhancement good first issue
Just now I managed to miss the minus in a line that read `-_acme-challenge....`, which is all me, but many other tools today color these things. Might be a nice feature.
Created - 0 comments - auth easy enhancement hacktoberfest
A setting to increase the interval for them or disable them altogether would be nice. For example, I have a script that monitors my logfiles for "unusual" entries every hour and send me an email o...
Created - 0 comments - easy feature request hacktoberfest rec
RGB, HSV, Greyscale histogram. ``` qml ColorHistogram{ type : RGB/HSV //default : RGB image: input image fill : true / false // histogram draw type, default : false channel : 0 // ...
Add HistogramControl, adding a dropbox to select image channel ColorHistogramControl{ DropDown{...} ColorHistogram{...} }
Created - 0 comments - easy has-sample lcvcontrol qml
A multi slider lets you have an unlimited number of slideable elements in the same box. When a user double clicks, a new slidable element is added. The dynamic property disables adding of new slid...
Created - 0 comments - easy has-sample lcvcontrol qml
Set global levels, and on a per channel basis: ``` Levels{ white : 253 // from 0 to image max color, default : imageMaxColor black : 20 // from 0 to image max color, default : 0 contra...
`LevelsBox{}` adds sliders, and histograms to an image levels adjustment.
Created - 0 comments - cpp easy has-sample lcvcontrol qml
Add support to determine auto-adjustment levels for an image.
Created - 0 comments - cpp easy has-sample opencv qml
Add HueSaturationValue{} component.
Merge a set of hdr photos.
http://docs.opencv.org/2.4/modules/video/doc/motion_analysis_and_object_tracking.html#createoptflow-dualtvl1
Add few checkboxes like - Show similar words in title/description/keywords warnings - Show spellchecking warnings and others in the Warnings Tab in Settings and make them available in the Warning...
Created - 0 comments - easy enhancement UI
When Xpiks size is changed, it is memorized in settings and restored on the next launch. This is not finished in a sense of full-screen expansion. When Xpiks is expanded to full-screen it rememb...
Created - 0 comments - easy enhancement help wanted learning UI
Suite should be implemented similarly to [stm32f4 discovery](https://github.com/forGGe/theCore/blob/228c9b818a91207a6cee7360f20832580f26322f/tests/CMakeLists.txt#L143) target,
Created - 0 comments - easy platform: stm32 type: enhancement
[`.gitattributes` file](https://github.com/forGGe/theCore/blob/db3b1ac6b254fd36cb5257c2184399b985431135/.gitattributes) contains overrides for stm32 vendor files so that they will not be used durin...
Created - 0 comments - easy platform: stm32 type: enhancement
[FC-28 soil moisture sensor](https://github.com/forGGe/theCore/blob/9fd14ebde643ddeb6a5f23806b049211d75a6846/dev/sensor/fc28/export/dev/sensor/fc28.hpp) at this moment contains only analog mode. It...
Created - 0 comments - easy p: 3 type: enhancement
Blocking xfer is not covered, it should be added.
Created - 0 comments - easy type: enhancement
Simple UI which will allow to remove dictionaries
Created - 0 comments - easy feature help wanted
The [`UnitCell::set_{a,b,c}`](https://github.com/chemfiles/chemfiles/blob/0aaa53d3ecaf07e8cd2a8a1dd0849f4690cdb928/src/UnitCell.cpp#L113) function should throw an error if the length is 0 (except f...
Displaying issues 1 - 30 of 645 in total