Results 10 issues of Cezary Kluczyński

Hi. Default reporter in https://github.com/alex-seville/blanket/blob/master/dist/qunit/blanket.js doesn't seem to call any hooks when it builds HTML results. Maybe there's a possibility to expose an API that could be used for plugging...

I'm getting BSOD of Windows 7 when trying to push results from local machine to coveralls.io. Im using grunt-coveralls, but that one it's just a wrapper and I'm assuming I...

Hi. Is there any chance for TestNG support?

status: in progress

After creating a simple PSD with Gimp, I got layers names with a lot of additional information that doesn't make sense. For example (as can be seen in a attached...

I've just started using this module and I found lack of unload() method puzzling. I'm using it for PHPUnit tests, so setup and teardown are two mandatory steps. Purger just...

I would expect that calling something like: ``` java User privateUser = github.users().get(name); Smart user = new Smart(privateUser); user.login(); user.avatarUrl().toString(); user.type(); ``` will call the user resource once, and then...

bug
enhancement
30 mins
DEV
help wanted

Is there any way to get user followers and user following?

bug
30 mins
DEV
help wanted
good first issue

Are there any plans to make Ionic Image Loader compatible with Ionic 4? Currently it can't be used with Ionic 4 because of error: ERROR in node_modules/ionic-image-loader/dist/providers/image-loader.d.ts(3,26): error TS2307: Cannot...

I'm looking for a way to execute a callback when step is completed. `StepExecutionListener` does not work, because in `afterStep`, step is not acutally completed yet, because it's exit status...

type: bug
in: core
status: feedback-provided

Core: Propagate URL query key-value pairs present in QUnit.config.urlConfig to suites. What this commit do was done separatelly before, for example in jQuery UI Test Suite: https://raw.githubusercontent.com/jquery/jquery-ui/6df127a0b591d2a1437361f9cb6f3524a7b2e111/tests/unit/all.html I think this...