Geoff
Geoff
> As a user rendering long text files with RichTextFX I want to be able to build an index into the text using paragraph numbers and allow users to jump...
> as a user of string template, I would like a larger set of ~monadic operations on multi-value attributes, so that I am able to easily template strings of list...
I was using GRPC with a whole bunch of custom kotlin wrappers, then I discovered your nice code generator and switched. I must confess I didnt do a lot of...
This is my interpretation of https://bugs.openjdk.java.net/browse/JDK-8088068 > code to reproduce is in a comment below The accelerator API appears to assume a kind of singleton menubar. The binding logic for...
the extensive use of this function: https://github.com/misfitlabsdev/kotlin-guice/blob/7d2a0523b4449da0b2d80e1217a052a3d881753d/kotlin-guice/src/main/kotlin/dev/misfitlabs/kotlinguice4/TypeLiteral.kt#L29 means you are going to end up with _a lot_ of class files pretaining to anonymous overloads. The TypeLiteral hack was added by...
> As a docker-compose author looking to setup a cron-job in a container I want to be able to relatively easily view logs from hours ago by `ssh`/`screen`-ing into my...
This PR is a continuation of #1376, all I have done here is: 1. merge (not rebase) master in so I can get the work done in #1460 (namely 7d8cb99c6bc2b7a6aeaa6dae3fdebd31f028a466)...
The `ThreadSafeLargeText`s use of a **static** `ThreadLocal` makes it _not thread safe_. ```kotlin //written in kotlin, corresponding java can be provided if need be. @Test fun `when loading text on...
Hey guys, I'm an ANTLR regular and I'm looking to use ANTLR to parse markdown files. I'm willing to give the creation of a grammar myself a shot, but I...
Hi @HanSolo, thanks for all your work in #5 we have a bad PCP implementation, but it has so much functionality picked up that I couldn't drop your (faster/simpler &...