Sergey Rublev
Sergey Rublev
- Reuse of `compiler-env` for faster increment re-compilation. - Support of foreign-deps https://github.com/clojure/clojurescript/wiki/Foreign-Dependencies - Fixed keywords with double colon prefix '::' Latest change requires re-import database if lib uses double...
Hi! I'm happy user of zio-grpc both on server and client side. But faced with impossibility to use Metadata in my project. Currently `Metadata` in scala.js grpc client refers to...
### Scala 2.13 support This PR just add support for scala 2.13 ### Checklist - [x] Read [CONTRIBUTING.md](https://github.com/traneio/ndbc/blob/master/CONTRIBUTING.md) - [x] Unit test all changes - [x] Update `README.md` if applicable...
see gmate/gmate#12 my solution: gmate/gmate@4b2478ff6515941b131300dfc17701eeef808968 and in gmate/gmate@9e32dfb8a46a3e6f7c1361c6b387aa2ae838206d
command ` huak add --group dev black` Actually it failed in `parse_version_specifiers_str` with following input `dsproto @ git+ssh://[email protected]/dataspike-io/proto.git@a4d900ee9b9084d54d7a895b8aa1b9e366043211` Crash report: ```toml name = "huak" operating_system = "Ubuntu 22.04 (jammy) [64-bit]"...
In some cases rum\react is loosing non-default values in state between `:did-mount` and `:will-unmount` hooks in mixin. It doesn't happen if we manually transfer our state in `:transfer-state` hook. The...
I think we need to test against memory leaks before merging big refactoring or optimization PRs (see https://github.com/zio/zio/issues?q=is%3Aissue+memory+leak ). These tests are long at execution time (10 seconds each), so...
Following app ```scala //> using dep "dev.zio::zio:2.1.16" //> using dep "dev.zio::zio-streams:2.1.16" //> using dep "dev.zio::zio-http:3.1.0" import zio.* import zio.http.* object ZioHttpIssue extends zio.ZIOAppDefault: def causeHandler: Handler[Any, Nothing, Request, Response] =...