4 留言 (4 留言)0 反應 (0 反應)0 負責人 (0 負責人)Scala2,230 star (2,230 star)572 fork (572 fork)batch import
good first issue
- 議題類型
- bug
- 前置要求
- 無
- 研究方向
- Locate the `@implicitNotFound` annotation on the `Ticker` type in the cats effect source code (likely in core or testkit module). The annotation currently suggests using `ticked` but that import is not part of the testkit. Update the message to reference the correct import path, such as `cats.effect.testkit.Ticker.ticked` or similar. Check the actual import location in the testkit module to ensure accuracy.