brownnrl

Results 30 comments of brownnrl

Would adding a replace ' ', '%20' at the link below be a possible fix? https://github.com/lightbend/paradox/blob/e2e5b64a20d39afd88f81f1d29ecb5786005f640/core/src/main/scala/com/lightbend/paradox/markdown/Page.scala#L220

Yeah, I'll test it. Haven't done much in the way of sbt-plugin development. I cloned out the repo and ran an sbt compile / test, and the following tests failed:...

Adding a simple additional `replace` call to `.repalce('\\','/').replace(" ", "%20")` fixed one test and then caused some missing resource stack traces. I'm at the end of time I can allot...

I quickly read over @tuxlifan write up, and later I'll try to see any delta with what I have worked on. It might be a lot of work. But I...

I think a method to export the underlying information to an ODS file would be a great feature, and it would be worthwhile at the very least in researching the...

A minimal milestone might be to implement only the expense / budget / difference / carry view. You can also not implement the Cash/Credit breakdown, and only count up the...

I would volunteer to help with this. I feel guilty I left development of the import feature, so you wouldn't be wrong to take the offer with a handful of...

I'd be down once I get my environment set up and aligned with your workflow (see my current hiccup in #503). I can't promise I'll live up to it, but...

I'm keeping up (or trying, at least) with your commits as you make them. Please let me know when you want me to assist. No rush of course, just letting...

Copy, I'll start working on this tomorrow morning.