Zsolt Parragi

Results 21 comments of Zsolt Parragi

@altmannmarcelo I left that alone as we usually use the upstream mysql-client, fixing something in our code doesn't make much sense. We can create an upstream bug and submit a...

For the users: The ldap part introduces a new variable, where they will have to specify mapping between the ldap groups and mysql roles. By default that new variable is...

@altmannmarcelo We could add that (and probably also for authenticated_as), I'll add it. Also, as part of the refactoring, that's another part of the code I'm fixing: For 99% of...

Poco has [some code](https://github.com/pocoproject/poco/blob/develop/cmake/PocoMacros.cmake#L9) for finding it. I'm, not sure why they limited the registry lookup for the Visual Studio generator - I think those lookups should always work on...

This isn't the only missing definitions - for example, I just noticed that while most libraries define `BOOST_{NAME}_SOURCE` in all of their cpp files, context defines `BOOST_CONTEXT_SOURCE` in its Jamfile,...

> The is probably only useful in a standalone build where the number of tests are small. Yes, I am trying to use this as a subdirectory for building boost...

> I dont follow this at all. My point is that the tests should test against the user's toolchain not some other toolchain. That is, the user sets up a...

I'm also getting the same errors with the developer provider. Looking at the source: https://github.com/omniauth/omniauth/blob/master/lib/omniauth/strategies/developer.rb#L38 The developer provider clearly creates a form that sends a POST request to the callback...

Hello! Thanks for the pull request. @ramkums can you explain the reasoning behind this functionality, what's your usecase? This seems to be already doable with `gcore` from `gdb`.