Brian Oxley (binkley)

Results 119 issues of Brian Oxley (binkley)

I'd like to use ktlint's jar for a Kotlin program to format source code strings (my program accepts runtime Kotlin source via JSR223). I wasn't able to find documentation, or...

question

(META remark — your issue form has a checklist, but does not take advantage of markdown checkboxes) I load the GitHub site, and look over the `README.md`. Badges are one...

0crat/new

Glad to see this project. How does it compare to `ronn`? Both are ruby gems and on the surface do the same thing. You project is rather newer (not sure...

question

(If this is a duplicate issue, apologies. I didn't spot it.) To aid in migration from JDK's datetime API to kotlinx-datetime, shims would be helpful. An example: ``` /** Shim...

This fragment: ```markdown [Some _markdowned text_](a url) ``` `mdv` is not showing the text, "markdowned text". When editing this text in vim, it shows the text in question, and formats...

I'm getting "Unexpected token" error at the line below containing `cat

I noticed the rake task is in the module `Rubycritic` but the documentation and the rest of the code says `RubyCritic`. Can this be easily changed so the rake task...

Could there be command line flag added for setting argv0? Here's the problem: when shells start, they check argv0 for a leading dash, to know if they are a login...

I notice `kobaltw run` creates a duplicate `libs` directory in the project root, containing a copy of `kobaltBuild/libs/`. `git status` is how I noticed. I think it might be better...

After using the `run` task, I ran the `clean` task but it did not remove the `libs` directory from project root. This could be fixed, of course, though my preference...