PaulReynolds

Results 6 issues of PaulReynolds

Following error on new install ``` /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/rbconfig.rb:229: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777 Fetching thin-1.5.1.gem Fetching rack-1.6.13.gem Fetching daemons-1.3.1.gem Fetching eventmachine-1.0.9.1.gem Fetching rack-protection-1.5.5.gem Fetching skinny-0.2.4.gem Fetching...

**Is your feature request related to a problem? Please describe.** On a screen, I need to filter the data between two dates (for example on an orders report) **Describe the...

Fixes #1327 ## Proposed Changes - add `FILTER_DATE_RANGE` to TD filter options - create date_range filter blade partial - filter `$query->whereBetween` in `HttpFilter.php`

## Expected Behaviour: I need it it be possible to re-init the CMB2.js init() function, when new elements are added to the edit post screen via AJAX. ## Actual Behaviour:...

Hi, after installation, and running: ``` DbView::make($this)->field('email_subject')->with($data)->render(); ``` I get the following error ``` file_put_contents(../app/db-blade-compiler/views/b92b4b7d77cc4fdc95e46a0d6e471b5e): failed to open stream: No such file or directory ``` I can fix this by...

This does not replace config values when they are not plain text. eg 'paths' => [ resource_path('views'), ],