Roygbyte

Results 9 issues of Roygbyte

Fixes an obscure bug that seems to be caused by registering a CPT without editor support. For context: I am running a multi-site installation of WordPress. Each site runs the...

type:task

I'm intending to use this functionality for adding a "download to EPUB" button... EDIT: realizing now that I need to add some kind of conditional function to the buttons? Because...

I've been working on a rebuild of Newsdownloader. After my recent failed refactoring attempt, I decided that it would be best for my sanity (and for the plugin) if it...

enhancement

In order to update the field's text value after it's been rendered, the input field needs to be returned, and not just the text value. - - - This change...

I've wanted this for a while :) - - - This change is [](https://reviewable.io/reviews/koreader/koreader/9495)

This change is [](https://reviewable.io/reviews/koreader/koreader/9505)

WIP it. WIP it real good!

Hello Earthlings! I am trying to have my Lua code formatted like this: ``` lua local subscription = FeedSubscription:new({ id = subscription_results.subscription_id }) ``` But instead, I get this: ```...