chornoslyv

Results 11 issues of chornoslyv

Hi, I noticed a strange behavior: rendering of split action mode depends on text that is rendered. Take a look on following 2 pictures. The first one is correct, but...

Hi, Thanks for your tool - it helped me a lot in development. I noticed that "transparentize" function from sass is not converted, but it's possible to do it. For...

Line height in JointJs is calculated as: ``` // get line height as text height / 0.8 (as text height is approx. 0.8em // and line height is 1em. See...

bug

Found that **sometimes** there are issue related to Unmarshaller implementation. I don't have exact steps, but found that there are classes with the same name, but different implementation in scm-webapp...

pinned

I created Android project from this code, but when I start an application I can see only the following picture and hear sound from video: ![device-2013-06-26-141630](https://f.cloud.github.com/assets/1200215/708809/cca38be4-de52-11e2-8ebb-6b22a2f7f8fb.png) What I did wrong?...

Steps: 1. Install custom protocol in the Windows register. 2. Execute link with the protocol in Firefox and check "remember my choice for ... links". 3. Uninstall custom protocol from...

**Steps:** 1. Create and open in IE following index.html file: ``` function test() { protocolCheck('blablabla', function() { alert("Failure!"); }, function() { alert("Success!"); } ); } Test ``` 2. Open file...

Protocol detection in IE11 in Windows 7 doesn't work Html page: ``` protocolCheck('mytest:100:1', function() { console.log("Failure!"); }, function() { console.log("Success!"); } ); ``` My application successfully launches a new window,...

Please, in the README.md file update version from `id 'com.github.ben-manes.versions' version '0.21.0'` to `id 'com.github.ben-manes.versions' version '0.39.0'`. Old version causes https://github.com/ben-manes/gradle-versions-plugin/issues/270 issue.

bug
help wanted

* [x] This is a bug report * [ ] This is a feature request * [x] I searched existing issues before opening this one ### Steps to reproduce the...