Daniel Esik
Daniel Esik
Fixes #97 This PR rectifies filling in the data by adjusting the current approach, so I'm not 100% confident about the resulting data's accuracy. At the very least, it seems...
#### The crux It turns out, that the current `show-profiles` option generates massive useful debug info and logs it just into the output. That makes exploring data pretty tough. To...
Originally, `scalac-profiling` was designed in terms of SBT, and it relies on SBT's `target` structure when assembling output flamegraphs. As @lolgab proposed in #50, by tweaking the approach for dealing...
Github natively supports automatic PRs labelling — https://github.com/actions/labeler. Manually managing the `.github/labeler.yml` might be laborious, especially when reorganizing SBT modules that correspond to labels in one's Github repo. What do...
Hey there! Is there any chance to publish this library for Scala 2.13? Or maybe if there is a PR from the community, would it be possible to merge it...
Hey there. Have a nice day by contributing to Scala! Perhaps, I'll ask kinda annoying a heavily discussed previously question, but do you mind adding safe counterpart methods for collections?...
It turns out that no one of `typelevel` projects depends on the `cats-testkit-scalatest`. So, might be it's time to stop maintaining it? Although some other projects are might still using...
This issue is a follow-up from https://github.com/http4s/http4s/issues/3433. I've struggled with this a bit and think it's quite problematic to embed string interpolations to `uri""` and `path""` of `http4s` (actually, it's...
_It's an RFC, not an issue. Also, it's not a 'discussion' in terms of Github units, as I do not personally like them much. But if one feels triggered by...
That should be a little better from a performance and memory consumption perspective.