vemv

Results 426 comments of vemv

Not going to be that needed after https://github.com/clojure-emacs/cider/pull/3489

As for examples: * Rama has a [dataflow](https://redplanetlabs.com/docs/~/clj-dataflow-lang.html#gsc.tab=0) DSL - it's code that is embedded into normal Clojure which however runs in a distributed fashion. * So, the highlighting makes...

Can give that a shot - would seem nice as I wasn't sure of how many 'slots' we should offer. I take it that we'd go ahead with that?

Thanks for the response! > I want to run some performance checks to make sure it doesn't negatively impact the library's efficiency. If it helps at all, I'd be happy...

Understood, thanks! I'd be open to any kind of solution, really.

@filipesilva Sorry, I missed your message. I find that clj-kondo recommendation a bit odd. You don't really need to litter clojure namespaces with that flag. You can simply lint for...

Thanks for the report! It's a fairly baffling one since Enrich doesn't particularly add or modify Maven stuff. It doesn't add/run code either in your repl JVM. It does all...

It sounds like Enrich could observe some env vars for proxy stuff, feel free to ellaborate in https://github.com/clojure-emacs/enrich-classpath/issues (Very commonly apps do that - AFAIK, we cannot guess if we...

Hmm, if this stuff isn't too familiar it will probably be quicker if I give it a go. Please report the proxy issue first, let's get it fixed and see...

Thanks much for the digging into the 🌀🐇! In Alex words: > yeah, if using -Scp, you're basically turning off the whole "calculate deps and basis" system Looks like Enrich...