Eric Wright

Results 6 comments of Eric Wright

I will make these changes. I'm a little swamped at the moment, so it probably won't be until next week.

Maybe MSVC chokes on the [move semantics](https://github.com/emilk/Configuru/blob/d2447790f5c83169d324f5eedf7e220c00dac5b2/configuru.hpp#L3635)?

For what it's worth, this seems to be an issue with the underlying filesystem. I've not yet gotten a resolution for it. It seems to affect writing to eMMC-style memory,...

For others wishing Instants were supported directly, here is my code to support it using an AttributeConverter, as recommended as a stopgap by @lukasj above. `package Repository; import javax.persistence.AttributeConverter; import...

@sergeykad Great point. By convention all our servers are set to UTC. When running on a local dev machine, we pass the time zone (UTC) as part of our connection...

A type for `MultiSearchParameters` exists, but it doesn't appear that any API calls use that type. I'd much prefer to use a strict type than the HashMaps shown in the...