Mads Hartmann
Mads Hartmann
Type projections are currently parsed as `infix_types`. I think something like the following might be better. ``` ================================== Type projections ================================== class A { class B } type C =...
Currently a singleton type results in a ``` ================================== Singleton Types ================================== class A { def foobar: this.type = this } --- (compilation_unit (class_definition (identifier) (template_body (function_definition (identifier) (stable_type_identifier (identifier)...
We are seeing slow builds speeds for `installer/installer:app` even when no changes were made to the source code of the component. The component gets build with every build because it...
## Description WIP: Just messing around and debugging for now. See [here](https://github.com/gitpod-io/gitpod/issues/12822#issuecomment-1253550255) and below for findings. ## Related Issue(s) Fixes https://github.com/gitpod-io/gitpod/issues/12822 ## How to test See [here](https://github.com/gitpod-io/gitpod/issues/12822#issuecomment-1253550255) and below. ##...
**Describe the bug** It appears that any Werft annotations (in checkboxes or simply `/werft attribute=value`) gets duplicated in the job that is started when a PR is opened. They don't...
**Which component are you using?**: We're using the cluster-autoscaler in our custom autoscaler-expander implementation **What version of the component are you using?**: Component version: k8s.io/autoscaler/cluster-autoscaler v0.0.0-20230811122327-e1b03fac9958 **What k8s version are...
This is something I've been working on for quite some time. The iTerm source currently doesn't build "out-of-the-box" and the forks I've found does't either. The closest I've come to...
It would be very nice to be able to send the current selection to the console. This is interesting if you're running a "sbt console" so you can send lines...
If you have a one-liner method it will just keep going and read params until it hits a {
## Is your feature request related to a problem? Please describe 1. It's normal to add build artefacts to `.gitignore` 1. Leeways' `srcs` globs makes it easy to include unintended...