deltafactory

Results 15 issues of deltafactory

## Description This is a request for compatibility in situations where the HLS provider does not accurately specify codecs in the media chunks. In my situation, my HLS provider offered...

enhancement

During the issue described in #2650, the script was terminated when it exceeded the configured memory limits of PHP. The script termination happened after the record in the "scheduled_tasks" table...

### Summary When importing from .htaccess or CSV file, rules with these sorts of regular expression patterns are modified ### Actual Behavior `^/contact-us(/.*)?$` becomes `^/contact-us(/.*)?` The $ end of string...

### Describe the bug The interface to "Distribute to other connections." disappears on its own. This may be due to actions triggered by the autosave/heartbeat mechanism. ### Steps to Reproduce...

type:bug
needs:feedback

### Is your enhancement related to a problem? Please describe. In addition to the scenarios previously described in #975, #993, etc. there's often a need for other media to be...

type:enhancement
help wanted

### Fluidd Version v1.18.2-7b9f0c3 ### Browser Firefox ### Device Laptop ### Operating System Windows ### What happened I uploaded a gcode file but needed to correct some slicer parameters after...

GH - Bug
GH - Evaluation Needed

I have an edge-case scenario but wanted to suggest an improvement because it "could" affect users some day. I am applying the content filter as an output buffer so that...

As discussed in https://wordpress.org/support/topic/php-7-compatibility-229/, pass-by-reference is deprecated. Affects lines 85, 86 and possibly elsewhere: https://github.com/littlebizzy/force-https/blob/1.2.0/admin-notices-ms.php#L85

I support the plugins current approach to replace URLs in specific instances but ran into some cases where exterior page content (driven by dynamic options) used insecure URLs. Until such...

Suggestion: Wrap the require() calls in the main plugin file in the check for the DISABLE_NAG_NOTICES constant. This saves the file read time.