Michael Behrns-Miller

Results 14 comments of Michael Behrns-Miller

Related: I don't know why but with the Widget Box Model I cannot see any highlight on the selected item. It's very confusing as you can't tell what you will...

Hey all. I need this fix, is there any reason it can't be merged? C++ code generation is broken without it when you combine multiple generated files. Adding a simple...

I have definitely needed to add common functionality and use pointers and refs to clients and servers where a non-template base class would help. I vote Yes if it makes...

Thinking intial thought out loud... maybe use stream and socket pointers in the base, init to 0, and only created by derived class as needed? Or accessors, eg virtual asio::ssl::stream*...

I think most users of the code, that is, developers who need to use an http/https library, would prefer the interface be as simple as possible. For me, that would...

since when? what packages?

fwiw, the webm video capture works fine, it's just the png that is crashing on me. ubuntu 17.10. was working previously (ubuntu 17.04 maybe?).

Built from source, all is well here: ``` cd ~/apps && git clone https://github.com/naelstrof/maim.git && cd maim cmake -DCMAKE_INSTALL_PREFIX="/usr" ./ sudo apt install libjpeg-dev libxcomposite-dev libxrandr-dev libglm-dev make && sudo...

Thanks for this awesome work. I found restoring all workspaces via script to be a pita. Grabbing all workspaces with this pulls in a lot of "other" profiles, no good:...