Dreamer

Results 10 issues of Dreamer

Is it possible to use tokens instead of plain text login with ash? According to docs at https://answers.atlassian.com/questions/208694/stash-rest-api-authentication there is a way to do it.

This is a grab project refactoring so it can be compiled with MSVC. Also I make some fixes like add QScopedPointers insetad of raw \* pointers. This patch should be...

Not a complex request but just a couple of warning-fixes.

Fix math project to compile without warnings and add round() function. That function is missing in MSVS runtime, so it is a nice place to hold it.

This is a complex pull-request, but I think it can be useful to project. First, I've fixed compilation with Microsoft compiler. I have almost fixed compilation of the whole Prismatic...

Hi, Flavio. Right now this request is not a candidate for merging. I just wanted to discuss a way to extract data access logic from views like ChannelView. IMHO, accessing...

Here I'm trying to use MS WRL library/component. Relates to #8003 Will see how it builds/links

ready for review
Windows
refactor

Main intent of this PR is to avoid string copying while encoding/decoding. The `encode` change is quite trivial since it didn't copy the input. But the `decode` case is opposite:...

virtual tables
ready for review
refactor

Hi! Here is my initial version of client version validation (#29), so we can discuss this approach. Constant 100 for version is a sample only. Should we expose that minimal...

This is related to #8003 At the moment I'm trying to add scoped class for `BSTR` string type to support automatic string memory management. Now `Bstr` class has a minimal...

ready for review
Windows
refactor
development