Uosis

Results 15 issues of Uosis

I am looking for options to pre-render Laminar pages, and would like to see if there is any prior art or best practices. My current hypothetical plan is as follows:...

discussion
hard problem
needs sponsor

We have been using a string interpolator that translates calls like ```scala sh"echo a ${"b c"} d" ``` into ```scala os.proc("echo", "a", "b c", "d") ``` and found it very...

There is a circular dependency between singleton fields in [ColumnType](https://github.com/jtablesaw/tablesaw/blob/master/core/src/main/java/tech/tablesaw/api/ColumnType.java#L37) and singleton fields in its [implementations](https://github.com/jtablesaw/tablesaw/blob/master/core/src/main/java/tech/tablesaw/columns/numbers/DoubleColumnType.java#L16). This makes correct initialization impossible. Observe the following peculiar behavior (using Scala REPL for...

As a result, https://github.com/almond-sh/almond/blob/main/examples/scalapy-displays.ipynb is broken on Scala 3.1.3 (seems like almond-scalapy is not published for Scala 3).

build.sc: ``` import mill._, scalalib._ object milltest extends ScalaModule { def scalaVersion = "3.3.1" } ``` milltest/src/Main.scala: ``` extension [T](obj: T) def foo: T = ??? ``` Using Mill 0.11.5:...

**Feature description** Scenario: - check out new project - lorri installs 500 dependencies - do some work on a project - delete the project directory when finished with it -...

documentation
feature request
user-facing

With the new default of true, it is quite unergonomic and error prone to have to pass `--in-pod=` everywhere. This simple change allows providing default value using environment variable. This...

**Describe the bug** Environment variables defined in compose file are included in image build. They should only be defined at runtime. Aside from being a deviation from docker compose behavior,...

bug

**Describe the bug** https://github.com/containers/podman-compose/pull/686 broke support for using `Containerfile` instead of `Dockerfile` for builds. `Dockerfile` hardcoded here: https://github.com/containers/podman-compose/pull/686/files#diff-956dd8b5765533c7e8f5bb94c8a1b4735dfcfd9cff54829f3494b87460fab50bR1297 which causes this logic to be skipped: https://github.com/containers/podman-compose/blob/main/podman_compose.py#L2238 **To Reproduce** Try to...

bug

Use all components