Stewart Stewart
Stewart Stewart
You could use whatever method you normally use to connect to bluetooth devices to get the address. Using `bluetoothctl`, I can just turn `scan on`, find my headphones on the...
@michalrus What you mention, I believe, has been merged and is part of `0.14`. In my build, I have: ``` scala wartremoverExcluded ++= { val routesDirectory = crossTarget.value / "routes"...
@dwijnand As it happens, I had the wrong directory for "RoutesPrefix.scala", but even with the correct directory, I see my errors: ``` [error] /home/stew/coding/bitbucket.org/ctiginfo/ctig_portal/jvm/conf/routes:181: Inferred type containing Any [error] GET...
@dwijnand Thanks for the encouragement! I took another look; fresh eyes caught a mistake ("router" is one directory higher), but it still isn't working. I'm now literally pasting the output...
Ahh, yes, I ran into this as well. At a minimum, this should perhaps be mentioned in the docs.
Since this has brought up again via #134, I should share what I've learned. I've tried removing Util from various objects. This worked fine for tags and attrs, but gets...
Reporting this page as well: https://arrow-kt.io/docs/effects/io/ Code blocks don't render properly, though they are present in source: https://github.com/arrow-kt/arrow/tree/d1bd27e245d592f38b098b822ee0db73771d08fa/arrow-site/docs/docs/io And it generally seems like a lot of pages are missing that...
What happens if you do "run" a worksheet? I could possibly imagine getting some utility from being able to execute some of my larger worksheets separately from an IDE.
@gigawhitlocks I don't believe this would solve the particular problem @tmciver had. From his earlier [post](https://github.com/rossabaker/lsp-scala/issues/20#issuecomment-457295480): > I ran `M-x shell-command RET metals-emacs` and it successfully started `metals-emacs`, so it...
Thanks @gigawhitlocks I did double-check that I could both use `shell-command` and see the proper path in `'exec-path`, so it doesn't seem to be a path problem of any sort....