Mark Canlas

Results 26 comments of Mark Canlas

Maybe related to https://github.com/liancheng/scalafix-organize-imports/pull/90

When I use the newer style (`semanticdbEnabled`), I can see references to `-P:semanticdb:targetroot` in `show Compile/scalacOptions` The older style (that works) has no `targetroot` keys at all.

@taisukeoe I saw in a change you committed below https://github.com/scalacenter/scalafix/commit/a578a83a4f9995c160ebc72c1a0eac3fb06a8985 that differentiated between SBT versions. Could you explain the nature of this change and how it works?

@SethTisue https://github.com/pathikrit/better-files/pull/529

I was under the (mistaken?) impression that the travis CI didn't work at all now. If it still works let's keep it!

Is it just `Transactor` now? Is it a simple search/replace? Or is it something more nuanced than just `Transactor`?

For example, what was included with the latest release from 3.5.0 to 3.5.1? Also wanted to keyword stuff this with "release notes".

Not sure the exact cause but you are probably getting clashes since the name parts `Req` and `Res` are used multiple times (despite being nested). Have you tried giving them...

I have zero context, so this question might be basic but... What is the relation to `bsp4j`? Is that somehow tied to this repo's effect system? Or more of architectural...

I wonder if I ran into this feature. I'm working on a codebase where we are using `putLazyR` (not for any specific reason I don't think) and it initialized the...