Yang, Bo
Yang, Bo
## Problem Description of problem here. - [x] I checked the issue tracker for existing issues about this problem. - [x] I'm using the latest version of hindent. Input haskell...
Like what we did in https://github.com/milessabin/shapeless/commit/e1a620ddb172e6ae62bcad6395debd1f28c5d2fa
Let main.py be executable
``` scala import scala.concurrent.ExecutionContext.Implicits._ import upickle.default._ import upickle._ import autowire._ final case class NestedData(field1: Map[String, String], field2: Double) sealed trait Result final case class Result1(reason: String, suggestions: Seq[NestedData]) extends Result...
I setup a project according to `README.md`, and I got error ``` type Writer is not a member of package upickle ```
Fix #32
#### For new checks and feature suggestions - [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find...
This PR creates a `upload-deb` GitHub Action job, which downloads `bundle.deb` built from previous GitHub Action job, then upload `bundle.deb` to S3 with the help of [s3fs](https://github.com/s3fs-fuse/s3fs-fuse). The indices will...