Roy Duineveld

Results 87 comments of Roy Duineveld

That's nice but we also need that separation here: https://github.com/statamic/eloquent-driver/blob/master/config/eloquent-driver.php#L19-L23 so form blueprints can be stored in the database and all others can stay in file.

I'll dig into this soon, so a PR won't be accepted?

I ran into the same problem, but with setting up my store with an install/script script. Maybe a idea to replace `$configuration = Mage::getStoreConfig('design/fallback/fallback', $this->getStore())` with: `$configuration = Mage::getStoreConfig('design/fallback/fallback', $this->getStore())...

Same problem here, did Atlassian change something?

For the time being, you can use a additional font: https://github.com/websiddu/technology-icons

That happens automatically when something changes according the invalidation rules in `config/statamic/static_caching.php` with: ``` 'urls' => [ '/*' ] ```

I'll provide more info shortly. Need to find some time :)

Alright, there we go; steps to reproduce this: - `statamic new statamictest` - `STATAMIC_STATIC_CACHING_STRATEGY=full` in the `.env` - In `config/statamic/static_caching.php`: ``` 'invalidation' => [ 'class' => null, 'rules' => [...

With that query it's only sorted on null / not-null, but the not-null result are not sorted ascending or descending.