thigg

Results 80 comments of thigg

Is this going to be merged and released?

> Fair enough. > > For now I would recommend using an IDE with syntax highlighting. It should make it more apparent what the problem is: Thats why I opened...

Use case: Login consisting of more fields than just username and password

Still valid in 2.2. Updated first comment. Confirmed correct version via: ``` junit junit 4.12 test org.hamcrest hamcrest-core org.hamcrest hamcrest 2.2 test ``` (confirmed with dependency:tree) and ` new AnyOf(null,...

Is there some place in the documentation where this could be mentioned at least? (Or is it already?)

I managed to build it with: `cmake -DCMAKE_INSTALL_PREFIX=/home/$USER/opt/icinga2 -DICINGA2_USER=$USER -DICINGA2_GROUP=$USER -DICINGA2_COMMAND_GROUP=$USER -DICINGA2_PLUGINDIR=CMAKE_INSTALL_PREFIX/usr/lib/nagios/plugins -DICINGA2_WITH_PGSQL=OFF -DICINGA2_UNITY_BUILD=OFF .. ` The last flag prevented the make process from being killed.

Added a sample test and switched to screeps types 1.5. (Maybe that shouldnt be mixed with this PR?)

I think it might be smart to fix the testing thing first and then merge the whole packet. See: https://github.com/exaV/screeps-kotlin-types/issues/47

Is there any plan to progress this issue? Did anyone do experiments with lxml? Does it make parsing faster?