Maggie Dreyer

Results 15 comments of Maggie Dreyer

I just started having the same issue as @Hendekagon after upgrading to Intellij 2021.1.1 and Cursive 1.10.2. I'm using Java 11. A few breakpoints work, but most get greyed out...

I think I am also seeing this, same commit as @robinbowes. I am also able to make this work by manually deleting the plugin and running puppet again.

For the postgresql module change, see https://github.com/puppetlabs/puppetlabs-postgresql/pull/1239. This resolves the following issue seen when trying to enable install PDB with this module on RHEL 8 in our acceptance tests: ```...

I wasn't sure if this should be exposed to users or not.

I tested this on 7.x and was surprised to see us still trying to install postgres 9.6 there... then I realized this module hasn't been released in a while, so...

On further investigation, I think this may not be what we want. DNF modules can't be used to install Postgres 11, which means with this change we are even more...

The unwrapped method returns the value stored in a config_value as a C++ type, in this case a `boost::variant` (for info on this type see http://www.boost.org/doc/libs/1_61_0/doc/html/variant.html). This variant can hold...

JSON specifically does not allow you to parse something that does not have curly braces at root. Reading through the docs, it looks like HOCON allows you to omit the...

Yeah you're right, I found the place that specifies that now... I'll have to play around with it more to see if we ever tested that functionality, and if not,...