Rheinard Korf

Results 6 issues of Rheinard Korf

# Bug Report ## Expected Behavior Expecting clean logs upon plugin deactivation. ## Actual Behavior Getting the following exception when deactivating the plugin on both multisite, single site, and per...

Currently there are no logs when importing content via the WordPress Importer. The fact that the import was executed doesn't get logged either. As these are significant actions, it would...

enhancement
integration

**Issue** Currently when using `wp scaffold plugin` you are limited to the provided plugin architecture. This is not ideal where you might have your own architecture you would like to...

command:scaffold-plugin

The current scripts are incredibly basic and has been used as a quick way to clean up the plugin for distribution. We need to consider whether `gulp` is the right...

enhancement

Steps to reproduce: * Create a new model in the Single-Table Designer. * Create at least one item. * Click export arrow to export the model. Expected result: * I...

This commit addresses issue #36. The Seeder works for new tables being created via CDK, but existing tables using `fromTableArn` or `fromTableAttributes` fail. Changing the Props type to ITable allows...