zaus

Results 14 issues of zaus

Also including Paint.NET source file

See discussion at https://wordpress.org/support/topic/does-it-work-with-caldera-forms/ > > I think the first example on the following link is what you want, posting data directly from a Caldera submission to something else: >...

enhancement

It's cumbersome to figure out what field-ids to use for each plugin. Create a 'field picker' interface: - cf7 are just post-meta with special access functions - gf is an...

enhancement

As mentioned in suggestion [here](https://wordpress.org/support/topic/customization-advice?replies=2#post-6203002), the form plugin instances should Probably as part of a base constructor in `fplugin_base.php` like: function __construct() { Forms3rdpartyIntegration::$instance->attach_plugin($this); } and back in the main...

enhancement

Split 'settings' and 'services' to separate option fields, but include "optimized" form/service reference for faster checking (rather than looping all entries): ``` array( {form_plugin_prefix+form_id} => array( {list of services} )...

enhancement

for version 2.0, perhaps...

enhancement

To improve my ability to understand what users are doing, and thus focus my efforts on future updates, I'd like to build as a "bundled plugin" a way to report...

enhancement

[Instead of](https://github.com/robertmircea/RateLimiters/blob/master/src/Bert.RateLimiters/StepUpLeakyTokenBucket.cs#L19) tokens = stepTokens; should it be: tokens = bucketTokenCapacity; similar to [the StepDownLeakyTokenBucket](https://github.com/robertmircea/RateLimiters/blob/master/src/Bert.RateLimiters/StepDownTokenBucket.cs)? It might just be that I don't really understand the difference or how to use...

## My Setup - Operating System: Win10 - App Version: 2.10.5 - [x] I have tested with the latest version - [x] I can simulate the issue easily ## Description...

type: bug
stat: needs testing
feat: notifications
feat: tray icon / dock / taskbar

## Description Expected to be able to use [Serverless Framework `self` variables](https://www.serverless.com/framework/docs/providers/aws/guide/variables#reference-properties-in-serverlessyml) throughout the template `.yml`. Instead tool fails with GUI reporting: > FileLoadException: The given assembly name or codebase...

feature-request
module/lambda-test-tool
queued
p3