Julen Garcia Leunda
Julen Garcia Leunda
I can see that `isMaximized` property is not saved in the `state` so we cannot recover and apply in the next run 😅 I can propose two possible solutions. 1....
After some tries, I'm not been able to reproduce this issue in OSX Yosemite (10.10.5) nor in Ubuntu 18.04.2 LTS 😅 As far as I can understand, been maximized or...
I don't know if this change will follow the specification [BEP12](http://www.bittorrent.org/beps/bep_0012.html) > If the client is compatible with the multitracker specification, and if the "announce-list" key is present, the client...
I cannot reproduce this error with latest version of `"karma": "^3.1.4"` and master of `"karma-junit-reporter"` 😓 @joeyparrish can we create a minimal testcase to check this issue?
The problem is that the JUnit XML Schema we are validating against is expecting ISO8601 **without** timezone 😓 as we can see here https://github.com/karma-runner/karma-junit-reporter/blob/master/junit-schema.xsd#L15
As @johnjbarton suggested I've divided this in separate PRs - [x] Replace libxml-xsd with libxmljs #166 - [x] Add support for all nodejs lts versions (8, 10) #166 - [...
@joeyparrish @johnjbarton do you think it is ok if I merge this PR? Thank you for your time! 😅
I'm using `gulp-requirejs` with `[email protected]` successfully with something like this 😁 ```javascript gulp.task('requirejs', function () { var requirejsOptions = { baseUrl: 'base', mainConfigFile: 'mainConfig.js', out: 'out.js', optimize: 'uglify' }; return...
This option tells the PNG encoder not to optimize the palette and to preserve the exact colormap. In my case, I had a 32bit gray icon and the PNG encoder...
I've been looking for this issue and since [libxmljs-mt](https://github.com/gagern/libxmljs) seems not actively maintained, I propose to use original [libxmljs](https://github.com/libxmljs/libxmljs) feature to [validate against xsd schema](https://github.com/libxmljs/libxmljs/wiki#validating-against-xsd-schema) as it is well maintained...