Roy Duineveld
Roy Duineveld
I let my users create their own subqueries which can be used as filters in the query builder. But wheres are not working with values from subqueries so I need...
See: https://github.com/timgws/QueryBuilderParser/issues/26, it's not yet implemented completely; work in progress but is this the way you like it @timgws? Implement it with the `whereNested()` would be the biggest challenge I...
See: https://spatie.be/docs/laravel-blade-x/v2/advanced-usage/sharing-data-with-context, would be nice to have within Laravel
Laravel Caffeine refreshes the CRSF token every `drip-interval` and refreshes the whole page when the session almost expires; `outdated-drip-check-interval` before. But... when I open the Laravel application, close my Macbook...
The latest version is 2.10.0 which doesn't include the Dropzone integration. Before creating a release please merge: https://github.com/toopay/bootstrap-markdown/pull/302
Maybe add some information about how to implement Dropzone in the Bootstrap Markdown editor? How I've implemented it in my Laravel 5.4 project; `package.json`: ``` "bootstrap-markdown": "toopay/bootstrap-markdown", "dropzone": "^5.1.1", "markdown":...
Hi, I'm getting errors when I'm using WP-LESS with WP multisite. I've created a fix for it: Replace line 87 in "Stylesheet.class.php" from: `$this->source_path = WP_CONTENT_DIR.preg_replace('#^'.content_url().'#U', '', $this->stylesheet->src);` To: `$this->source_path...
`Statamic\StaticCaching\Invalidate` sometimes throws errors like: ``` ErrorException: Trying to access array offset on value of type bool in /vendor/statamic/cms/src/StaticCaching/Cachers/FileCacher.php:163 ``` This is caused by a "malformed url" like `//?phpinfo=1` which...
For MySQL `nulls_last_sql` should be set to `-%s %s` according the [docs](https://yajrabox.com/docs/laravel-datatables/master/general-settings#nulls-last-sql), but that [only works with numeric values](https://stackoverflow.com/questions/2051602/mysql-orderby-a-number-nulls-last#comment10680749_8174026). I'd like to use [the solution for varchar values](https://stackoverflow.com/a/4195311/622945): `ISNULL(field), field...
I would love to see support for the Inkbird ISC-007BW, where/how can I contribute?