Sebastian

Results 35 issues of Sebastian

found a minor typo, fixed it

Do you think it would be possible to add an option that avoids connections that start on one day and arrive on the next? I think that would be convenient...

I just noticed that in https://github.com/jhy/jsoup/blob/master/src/main/java/org/jsoup/examples/HtmlToPlainText.java#L24 we still say that it'd be possible to run the example like this: java -cp jsoup.jar org.jsoup.examples.HtmlToPlainText url while that isn't true anymore and...

I added the plugin to a web app I work on. Works nicely, I just found I couldn't configure something that I usually configure for development in Eclipse and deployment...

Is there a reason why the GET /stations/:id/departures endpoint does not support the `results` parameter to limit the number of results? I'd find it quite useful to have this when...

question

I'm successfully packaging MSI files using the Gradle plugin, however I cannot yet specify the images used in the MSI installer.

I think it is not obvious which steps are necessary in order to work on the compose Gradle plugin and try out the changes on an existing project for testing....

I need to customize the WXS entries for packaging MSI files on Windows as described in #1972. I have added a solution here that works similar to the `appResourceRootDir` option:...

I've been looking into using your library and trying things on a recent Wikipedia dump, it didn't work. Turns out that looked like this there: So I made the code...