Fred

Results 12 issues of Fred

**Describe the bug** Code blocks are very controlled content, where the author has intent (and full responsibility) on everything inside it. Right now, tabs inside code blocks are replaced by...

L1 - broken
category: code blocks

Input: ```plaintext https://text.com/some_page ``` Current output: ```plaintext https://text.com/some\_page ``` Expected: ```plaintext https://text.com/some_page ``` --- ### Rational All I can confirm is that the current output is broken when loaded in...

escape

The scope of this project is to expose MQTT devices into HomeKit. Therefore, I believe the correct name for it should be **mqtt2homekit**. Please correct me if I'm wrong. ---...

The possibility to easily retrieve the list of task names in the queue. Something like this: ``` js grunt.registerTask('default', ['jscs:all', 'jshint']); // When running `grunt` grunt.task.queue; // ['jscs:all', 'jshint'] //...

Devtron seems to be a dead project: electron-userland/devtron#111. Devtron has its own page, which makes it sound like an "official" sub-project: https://www.electronjs.org/devtron. I've just wasted a few hours trying to...

meta

### Describe the issue you are experiencing I'm constantly having the supervisor going unhealthy. The following error, more exactly: It points to the following help page, which offers a complicated...

bug

I'm constantly trying to find the [API documentation](https://dev-docs.home-assistant.io/en/master/) and it is a pretty hard task. I (and Google) always get tricked buy the "Home Assistant API" link which is at...

This PR introduces an additional step in the integration configuration flow, allowing the user to select devices to be excluded from the configuration. The options include: battery, power meter, and...

There is an annoying issue with Rectangle and Fusion 360. Fusion seems to created floating windows for it's panels and for some reason when one of its panels opens over...

bug

When integrating a component within a pjax enabled website, I have a strong need of cleaning up a few elements from the dom **before** pjax saves the current container snapshot....