udash-core icon indicating copy to clipboard operation
udash-core copied to clipboard

Scala framework for building beautiful and maintainable web applications.

Results 52 udash-core issues
Sort by recently updated
recently updated
newest added

Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.12 to 3.2.13. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.13) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.12...release-3.2.13) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * [com.softwaremill.sttp.client3:async-http-client-backend-future](https://github.com/softwaremill/sttp) * [com.softwaremill.sttp.client3:async-http-client-backend-monix](https://github.com/softwaremill/sttp) * [com.softwaremill.sttp.client3:core](https://github.com/softwaremill/sttp) from 3.7.1 to 3.7.2. [GitHub Release Notes](https://github.com/softwaremill/sttp/releases/tag/v3.7.2) - [Version Diff](https://github.com/softwaremill/sttp/compare/v3.7.1...v3.7.2) I'll automatically update this PR to resolve conflicts as long as you don't...

This is simple wrapper around `AuthRequires` which works fine with `Future[UserContext]`. Such future is standard behaviour for DB-layer which is based on slick.

jQuery doesn't like `$`s in selectors. Probably jQuery wrapper could also replace `$` in selectors with `\\$`, however, it seems like a good idea to generate ids without `$`s. ![image](https://user-images.githubusercontent.com/817407/159774494-8029c07f-fa83-4908-84a4-5bb375235e6f.png)...

Closes #443 Some blocks cannot be migrated due to: - issue in `MacroInstances`, which don't work in local blocks (`HasGenCodec`, `HasModelPropertyCreator`) - backend code parts - dependencies between snippets

TBH I'm not a fan of both solutions right now. In a test case you've pointed out I'd expect **single patch** emitted with: * 5 elements removed: `(1, 2), (3,...

Currently the connection callbacks are only called once per Client ID, when the connection is first established. Either provide a separate callback or tune the current one.