Windymelt

Results 32 issues of Windymelt

Dear maintainer, This is a feature request. I'm perl engineer using this action, along https://metacpan.org/pod/TAP::Harness::JUnit . In short, my test runner generates strange report xml file (because perl is not...

Sometimes I don't need build info file, automatically built by `texinfo` as default. I tried adding `:info nil` into `el-get-bundle` form like below but It doesn't work: ```lisp (el-get-bundle ivy...

Hi, I started using this nice tool from today. It seems like very good. Then I found that there is no option to provide ignore list via a file. (Yes,...

Hi, I'm new to contribute for this library! I implemented `Logic[A => Boolean]` instance for convenience. ## Motivation I want to negate function returns `Boolean` like this: ```scala import algebra.instances.all...

Hi, I tried to use asdf-golang for my FreeBSD to run into error: (with `set -x`) ``` devbsd% asdf install golang latest mkdir: /home/windymelt/.asdf/downloads/golang/1.19: File exists Platform 'freebsd' supported! %...

Hi, I suggest some improvement for this great library. In East Asian languages, including Japanese, characters are represented with a width twice that of ASCII. This is expressed as full...

Tapir version: All Scala version: 3 There is no `tapir-http4s-client` artifact for Scala Native. Native server module is already provided. https://mvnrepository.com/artifact/com.softwaremill.sttp.tapir/tapir-http4s-client If native module provided, we can create native tool...

### Describe the bug _No response_ ### Scastie snippet link _No response_ ### To Reproduce Only English is available for using Scastie. ### Expected behavior I would like to ask...

bug
needs-triage

**Is your feature request related to a problem? Please describe.** Scala Native has its cross-compiling feature that is came from clang/LLVM. https://scala-native.org/en/stable/user/sbt.html#cross-compilation ```scala nativeConfig ~= { _.withTargetTriple("x86_64-apple-macosx10.14.0") } ``` Though...

enhancement
Scala Native
requires scoping

### Is your feature request related to a problem? Please describe. I always address my methods in Scaladoc manually e.g. `[[my.package.foo.Bar#method]]`. Though IntelliJ has simillar feature like [this](https://stackoverflow.com/a/59195539/3173048), Metals doesn't...