picnic icon indicating copy to clipboard operation
picnic copied to clipboard

A Kotlin DSL and Java/Kotlin builder API for constructing HTML-like tables which can be rendered to text

Results 16 picnic issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/JakeWharton/picnic). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.vanniktech:gradle-maven-publish-plugin](https://togithub.com/vanniktech/gradle-maven-publish-plugin) | `0.27.0` -> `0.28.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.vanniktech:gradle-maven-publish-plugin/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.9.10` -> `1.9.23` |...

Thank's for the great library. I use it in some of my projects and very happy with results (especially combined with Mosaic). In one of my projects I've faced with...

It appears that the unicode characters are not generated or recognized correctly on Windows. I've opened a PR to add a GitHub action to build on Windows, Linux and Mac;...

Add TableBuilder API, which is a Java-shim over Picnic's Table.Builder API. Unfortunately Table.Builder is not accessible from Scala (and probably other JVM-based languages). The Scala incompatibility of Table.Builder comes from...

It would be great if we could pass a `PrintStream` to the `renderText` call so that large tables can be streamed out immediately and to reduce the memory footprint.

I'm using picnic to print out tables for a command line tool. On some tables, I'd like to have hyperlink support. Do you have any ideas / suggestion how to...

enhancement

Hi, thanks for this useful library! I'm using it in a Java project and I wanted to try out the ROUNDED and ASCII styles, but I cannot seem to access...