Tiemen Schut

Results 13 issues of Tiemen Schut

This fixes #168. I'm not sure if I didn't miss anything. Tested locally, setting FAN_ONLY mode works correctly with this change: ``` tschut@laptop:~$ curl -ik 'http://localhost:8888/hisense/command?property=operation_mode&value=FAN_ONLY' {"queued_commands": 1} tschut@laptop:~$ curl...

**Is your feature request related to a problem? Please describe.** I want to use the refreshRate property for 2 reasons: * keep load on our bitbucket server low (it's provided...

enhancement
help wanted

**Describe the bug** Whenever I configure publishToConfluence with `disableToC = true`, I get a 500 from confluence and the page is not published/updated. **To Reproduce** Steps to reproduce the behavior:...

We recently migrated to confluence cloud, and a new problem has shown up. It looks like line endings from the source markdown are preserved. When using this as input (note...

Doing some tests with the v4 alpha release and I noticed it's no longer supported to upload individual pages as we could in v3. This is a really big change...

Rendering of SingleItemSelector looks off in git bash: ![image](https://user-images.githubusercontent.com/1711214/218122232-3e8a0a1f-1413-4012-94c1-c03d447d347f.png) It renders correctly in cmd prompt or wsl, so hopefully a minor issue.

type/help-needed

What is the problem? Everytime I run `caprover deploy` I have to enter the cli asks for branch name twice. It's not a blocker or anything, just a small annoyance....

**Is your feature request related to a problem? Please describe.** When deploying with `caprover deploy`, in the step where you select the app name to deploy to, the apps are...

**Describe the bug** I'm on spring-cloud-gateway-server-mvc version 4.1.2. In my application I have a simple controller: ```kotlin @RestController @RequestMapping("/internal/test") class TestController { @PostMapping fun test(@RequestBody(required = false) body: String?) {...

waiting-for-triage

Hi, [spring-boot-configuration-metadata](https://github.com/spring-projects/spring-boot/tree/main/spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata) has a dependency on `com.vaadin.external.google:android-json:0.0.20131108.vaadin1` (managed [here](https://github.com/spring-projects/spring-boot/blob/dd120b937ef97a7b62fe7ecb574812c7d74189f0/spring-boot-project/spring-boot-parent/build.gradle#L14)). This library was last released in 2013, and having it on the classpath often causes warnings like ``` Found multiple occurrences...

type: enhancement