Michał Pawlik

Results 26 issues of Michał Pawlik

Updates com.codecommit:sbt-github-actions from 0.13.0 to 0.14.2. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

The `baseUrl` parameter isn't well documented in the code. It needs some scaladoc.

documentation
good first issue

Cache modules introduced in https://github.com/ocadotechnology/sttp-oauth2/pull/295 currently don't support Scala.js due to the lack of `realTimeInstant` on js platform. We should port those modules to provide Scala.js support.

enhancement

When generating _SpecRunner.html on Windows I get following script imports: ``` Jasmine Spec Runner ``` For some reason there's a backslash in `.grunt\grunt-contrib-jasmine/require.js`.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I'm attempting to read records from shards, for that I need...

type: bug
aws:kinesis
status: backlog

Tapir version: 1.6.0 Scala version: 3.3.0 **Describe the bug** > What is the problem? I want to implement an endpoint that uses an extracted `EndpointIO` as an `out` like this:...

This PR attempts to resolve https://github.com/softwaremill/sttp/issues/1902. Currently it lacks tests for `CurlBackendHttpTest` needs async version.

Reason: https://github.com/olafurpg/setup-scala/issues/49 Similarly to https://github.com/ocadotechnology/pass4s we could go with [sbt-typelevel](https://typelevel.org/sbt-typelevel/index.html)

Solves part of #1495 ## PR Checklist (not all items are relevant to all PRs) - [ ] Added unit-tests (for runtime code) - [ ] Added bootstrapped code +...

## TL;DR Can we please change: ```scala config / smithy4sOutputDir := (config / sourceManaged).value / "scala" ``` to something like: ```scala config / smithy4sOutputDir := (config / sourceManaged).value / "scala"...