Roland Grunberg

Results 612 comments of Roland Grunberg

> I think it makes sense to be able to filter out validation errors, by their error code based on file extension. I'm sure we may have cases of developers...

I've tried this out with a delay of 15min and it seems to behave as expected.

CC @fbricon , let me know if we should include this in the release.

If generifying is too complicated, could we just activate a different mapping rule for the generated repository on existence of some property ? (eg. `-Dtycho.p2.repo.flat`) We basically just want to...

As an update, @fbricon has a solution that would do what we need : https://gist.github.com/fbricon/3c718d03f55c3ceba5dea570af4af5f8 . It still would be nice if Tycho handled this, but I guess most projects...

After some discussion, it seems there's 2 remaining issues (but feel free to mention others) 1. completion performance Not only on initial setup of local data (take some time but...

After some discussion on redhat-developer/vscode-xml#417 , in considering lemminx-maven for inclusion, it would be ideal for the client to set configuration option `xml.maven.index.skip` to `true`. This should address the performance...

As an update, in https://github.com/eclipse/lemminx-maven/issues/232 , lemminx-maven has added support for Maven Central search API for artifact queries. ~~This should also (eventually) eliminate the dependence on Lucene, which represented 5MB...

Just to clarify are you referring to the fact that one is not able to send data back through the stream sent back by [attachContainer](https://github.com/spotify/docker-client/blob/master/src/main/java/com/spotify/docker/client/DefaultDockerClient.java#L890) ? I don't believe there's...

In case anyone would be interested in just getting something "working", one can always use reflection to traverse the various fields, to the level below apache-httpclient and then cast that...