Carlos Eduardo

Results 91 issues of Carlos Eduardo

The pod snap-kubestate-deployment crashes because it does not have cluster access. To mitigate this, I've added a permissive rolebinding to all service accounts but the best way to do this...

bug
enhancement

If a container has it's task as "STOPPED", scaling it back generates an error and the task does not run. ## Expected Behaviour Have the task in RUNNING state. ##...

Trying to remove a function that is currently running (has a `RUNNING` task), fails. After trying to remove again, it succeeds. ## Expected Behaviour Function gets removed with first command....

Is it possible to add to the build process the generation of a .mobi file for Kindle?

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** ```scala class Toplevel extends Module { val io = FlatIO(new Bundle { val led0 = Output(Bool()) val...

I'm not sure this should be opened here but while trying to install scala-cli using coursier on an ARM64 (aarch64) host, I get: ``` ❯ cs install scala-cli https://repo1.maven.org/maven2/org/virtuslab/scala-cli/cli_3/maven-metadata.xml No...

This allows customizing the output file name from `out` to anything. Previously it would require: ```scala def nativeLink = T { os.Path(scalaNativeWorker().nativeLink(nativeConfig(), (T.dest / "binaryname").toIO)) } ``` With this PR,...

Scaladex does not show that the module have Scala 3.x support on Scala Native: ![image](https://user-images.githubusercontent.com/20382/191564391-ba29da4e-cfac-40b1-b793-43bcc1a95a71.png) As seen here, the artifacts exists: ![image](https://user-images.githubusercontent.com/20382/191564528-cd1c334b-9089-44aa-b8e5-10df3bc76d48.png)

Is there interest on adding Jsonnet (http://jsonnet.org/) support to buildx bake template files? Jsonnet allows lots of flexibility on generating Json objects with variables, functions and much more.

area/bake

Hope this is still maintained... :) The PR prevents some warnings on latest rebar3 config. Works fine with Erlang 25. Also updated the readme with some instructions (and markdown cleanups)....