Andrzej Ressel
Andrzej Ressel
Hi, I've found bug in Scala compiler and/or this macro. I'd love to post it to dotty repo, but unfortunately I cannot minimize it. Github repo: https://github.com/andrzejressel/scala-3-unresolved-symbols Example code: ####...
Tested on ZIO 2.0.0 and latest ZIO 2 snapshot Examples: Scala 2: https://scastie.scala-lang.org/X86aECF8Rn2zR3SsmWBW1g Scala 3: https://scastie.scala-lang.org/6UW3lTI7RI6ErOuEACPqNA Code: ```scala import zio.test._ import zio._ import java.time.Instant import scala.math.Ordered.orderingToOrdered val instant = Instant.now()...
Few months ago Spotify added changes to playlists: https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/. To implement - [ ] GET /v1/playlists/{playlist_id}/tracks - [ ] POST /v1/playlists/{playlist_id}/tracks - [ ] PATCH /v1/playlists/{playlist_id}/tracks - [ ] PUT...
``` :arrow-optics:kaptTestKotlin w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath: C:/Users/User/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.2.41/d0cfb3ef897c00449e5e696355db9506225fb507/kotlin-stdlib-jdk7-1.2.41.jar (version 1.2) C:/Users/User/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.1.51/222365b4b684bfe35a7676c5ff69b4b414e398fa/kotlin-reflect-1.1.51.jar (version 1.1) C:/Users/User/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.2.50/66d47b004c5b8a1d2d1df9e463187390ed741316/kotlin-stdlib-1.2.50.jar (version 1.2)...
Hi, Today I wanted to contribute support for pulsar: https://developer.tuya.com/en/docs/iot/quickstart?id=Kavqcfr4k67n9, but I saw that it used to exist and it was removed here: https://github.com/tuya/tuya-iot-python-sdk/commit/eb325325e7d99e94f4fef2af06f081a4dffdb4f8#diff-81739e244fe53d469290c60f4b07b4bef6a7d672f06c051e44b75e8958dad9ce. Does it mean that Pulsar won't...
### Describe the bug Running subprocess wasix example on Windows does not output anything. ```sh PS C:\wasix-rust-examples\wasix-subprocess> wasmer -vV wasmer 4.2.5 (0460050 2023-12-23) binary: wasmer-cli commit-hash: 04600507844bae978239531c8e6265d410aefe6d commit-date: 2023-12-23 host:...
Repository: https://github.com/andrzejressel/wasm-tools-compose-resources-bug-report I have WIT structure that looks like this: ```mermaid stateDiagram-v2 [*] --> main main --> a main --> b a --> b ``` `b` is also implementing resource...