Juraj Martinka

Results 30 comments of Juraj Martinka

@JonyEpsilon could you please check this one and let me know if there's anything that needs to be resolved?

I think this isn't supposed to work with java either. It seems to me that it's just a "convention" in java world to call such properties `proxyUser` and `proxyPassword`. Some...

@jeaye Just wanna check if this is something that could be implemented anytime soon. I'd really love to have this feature. Maybe I can give you hand but I'm not...

Not sure if this is the whole story, but that particular point can be solved by simple fix: https://github.com/jumarko/austin/commit/2302a3eefea18f8b438ce5f23c1bd7e3320c4deb#diff-7f3a30706a736e2d43f5b9174d97c73eL49

I've created the pull request: https://github.com/cemerick/austin/pull/77 Yes, it definitely makes sense to use figwheel nowadays for most of the work. I was just playing with different alternatives :).

I don't have a super-clear idea how this should work but I was thinking about something similar to [*print-length*](https://clojuredocs.org/clojure.core/*print-length*)

Ok, I was able to leverage `// add-to-classpath` as demonstrated in https://github.com/dkandalov/live-plugin/blob/master/plugin_examples/liveplugin/pluginexamples/classpathExample/plugin.groovy. However, it would be nice to have a support for `@Grab` and transitive dependencies in particular. I ended...

I think this is still a useful suggestion and would be great to have an easy way how to add source artifacts for all java deps on the classpath. Especially...