-
## Overall Structure
The classic structure is called the MVC app, thats Model(data), View(interface), Controller(process)
- [ ] Database (Model)
- [ ] User accounts and profile
- [ ] Products, a…
-
# BUILD
```
load("@io_bazel_rules_scala//thrift:thrift.bzl", "thrift_library")
load("@io_bazel_rules_scala//twitter_scrooge:twitter_scrooge.bzl",
"scrooge_scala_library")
thrift_library(…
-
## steps
1. Let's say there's a project Foo, which depends on Bar, which depends on a library Baz 0.1.0 that's published to Maven Central.
2. Let's say you want to test a bug fix on Baz, so you …
-
When Finagle receives a 128-bit trace identifier, it should be able to propagate it without reducing its size to 64-bits.
### Expected behavior
TraceId should have an extra field to carry the high bi…
-
- 自動要約、自動カテゴリ、パーソナルホットエントリといろいろやってるが、似たデータを使っていたり、手作業が結構残っていたり、いろいろ問題あるので、整理して、きれいにする
- DF辞書は揃える
- TitleだけDF辞書と、Body含めたDF辞書を作る
- カテゴリ分類は、Body含めた予測をする+閾値適切にする
- データ作成フローを統一・整理し、ジョブ管理する(どこまで作るかを…
-
Subscribe to this issue and stay notified about new [daily trending repos in Scala](https://github.com/trending/scala?since=daily)!
-
MDC is currently pretty hard to use in async applications, and it would therefore maybe be help for many, if scala-logging supported a way, that would make it more easy to use MDC in an async applicat…
-
I just read your blog post that introduces the warp library, so I'm quite intrigued now as to how things will develop now with tower and tower-web quickly entering the stage. I am certainly attracted …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
FYI, GitHub wrongly changed the EOL format of `StateLossCallback.cls` upon upload.
It was changed from Windows (CR LF) to Unix (LF); replacing all [CR LF] with [LF].
This prevents the downloaded…