Andy Raines

Results 7 issues of Andy Raines

Having looked through the source, I found this within the RSS2.0 XSD being used: ``` ``` The minOccurs=1 is causing some of my tests to fail when they should not.

Similar to how the Java implementation works, it would be nice to have a library of classes which represent the various events which can be passed in to the handler...

enhancement

I've been playing around with the events system a bit more recently and found that the combination of the documentation being a little light and the UnitOfWork silently failing makes...

Feature
Documentation
Hacktoberfest

Recently when I've been restarting home assistant, I've been left with failures for the LW integration to start up. HACS LW Plugin Version: `v3.5.15` HACS Version: `1.26.2` Home Assistant Version:...

## Context Trying to import the OWASP ruleset to utilise as part of our Typescript-based Spectral ruleset. An error is thrown (see below), which means this ruleset cannot be used....

When running the docker version of `markdown-confluence` on an arm-based macOS system, the container fails: ``` Downloading chrome r117.0.5938.92 - 146.7 MB [====================] 100% 0.0s (node:1) [DEP0005] DeprecationWarning: Buffer() is...

Trying to embed an image via a link references causing the error ``` Error: Token type `image` not supported by Markdown parser ``` Here is an example: ```markdown ![Alt text][image-ref]...