Results 41 issues of James

I was able to test the text search locally by running `yarn build` and then `yarn serve`. This could be a helpful note for others, who want to see things...

Just like https://github.com/awslabs/smithy/blob/main/.github/dependabot.yml

This snippet fails compilation ``` import zio.test._ object ExampleSpec extends ZIOSpecDefault { val numbers = List(1,2) val allNumbers = List(1,2,3) override def spec = suite("TestingApplicationsExamplesSpec")( test("contains should work with =>")...

bug
tests
💎 Bounty
💰 Rewarded

I am trying to speed up our CI, which runs stuff like scalafix and scalafmt. scalafmt (with our Mill task, at least) is able to use caching to prevent unnecessary...

bug
core

Continuation from [Discord thread]( https://discord.com/channels/632150470000902164/940067748103487558/1169577386745012254). I started from the simple reproducible case (thanks @Baccata for raising) and tried some of the suggested changes in my [mill fork](https://github.com/IdiosApps/mill/commits/custom-tokensreader-not-discoverable/). In summary I...

I've been looking at migrating us from Mill 0.10.12 to 0.11.5. I see there are some breaking changes in the [release notes](https://github.com/com-lihaoyi/mill/releases/tag/0.11.0). Regarding `$file`, I figured we have some fairly...

from #417 Possible improvement: I changed the namespace to one I'm interested in, and the pods filtered correctly. But, I had to scroll down many namespaces to find it. Is...

**Describe the bug** - `kdash` presents the application fine, but shows Error: > Unable to obtain Kubernetes client. failed to infer config: in-cluster: (failed to read an incluster environment variable:...

from #417 Possible improvement: Pods -> Containers -> Logs seems to just tail. Is it possible to review last 5/10/15 minutes of logs (or even all logs)?

from #417 Possible issue: Also, it can be slow to filter the Resources (Pods). I can select a namespace and then it takes about a minute to filter down [the...