skeuomorph icon indicating copy to clipboard operation
skeuomorph copied to clipboard

skema morphisms

Results 27 skeuomorph issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.0` to `3.8.1` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.0...v3.8.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

Currently blocked on a few things: - avrohugger dependency; https://github.com/julianpeeters/avrohugger/issues/149 - The sections using scalameta will need to be rewritten for scala3

Once we migrate away from using `avrohugger` for IDL parsing ([task link](https://github.com/47deg/marlow/issues/543)), we can safely remove the `scala.jdk.CollectionConverters` littered throughout skeuomorph without causing bincompat issues with `sbt-mu-srcgen`. See [this comment](https://github.com/higherkindness/skeuomorph/pull/322#issuecomment-682474294)...

According to https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#encoding-object " for `string` with format being `binary` – `application/octet-stream` " which would indicate the client method should allow to send stream of bytes (e.g. File as in...

### **Description** I think I found that and unexpected behavior working with [`ParseOpenApi`](https://github.com/higherkindness/skeuomorph/blob/master/src/main/scala/higherkindness/skeuomorph/openapi/ParseOpenApi.scala ) and using the `parseYamlOpenApi` object. Can be reproduced like that: 1. Create a file which content...

bug
question

https://github.com/higherkindness/skeuomorph/runs/642972375#step:10:496 >[error] x shouldAbleCodecRoundTrip >[error] Falsified after 7 passed tests. >The seed is _XIJ4QEsGRofVD5YtW_8PQYWD18y1owyi7hZlTSABtF=

- [ ] check laws of `Functor`/`Traverse` instances - [ ] test schema transformations - [ ] test pretty printing

Looking to develop a combination of `gRPC` services with `mu-RPC` and REST endpoints which share a common domain model. Would like to reduce boiler plate of maintaining multiple versions of...

Currently we are putting a lot of effort in Types AST but we're not considering Protocols AST. Some things that we might want to consider: 1. It should work for...