David Koerdt
David Koerdt
Since I just ran into the dreaded `exec user process caused "exec format error"` (from the logs of the pod, this always shows it's trying to run a binary with...
I have the same issue, I can't add a bluetooth rule as long as I'm not connected/paired with any BT device. Having a "non-connected bluetooth device near" rule would be...
Two quick thoughts after a first quick look at the code: 1. Yes, I think having one generic `visit` method in the visitor would be nicer / more generic. If...
@vietj Why not add and enable `jackson-module-kotlin` by default in `vertx-lang-kotlin`? I would assume everyone that uses Kotlin and Jackson in the same project would need to (de)serialize JSON from/to...
@fracz could you maybe post your final working Vagrantfile here or in a gist? I'm experiencing the same problem and couldn't really figure out where to add the login/logout bit...
@ddmrs I don't know if this was ever really fixed, but the workaround described here in this comment worked/works for me (it can be used to force vagrant to logout...
> Apparently, setting environment variables for GUI apps is quite the pain on macOS. [...] So, this makes this issue even more important, as there is no _easy_ workaround (that...