Sergey Dolin
Sergey Dolin
`import zio.config.magnolia._` causes non-working code with the warning: ``` Infinite loop in function body zio.config.magnolia.deriveConfig[testapp.HttpServerConfig]( zio.config.magnolia.deriveConfigFromConfig[testapp.HttpServerConfig]( testapp.HttpServerConfig.configDescriptor) ).nested("HttpServerConfig") ``` Full code: ```scala import zio.config.magnolia._ case class HttpServerConfig(host: String, port: Int)...
`~/.ghcup/hls/2.9.0.1/lib/haskell-language-server-2.9.0.1/bin//haskell-language-server-9.10.1 --lsp` ``` Failed to run ["cabal","v2-repl","~/s/hid-examples/intro/hello.hs"] in directory "~/s/hid-examples". Consult the logs for full command and error. Failed command: cabal --builddir=~/.cache/hie-bios/dist-hid-examples-1a2b767487cc0fcd7c37dc9fd128706f v2-repl --with-compiler ~/.cache/hie-bios/wrapper-b54f81dea4c0e6d1626911c526bc4e36 --with-hc-pkg ~/.cache/hie-bios/ghc-pkg-65d635035016d27a17cf27eb20540249 ~/s/hid-examples/intro/hello.hs ```