Top Master

Results 16 issues of Top Master

Although there are instructions for `Webpack`, like how to change the `webpack.config.js` file, but my question is what can we do for `Metro`, like how should we edit the `metro.config.js`...

Currently all release .zip files are "without.peview.exe", and not just those suffixed like that.

Added support for tabs with different sizes (i.e. child's of `LinearLayout` have no need for: `android:layout_weight="1"`) and also updated to AndroidStudio 3 since it did not build for me

https://github.com/karma-runner/karma-jasmine/issues/60 Above closed-issue is not fixed yet, at least not correctly. For example, my context contains `JSON`, which causes both the error and the JSON to get duplicated in the...

https://github.com/simonbrunel/qtpromise/blob/21faa67b5857e2999d29656698201593107b4085/src/qtpromise/qpromise_p.h#L62 Above first you check if thread is `nullptr`, then call it's `isFinished()` method. But according to Qt docs: >"QPointer\, behaves like a normal C++ pointer T *, except that...

bug

Your project does not contain `LICENSE` file, meaning the default license does apply: * All rights reserved to you (no one else).

Taking just one rule-set XML file from the command line (or something) is really not enough to cover our entire project, its unit test dir specific rules, its sub-module related...

Type: enhancement
Core Component: Config & Ruleset & CLI options

I just did star your repo, just as thanks for Nim sample, but I hope not to encourage more waste of your time. Haxe lang is able to do similar...

Hi, my Wi-Fi was failing to turn on, and only a restart would fix the issue temporarily. That seems to be a known issue with macOS updates, And on StackOverflow...

In case of error, my App closes and deletes all self-created files. Now, although `fcloseall` is a GNU extension, I am/was able to use `fcloseall` with MSVC-2015. Would it be...