Yannick Koehler
Yannick Koehler
Hi, I just realized that but when I tried to pull it, it said that 2.12:0.5.0 was not found (sorry newbie in sbt world). [error] (*:update) sbt.ResolveException: unresolved dependency: com.github.benfradet#spark-kafka-writer_2.11;0.5.0:...
based on the build.sbt in master, I was expecting 0.5.0 to be available for both already: crossScalaVersions := Seq("2.11.12", "2.12.10")
The proper location is C:\Users\xxx.homebridge, I am unclear if you used xxx.homebridge or really xxx.homebridge. Your config.json also seems to start with an underscore. That doesn't look right. _{
Hi, I was unclear if the unittest need to be in /tests or in /src/.../arubaos/tests/ also, didn't figure out how I could run them localy.
ok, sorry for all those delay, took a while to get back on this since I was making inquiry within my company to see if I was allowed to submit...
Yes, I realized that afterwards, but I would prefer the other way since I could validate “after” running the function.
ok, yeah, running once as sudo, then without works, but that is to me still a bug to be fixed.
In the same idea, I would like to be able to "obtain" the wt command to execute to open up my tab exactly the same way (with same panes and...
I could also copy the rust feature as a local feature to my image to control the llvm version being installed, yet I may not be the only one having...
I modified the recipe with this to get success on my fork for now: recipes/hiredis/all/test_package/conanfile.py ``` if can_run(self) and not self.conf.get("tools.build:skip_test", default=False): ```