JR Utily

Results 11 comments of JR Utily

I'm interested also. I'm obliged to cast db as any to modify the createId method: ``` // add basic getById methods db._.mixin(lodashId); // add collection() methods to remove magic strings...

I have same issue. Here is a quick test to demonstrate that ``` case class AAA ( variableWith1Element: String, aaa3E: String ) object AAA { val formatPlay: Format[AAA] = {...

If the Kamon.init() is guarded by a variable from application.conf, would this work ? Or would the call to read application.conf be already too much regarding Kamon.init() to be the...

Something like: ``` object Start extends App { val config = ConfigFactory.load() if (config.getBoolean("kanela.enabled") { Kamon.init() } // Your application code goes here } ```

I think is done with #320, isn't it ?

Well, I didn't interpret the spec as you did, but I get your point. IMHO, the format given for LIST and HIERACHY are examples, not what MUST be implemented. When...

Another behavior (which I was expecting) would be to fill the topic automatically with the name of the branch. This is what is done when using command line ` git...

Hello ! You should not use /opt/GuitarPro6/GuitarPro but /opt/GuitarPro6/launcher.sh GP6 uses some libraries that are located in installation folder, and so it needs to have the current dir set to...

do you have xhost +local:root in your term ? Le mer. 9 oct. 2019 à 18:20, newlaurent62 a écrit : > Thanks for the quick answer ! It helps !...

sorry I don't know, I don't have any 19.04 yet but if you find the solution, I'll be happy to update the recipes Le jeu. 10 oct. 2019 à 14:19,...