Carlos Quiroz

Results 77 comments of Carlos Quiroz

I've seen this on the previous version as well. I wonder if it is something with the plugin or Atom itself

I supposed I could try though I'm quite short on time.

Am i correct that the first thing is to add a facade to `scalajs-atom-api` for `atom-ide-terminal`?

In the case of monocle the name of the package may go form `monocle-cats` to plain `monocle`. Can a migration be done for that case?

Maybe it is related to Unitless. Here is a minimal reproduction ```scala import coulomb.* import coulomb.syntax.* import algebra.instances.all.given import coulomb.ops.algebra.spire.all.given import coulomb.policy.spire.standard.given import coulomb.units.si.* import coulomb.units.si.given import scala.math._ object ItcImpl2...

Thanks turns out it works when doing imports as `import coulomb._` This seems to be down to a compiler issue when using a `kindProjector` flag

I have been experimenting a bit with this. One of the stumbling blocks maybe getting `spire` for dotty.

In principle all compilation time meta programming is available for any scala platform. Most issues are with runtime reflection which is not available on scala.js

It would certainly feel more natural to have the plain operators 👍