Jorge Israel Peña
Jorge Israel Peña
Try this: https://github.com/nickmerwin/node-coveralls/blob/9cfb4967c7d80acccd9f06bc890f253953060592/lib/getOptions.js#L20-L26
I'm also curious about what @yazaddaruvala said. It would seem to me that Futures would be returned as a a way of future-proofing for async. Then again, maybe it's possible...
You're right! Clearly misread on my part.
I can confirm this _appears_ to be a bug with SqlObject. I am happy to help investigate. I'm not familiar with the Jdbi codebase but it _really_ feels like it's...
After reading the end of [this section](https://jdbi.org/#_map_entry_mapping) of the docs, which gives an overview of `JdbiCollectors`, I think an issue may be that `Mappers.findFor()` is looking for a mapper for...
Tried `jdbi3-generator` and `@GenerateSqlObject` and also ran into this there. I looked into it some more, and I found that in `SqlUpdateHandler.java` here: https://github.com/jdbi/jdbi/blob/0420cc462f98565062bd577cf5d3a4d92a621060/sqlobject/src/main/java/org/jdbi/v3/sqlobject/statement/internal/SqlUpdateHandler.java#L45-L47 That type resolves to `List`, but...
For what it's worth, I thought I understood the clap "language" of modeling out commands and flags and naturally reached for this and it took me a while to realize...
Yeah, this would be _very_ useful I think.
I just found out this was a feature in Pinboard. It would be awesome if we could add this functionality to this extension to avoid needing an extra extension!
I'm noticing jumping around when going through the magit-status sections with sections included by [forge](https://github.com/magit/forge).  With this setup and pressing n from where the point is at on the...