Sebastian Lövdahl

Results 35 issues of Sebastian Lövdahl

This change adds commented-out samples of how to use filters to reduce the amount of data that are written to the HA recorder database by default. Depending on the `pulse_rate`...

new-feature
no-stale

Given the following scenario: - `pluginA` and `pluginC` have no dependencies - `pluginB` depends on `pluginA`: ``` plugin-id: pluginB plugin-version: 1.0.0 plugin-dependencies: pluginA ``` - `pluginA` is _NOT_ present in...

## Background Jetty 9 defaults to supporting e.g. the `permessage-deflate` and `x-webkit-deflate-frame` `Sec-WebSocket-Extensions`. Historically, Java code using classes like `java.util.zip.Deflater` have been suspectible to native memory leaks, and especially if...

## Expected Behavior Backend requests that responds with HTTP 303 and that has a `Cache-Control` header should be eligible for caching. Currently using Varnish 5.2.1, but as far as I...

Feel free to dismiss this if you feel it's out of scope for this custom card. **Is your feature request related to a problem? Please describe.** I have a button...

FR

We need to know exactly which properties have changed between two instances of an immutable object. Currently it's quite hard to do it in a sane way with immutables, and...

A simple request, let socket.close() return a Future that can be used to block the current thread until the connection is properly closed.

enhancement

Using IntelliJ IDEA 2018.1.1 (Ultimate Edition), plugin version 1.4-0. I'm a little bit unsure what I did to trigger the exception. Might have been when I triggered "Reformat Code". ```...

The "Simple markdown list with preceding text" test is the one that currently fails. Might be an issue with pegdown itself.