elmart-devo

Results 9 comments of elmart-devo

Sorry, I don't get it. I'm trying to understand if I can tweak the git clone made by gitlabber. Specifically, to make a shallow clone of default branch: `git clone...

Okay. Thx very much for your quick response.

Hi, I just saw 22.3 release notes. It seems solution to this was not finally included there. I would just like to get confirmation on that, please.

@eugenesvk Those symbols look great. But personally, I find the arrows to introduce too much visual clutter. Why not something visually ligther, like using apostrophes(or an even more subtle symbol)...

If using different symbols for left and right (like you do with `>` and `

I've also been bitten by this, as before it was possible to search for nul bytes using nul literals (`\u0000`) in literal expressions (`compile_lit` & `compile_lit_multi`), and now that is...

Ok, checked and true. Thx! Closing this.

Reopening this, as it seems even if I can install the js engine with `gu install js`, I cannot later find it using `new ScriptEngineManager().getEngineByExtension("js")`. That returns null, no matter...

You're right. My problem was now a strange issue in IntelliJ. For some reason, it was adding another JDK, different than the project one, to the class path, and using...