Billiam

Results 31 issues of Billiam

We wanted to make sure that the asset manifest is loaded early in our Rails boot process, so that forking servers (like unicorn) have the manifest data cached for new...

A project I'm working on needed reusable, predefined responses that were used globally. To accomplish this, we patched `Swagger::Blocks::OperationNode` in a rails initializer, and included a module with a few...

The X/Y min/max range can report incorrectly for shopfloor tablet on some files, and I've tracked it down to vertical arc lead out moves: Here's a minimal example, extracted from...

I believe that these two field types (and possibly select as well), will not work correctly within nested-has-many fields. Unlike other fields, which don't bother explicitly passing field values (using...

I don't know what the format of this would be, but I think the keys array could be improved by also allowing a string which would be treated a simple...

enhancement

### **User description** The goal of this PR is to bring cncjs up to a non-end of life node version (targetting node 18). Most of the changes stem from updating...

dependencies
Bug fix
Enhancement
Review effort [1-5]: 3

**Does your feature request involve difficulty completing a task? Please describe.** My plugin is interested in reacting to documents being marked as reading or finished. There are two different events...

enhancement

**Does your feature request involve difficulty completing a task? Please describe.** Plugins that want to display a list of books are likely to use the `menu` widget currently. However, this...

enhancement

* KOReader version: 2024.11 * Device: Desktop/linux (but applies to any) #### Issue If a Menu widget instance is created with an item containing a long `post_text` value, koreader will...

bug