Krzysztof Romanowski

Results 46 issues of Krzysztof Romanowski

Doc from DSL pasted below: ``` /** * This is basic class to create your Entity. Entity here means database table, row and dedicated basic repository * together with helper...

## Problem When we have situation when e.g. object defines type: ```scala // Providers.scala trait Provider { type Operations = A } // trait A { def a = 1...

bug
uncategorized

A list of incompatible options that makes a lot of sense: - `-classpath` does not work even if prefixed with `-O` (how to pass agrs in such case?) - `-d`...

SIP

This PR adds mechanism to restrict visibiltity of some of the options based on the fact if its description contains '[restricted]' or '[experimental]'. I've marked some of the spark and...

SIP

**Is your feature request related to a problem? Please describe.** Scala CLI is intended to be a replacement for many tools like compiler, REPL and scalafmt. That is why we...

SIP

**Version(s)** `0.1.12` **Describe the bug** Scala CLI does not detect if is run as `scala` when installed using coursier **To Reproduce** Install Scala CLI as `scala-cli-sip` using following command: ```...

SIP

**Is your feature request related to a problem? Please describe.** Providing options for remote debugging (that is really powerful) is not always intuitive or even may not be possible (if...

DX

from @alexarchambault For now, we only support bash and zsh completion. I'm not sure what is needed to have fish completion work. Implementing this should mostly involve changes in [case-app](https://github.com/alexarchambault/case-app),...

UX
Community help wanted

**Version(s)** `0.1.6` **Describe the bug** When I run `echo 'println("Hello")' | scala-cli _ ` and then `echo 'println("Hello")' | scala-cli _ .sc` I get: ``` > echo 'println("Hello")' | scala-cli...

bug
requires scoping