Marcin Wisnicki

Results 95 issues of Marcin Wisnicki

### What happens? I'm trying to use https://github.com/ossc-db/pg_hint_plan extension that enables query hinting via embedded comments. Unfortunately it looks like comments do not reach the server and hints don't work....

If I reference RootProject external subprojects like so: ```scala // build.sbt lazy val root = (project in file(".")) .settings(organization := "com.example") .aggregate( RootProject(file("project1")), ) ``` ```scala // project1/build.sbt lazy val...

bug

Can't read this simple config: ```scala case class RootWithNested(nested: Option[Nested]) case class Nested(enabled: Boolean) ``` It works when I replace `Nested` with `Map[String, String]`. Fails with: ``` pureconfig.error.ConfigReaderException: Cannot convert...

I'm trying to add `--no-color` to protect scripts from bugs such as #6232 but it doesn't seem to work. ## steps ``` % sbt -version sbt version in this project:...

Bug

I couldn't find any way to access id of currently running job from inside the function, which would be useful for logging purposes

Add option to replace `.1` with `0.1`. Perhaps named `literals.decimalPrefix`?

### Please confirm these before moving forward - [x] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue. - [x] I have tested that this issue...

bug
ready-to-go
hard-one

I'm trying to capture output of sbt variable using ```sh NAME="$(sbt --no-colors --error 'print name' | head -n1)" ``` Unfortunately this captures `S3URLHandler - Looking up AWS Credentials for bucket:`...

### Library Name docker ### Library Version(s) _No response_ ### Describe the feature you'd like Support docker labels defined in [OpenContainer Annotations Spec](https://specs.opencontainers.org/image-spec/annotations/?v=v1.0.1#pre-defined-annotation-keys) as an alternative to `DD_*` environment variables,...

type: feature request

**Describe the bug** If the login browser tab is closed Leapp is stuck waiting for login. Stopping and starting session does not relaunch login page. **Leapp Version** 0.26.1 **To Reproduce**...

bug