Andreas

Results 12 comments of Andreas

Hi, thanks for creating pretty-swag 👍 I'm also missing the models section for the following reason: In my case I've some enums defined in the properties like ```YAML efinitions: TestEntry:...

Hey, today we faced this problem in one of our projects. XLSX files generated form Microsoft Dynamics CRM are namespaced, loading them in PHPExcel will lead to an empty dataset...

Hey Gary, thanks for your fast response! The two machines are in timesync! I give it a try with a JITTER set to 3600 seconds (sync speed of ACLs is...

Hi, I'm back with test results. As increasing `FILEJITTER` didn't help I tried to get a minimal test case with corresponding log files. I can reproduce the problem with only...

Hey Gary, I did some further testing. I'm pretty sure that the Syncthing Permission Features is interfering with your `setfacl`. First try: * comment out all `setfacl` in your code...

Hi, back again with hopefully interesting news: Ultra simple test case with one file. CASE1 did succeed ending up having the files replicated as `www-data:www-data` to node2 CASE2 failed ending...

Hi, thank's for your fast response! WP-Plugin Autoptimize has added such a feature in release 2.0 (https://tah.wordpress.org/plugins/autoptimize/faq/). They state: > One of the bigger changes in Autoptimize 2.0 is that...

> I think this is the main reason why the need to make such a revision. you are right, this is also a very good reason having this configurable. After...

Hi cluwong, as I'm looking for a way to exclude some files too, I've found this pull request which seems to do what we need: https://github.com/skeeks-semenov/yii2-assets-auto-compress/pull/25 FYI: I didn't try...

Hi skeek-semenov, unfortunately you are right, the #25 approach is not ideal. Additionally it will not work if `appendTimestamp` is enabled in AssetManager. BR