Eric Fenderbosch

Results 30 comments of Eric Fenderbosch

Also getting this. Started w/ the update to IntelliJ 2021.2.3. Unlike others, the plugin is not working for me. I have to copy and paste in my env vars to...

FYI potential fix here: https://youtrack.jetbrains.com/issue/IDEA-266993

Another possible workaround is sorting by `imagePushedAt` and treating that as `latest`. ```bash latestTag=$(aws ecr describe-images --repository-name myrepo --query "imageDetails[*].{imageTag: imageTags[0], imagePushedAt: imagePushedAt}" | jq --raw-output 'sort_by(.imagePushedAt)[-1].imageTag') # and use...

Any updates @xnopasaranx ? I'm going to start a dactyl manuform w/ trackball build soon and I'd love to have BT. Right now it looks like none of the 3...

Quite a bit of my supplies are en route. Maybe after I get the basic assembly done I can start looking at pointer/trackball support. First will just be getting it...

> QMK officially supports pointing devices including pmw3389. Yes but BT and RF52840 support are in private repos due to QMK's licensing incompatibility w/ Nordic's, IIRC.

I *think* that the PMW3389 should be fully compatible w/ PMW3360, but I'm not positive. Mine's en route, along w/ my nice! nanos. Here's Arduino examples for each: - https://github.com/mrjohnk/PMW3360DM-T2QU/tree/master/Arduino%20Examples...

Found a decent workaround today. Use ``@JsonDeserialize(builder = BuilderForYourRealClass::class)`` Where ``BuilderForYourRealClass`` has "with" functions, one for each argument. The key is that you need a "with" method for the wrapped...

Hmmm... was there a regression on this? I'm seeing it in our code. ``LOG.error("Exception saving webhook: '{}'", webhook, e);`` That's resolving to this method: ``public void error(String format, Object arg1,...

Right, which is why I want fb-contrib to flag this.