Clifton Cunningham

Results 30 issues of Clifton Cunningham

Need to write a simple cluster mode for the scheduler to ensure that only one scheduler is ever in control in cluster mode, could be an interesting excercise re. NodeJS...

Bug

Create a module (?) expect not to be part of core, that enables the construction of multi-step forms, including the ability to save state and support both a fully ajax...

Feature

Contrib module - use a map reduce function to write a small module (like tag cloud or taxonomy) that uses the published dates of content to build an archived menu...

Feature

Documentation about how themeing works.

Documentation

Add a permissions model to modules, to enable exposure of permission groups. Modify module router to enable a route to be linked to permissions. Create an admin UI to enable...

Feature

I may be using the library wrong, but am upgrading from 2.x. Say I have the following (made up) FSM: ```js { init: 'index', transitions: [ { name: 'index', from:...

We are actively using Apollo, and the Rest Data Source with Redis as our overall cache for some legacy APIs. We have quite a few GET Api's that we _never_...

PR related to https://github.com/lucia-auth/lucia/issues/1666

### Package lucia ### Describe the bug I am migrating from SQLite to Postgres, using Drizzle. When I use the same table structure I get an error in Lucia: ```...

bug

We are actively using Apollo, and the Rest Data Source with Redis as our overall cache for some legacy APIs. We have quite a few GET Api's that we _never_...