Stefan Bohn

Results 17 comments of Stefan Bohn

@christiangalsterer Can you provide the current state? Will there be a release soon? Thanks.

Edit: Sorry for the noise, my error was a different one: `You can't change an existing page's space.` SpaceKey case (in)sensitive - just which developer at Atlassian implemented the feature......

I opened a PR. This works for our Confluence Version (6.13.3). I hope, this works on others, too. It just does a line comment ("//") before the callout. Maybe there...

> I just patched my local installation with the changes from the PR. Looks good to me. @hbrands I just realized, that on our confluence this only renders correct, if...

org.springframework.test.web.servlet.ResultActions is an interface - are interface methods treated as static (e.g. ResultAction#andExpect)?

+1 to @waltercool 's solution It's the way, Google does it in the Android Contacts app.

Read the Docs: https://github.com/openhab/openhab-addons/blob/342b7b83f9df9d5fd14a3fdd7d34bed33eb97cee/bundles/org.openhab.binding.openweathermap/README.md?plain=1#L33 There is also a link to the FAQ of openweather. When you subsribe, you can set a limit in your OpenWeather account to prevent costs.

The config states > gradle variables set through gradle properties (uses the 'confluenceUser' and 'confluencePass' keys) I used docToolchain 2.0.3 (and dtcw 0.29) and with configuring the credentials in `gradle.properties`...

@rdmueller Found the breaking change: With 5fb3cc5 `gradle.user.home` get overwritten. So gradle no longer uses the users setting in his own setup: https://github.com/docToolchain/docToolchain/blob/fb7cf35a61c211c99b000922294601822c79afac/dtcw#L135-L137 Comment in L136 states, that this change...

Use inputrc, as in bash Create a File named `clink_inputrc` in %USERHOME% with the following 2 lines: "\e`H": history-search-backward # up "\e`P": history-search-forward # down