Heiko Seeberger

Results 93 comments of Heiko Seeberger

You should use `cargo install --locked dioxus-cli`, then the installation works. Maybe the `--locked` option should be added to the README?

@renatocaval thanks for following up. Unforunately I cannot remember if I changed anything after C&P. This looks sound, so feel free to close it.

As James has described on a [Cloudstatemachine issue](https://github.com/lightbend/cloudstatemachine/issues/976#issuecomment-629910904), this is something we would like to have on the long run, but should not be urgent.

Have you tried to add `Provided` to the `configurations` setting? See the Wiki: https://github.com/typesafehub/sbteclipse/wiki/Using-sbteclipse

@maffoo thanks for opening this. It is an important feature and we will address it in 3.0.

I think putting .scala files into the project root directory is bad style. Could you please explain why you consider this "standard conventions"? Anyway, Eclipse doesn't like nested source directories....

Thanks for the clarification. Scala files under project/ are part of the sbt build definition. Therefore they (might) depend on sbt libraries, hence a general solution requires more than just...

Currently I consider this out of scope, but will keep it around as a feature request.

You wrote: "Its even worse, scalaIDE detects this Build.scala as a scala source file and consequently shows errors within the editor" That does not happen for me. Build.scala is in...

Cool trick! Already added: https://github.com/typesafehub/sbteclipse/wiki/Using-sbteclipse