Dave Olsthoorn

Results 12 comments of Dave Olsthoorn
trafficstars

The same issue arises by enabling the "Global Dark Theme" in gnome 3 on fedora ![screenshot from 2018-02-02 16-41-46](https://user-images.githubusercontent.com/1355084/35741975-7c9ed034-0839-11e8-9b67-21fb8a79e028.png)

I've not started on any of these, so no branches to pick up.

I can confirm this, since a build with `-std=gnu++98` didn't fail

For what it's worth, this is the patch I made for the fedora package: ``` patch diff --git a/configure.ac b/configure.ac index ef31e09..3e98692 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,9...

did some more searching, [auto_ptr](http://www.cplusplus.com/reference/memory/auto_ptr/) is deprecated in c++11 and the replacement of it would be [unique_ptr](http://www.cplusplus.com/reference/memory/unique_ptr/), which was only introduced in c++11...

well there is two things we need to check for then: - is node (and npm) available? ("new" ui) - is the closure-compiler available? (or where is it?) ("old" ui)

maybe we can implement a way for the rdm-test server to (optionally) use [python-XStatic](https://packages.debian.org/search?keywords=python-xstatic) since the server already uses python.

If I remember this correctly (it has been a while), you will need to set `ansible_shell_type` to either `cmd` or `powershell` for it to work correctly (like [openssh for windows](https://docs.ansible.com/ansible/latest/user_guide/windows_setup.html#configuring-ansible-for-ssh-on-windows)).

.map files are for debugging purposes, so not a real issue

LGTM, aside from a comment