cbeams

Results 40 issues of cbeams

A number of people have expressed interest in having Remark42 available in the Cloudron app store as an alternative to Commento, which is already available there. This could be a...

_Carried over from original posting at https://code.google.com/p/projectlombok/issues/detail?id=779_ Repro steps: 1. Create type `A` with method `#doStuff` 2. Create type `B` with a field of type `A` annotated with `@Delegate` 3....

enhancement
Search usages

As described in https://mustache.github.io/mustache.1.html. See https://github.com/spullara/mustache.java/issues/95#issuecomment-55945821 and https://spring.io/blog/2016/11/21/the-joy-of-mustache-server-side-templates-for-the-jvm#comment-3177111267 for further context. Cc: @dsyer

_The following feature request is based on a Keybase discussion between @cbeams and @ripcurlx beginning at keybase://chat/bisq#dev/3915._ ## Description Assuming a Bisq node is connected to two or more Bitcoin...

re:Bitcoin
a:feature

Problem: WitnessPlugin used `println` to print "Verifying ..." messages forcing the output to show up at the console under all conditions. Solution: Print the same messages using `project.logger` at INFO...

Note how the Javadoc at the following URL renders correctly: https://jitpack.io/com/github/bisq-network/bisq-core/-3f976c1b34-1/javadoc/ And how what should be the exact same set of artifacts, this time addressed by custom domain vs. "com/github"...

stale

Currently, `ghi`'s support for managing milestones does not include _creating_ them: ``` $ ghi --version ghi version 1.2.0 $ ghi milestone --help usage: ghi milestone [] [] or: ghi milestone...

Per https://github.com/blog/2178-multiple-assignees-on-issues-and-pull-requests, GitHub now supports multiple assignees (up to 10) for a given issue. Currently, `ghi` supports assigning only one user, or at least supports assigning only one user at...

feature
help wanted

Currently, associating an issue with a milestone happens based on the milestone's _number_: ``` $ ghi open --help -M, --milestone associate with milestone ``` This is inconvenient as it usually...

feature
help wanted