Greg Domjan

Results 14 issues of Greg Domjan

Had issue with our desired layout, came up with solution to get files to root folder when running build on Windows `js/.. ` When running build on Linux for clean...

question

Had some confusion and couldn't find doc on Applications manifest entry any longer. Post issue #47 mozilla specific entry `applications` got renamed to more generic `browser_specific_settings` including in part issue...

Would like to use something like `gitLogJiraIssuesEnable` during snapshot builds in a GitFlow branching model where work is mainly done on `refs/heads/develop` and also as part of release from `refs/heads/master`...

enhancement

Could use an additional/firmer break between description and URL Dependencies might include formatting in the description ``` Some message with a bullet list * a * b ``` Also saw...

enhancement

There is the macro `{Profile picture` that given the userid/username inserts an image and provides links to that users content. It would be nice to include the Image column in...

enhancement

Need to use content via Artifactory mostly, so disabled conan center `$conan remote disable conan-center` When performing install, it seems to only try conan center and not other remotes? There...

Perhaps more of a question about conan recipe splitting out the 3rd party dependencies to use other conan recipes. Setting `with_webp` FALSE for opencv may include libtiff dependency and it...

I'd make a pull request to include some changes, but git is giving me grief. Was originally looking at http://www.codeproject.com/Tips/447938/High-performance-Csharp-byte-array-to-hex-string-t Adding it to the tests showed it had better performance...

**Is your feature request related to a problem? Please describe.** Would like to use maven for packaging a vagrant.box (a jar/zip/tgz) and push to artifactory Vagrant repository https://www.jfrog.com/confluence/display/JFROG/Vagrant+Repositories **Describe the...

feature request

In **OnBackgroundActivated**, when ```this.connection.RequestReceived += OnAppServiceRequestReceived;``` is run, I would think it's attaching waiting for a message, but it seems to run straight away, seeming synchronous unless ```await Task.Yield()``` is...