Joan Goyeau

Results 19 issues of Joan Goyeau

It seems with BSP that `build.sc` and other `.sc` files are all red because we don't import the mill library and other `$ivy` dependencies. Would be cool to support that...

contrib

Fixes https://github.com/sbt/sbt-native-packager/issues/1304

docker
minor

I have a script in `src/docker/opt/docker/bin/launch.sh`. The generated `Dockerfile`: ``` RUN ["chmod", "-R", "u=rX,g=rX", "/opt/docker"] RUN ["chmod", "u+x,g+x", "/opt/docker/bin/server"] RUN ["chmod", "u+x,g+x", "opt/docker/bin/launch.sh"] ``` See the missing `/` in front...

bug
docker

Hi, I tried to use `fastOptJS / webpackBundlingMode := BundlingMode.LibraryOnly()` and I can see the generated webpack config has one entry that is wrong to me: ``` ... "entry": {...

Given the following working code: ```scala import scala.scalajs.js import scala.scalajs.js.annotation.JSImport import scala.scalajs.js.{|, undefined, UndefOr} import slinky.core.{ExternalComponentWithAttributes, TagMod} import slinky.core.annotations.react import slinky.web.html._ @react object Autocomplete extends ExternalComponentWithAttributes[*.tag.type] { @JSImport("@material-ui/lab/Autocomplete", JSImport.Default) @js.native...

enhancement
facade

Hi, We currently have a microsite on a project Github Page at https://circe.github.io/circe/. This is a proposal to move this site on a organization Github Page at https://circe.github.io. We could...

# Motivation The pagination is already part of the backend API but nothing is done on the frontend side. It is currently requesting 50 runs. # Proposed change Load more...

enhancement

## Motivation Although Orkestra is a CI/CD tool we currently have no CI/CD for the project itself, which is hilarious right? ## Proposed change Setup a CI to check PRs