Tomas Hradec
Tomas Hradec
Hi, @nabuskey did you use any additional configuration/tuning, I have a recent version of ArgoCD 2.4.11 and still struggling with the pruning of XRs.
Sorry, I missed the `application.resourceTrackingMethod: annotation`, with it, it's working great, thx.
For navigation from stack-trace, I'm reusing `CeylonPatternMatchListenerDelegate`, which doesn't support javascript for now and I guess, that we will need source maps for that at first, which aren't implemented in...
How did you do that? I'm not able to simulate it.
> @thradec you should do a blog post on the new ceylon.test features, there's lots of them! @FroMage here you go 7bcf5e3, but please do proofreading and corrections
tip: article about ceylon application using spring-boot (@DiegoCoronel @renatoathaydes ?)
I'm not sure if common markdown cover this area, but for ceylondoc we need support for _wiki links_ (so it should be extensible that way)
Currently, there is no equivalent to java `Throwable.getStackTrace()`, so I would have to print stack trace to `StringBuilder` and parse first lines :-(. Can we add similar api into `Throwable`?
Maybe there is some way http://www.eriwen.com/javascript/js-stack-trace, but @chochos would know more. In any case, if this won't be supported by language, I can hardly implement it myself.
Well, if vertx is responsible for loading that module, then the issue will be probably there, because the context class loader will be different when running as _Ceylon Java Application_...