Robert

Results 96 issues of Robert

https://github.com/pinkywafer/Home-Assistant_Config/blob/master/packages/weather/lightning_warnings.yaml

enhancement
custom component
wip

If the work laptop wakes up at night for some time, that time is counted as work from home. Consider adding a time slot at night to always mark as...

enhancement
backlog

Inspiration: - https://github.com/WeaselADHD/Home-AssistantConfig/tree/master/entities/sensors/quarantine - https://www.reddit.com/r/homeassistant/comments/fqudzw/covid19_forcing_me_to_stay_inside_check_out_my/

enhancement
wip

I am building my Grav micropub endpoint. One of the features is support for 'destination'. I have added the destinations in the config query, and logged in again. The destinations...

Currently setting the height/width properties of the `.svg-icon` class for the widget has no effect. I would like to resize the icons to a smaller size to better match my...

I noticed that some of the code in the views that will eventually can be localized is split up into chunks with multiple `_e()` statements. This makes it hard if...

Archive page titles for post kinds (https://www.example.com/kind/like) use strings that are maintained somewhere in the plugin code and can be translated. However, these are actually taxonomies with their own slugs,...

The slug for categories and slugs can be changed in the settings. The slug for `kind` can't (yet). This forces me to have English phrases in the permalinks of my...

By using the current programmed logic to build the output, it is impossible to properly localize it. https://github.com/dshanske/indieweb-post-kinds/blob/eaa62f46900200e044cfb341bef3590928bf6e23/includes/class-kind-taxonomy.php#L315 https://github.com/dshanske/indieweb-post-kinds/blob/eaa62f46900200e044cfb341bef3590928bf6e23/includes/class-kind-view.php#L239 For example, a like will show in English as > **Liked**...

A `like` by Quill will save as post kind `like` and post type `link`. This is as expected. A `repost` by Quill (and Micropublish.net btw), will save as post kind...