Grzegorz Bielski

Results 18 issues of Grzegorz Bielski

Hi, I tried to run my gatsby project that uses `gatsby-plugin-sharp`, I typed in: ``` docker run -it --rm -v $(pwd)/site:/site -p 8000:8000 aripalo/gatsby-docker develop ``` but I'm getting following...

Discussed on Discord: https://discord.com/channels/632277896739946517/632286375311573032/1000496748004921506 When more than 1 message is send to the http4s backed by Ember at once, the subsequent messages seems to be stuck in some internal queue....

bug
module:ember-server

Hi! For starters I must say that Indigo & Tyrian are really cool projects, please keep it up! Still, I experienced some issues... Given this setup code: ```javascript TyrianApp.launch("main"); ```...

bug

Hi! It'd be useful to have a way of configuring how `Encoder` works for ADTs in Scala 3, in particular with the `derives` syntax. I have an ADT like this:...

I'm encountering an issue where only one deployment out of dozes works correctly. When I try to call my endpoint: ``` curl -X POST http://localhost:4566/restapis//local/_user_request_/register ``` then in most cases,...

bug
needs-triaging
cloudformation

Having an access to some [hooks](https://github.com/snabbdom/snabbdom#hooks) would make it easier to integrate with outside systems and third-party code - like rendering React/Preact/X components inside Tyrian. I'm not sure about the...

Aims to resolve: https://github.com/pureconfig/pureconfig/issues/970, https://github.com/pureconfig/pureconfig/issues/1330, https://github.com/pureconfig/pureconfig/issues/1488, https://github.com/pureconfig/pureconfig/issues/1590 and possibly other issues, closing the gap between existing Scala 2.13 shapeless based `pureconfig-generic` and Scala 3 derivation in `core`. ## Main changes...

When calling `halt` on Indigo game instance, I noticed that canvas created by Indigo is not removed. Is that expected? Currently, I'm removing it manually, but since Indigo creates a...

**Is your feature request related to a problem? Please describe.** I would like to ignore some of the scala snippets in Markdown document. Sometimes in blog posts or documentation it's...

documentation
good first issue
markdown

Hello! I noticed there already exists [sbt-tasty-mima](https://github.com/scalacenter/sbt-tasty-mima) plugin for checking compatibilities between TASTy files. Are there any plans to integrate it for Scala 3 with [sbt-version-policy](https://github.com/scalacenter/sbt-version-policy) along with existing MiMa...