Christopher Jenkins
Christopher Jenkins
Twice now i have implimented a request wrong because the Request documentation is a bit messy. ## Request ``` { "protocol": "http:", "host": "localhost", "method": "PUT", "port": 4000, "path": "/user/me",...
JavaDoc
Project looks lovely and works nicely as seen in Letterplex. Would be good to have more JavaDocs to explain public methods. Not sure about how do I set a start/end...
Looks like your whitespace is inconsistent across your project. Makes for difficult reading.
You seem to leak a lot of resources. ``` bash 09-16 16:10:35.809 10955-10967/com.justyoyo.staging.debug E/StrictMode﹕ A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on...
### The problem HomeAssistant doesn't detect when something cast to a Google Nest Hub (gen 2) as paused when initiated from Home Assistant. Replicate: - Cast dashboard to screen -...
I was getting stuck with nothing being output when using this block: ``` label("bmd-label-floating") { +labelName htmlFor = name } ``` Then I realised that when streaming a response all...
**Question** Thank you for adding MPP support. I was wondering if there is an example of how we can now make uploading documentation via the maven-publish plugin? (Or if it's...
### Feature description Please publish to Gradle plugin repo so we can use `id` correctly. Or correct the plugin name so it can be resolved correctly: `com.spotify.ruler:com.spotify.ruler:version` Thanks! ### Reasoning...
The major version bump unfortunately breaks the plugin :( ``` Caused by: java.lang.NoClassDefFoundError: com/pinterest/ktlint/core/KtLint$Params at org.jlleitschuh.gradle.ktlint.worker.KtLintWorkAction.execute(KtLintWorkAction.kt:52) at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63) at org.gradle.workers.internal.AbstractClassLoaderWorker$1.create(AbstractClassLoaderWorker.java:49) at org.gradle.workers.internal.AbstractClassLoaderWorker$1.create(AbstractClassLoaderWorker.java:43) ```
### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...