danslapman

Results 18 issues of danslapman

- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/develop/CONTRIBUTING.md) guidelines ## problem 1.x series of sbt throws ``` assertion failed: [error] assertion failed: [error] The defined at is not a class symbol. [error]...

bug

Please, cross-compile this library against Scala 3 🙏

This issue is quite old, need to have a look at that. More info: https://issues.scala-lang.org/browse/SI-6817 This issue affects https://github.com/Treode/cps

Fixes #14 ### Problem Currently existing "pseudofunction calls" is a quite limited mechanism, which is not enough in some complex scenarios like mocking complex authorization (e.g. http-signature), math computaions and...

Add a new response mode similiar to `raw`, but with templating support (eg. `raw-template` or `string-template`)

enhancement

Add an ability to archive a service (hide it from service list). Archiving should disable all mocks/stubs in service.

enhancement

It'll be nice to have a possibility to eval (sandboxed) some JS in JSON templater (and maybe in XML too). https://github.com/javadelight/delight-graaljs-sandbox seems to be quite interesting to try.

enhancement

Some advanced semantic scalafix rules (like built-in `ExplicitResultTypes`) [requires setting up scalafixScalaBinaryVersion](https://scalacenter.github.io/scalafix/docs/developers/local-rules.html#prerequisite). Since simulacrum-scalafix in only built with scala 2.12 it's impossible to use it simultaneously with `ExplicitResultTypes` enabled. Please,...