Results 13 comments of Valentas

Sadly no one else experienced same issue - just stuck again here. Problem appears when `\Assetic\Factory\Worker\CacheBustingWorker::getHash` tries to get `$factory->getLastModified($asset)`, debugging this stuff I see there is populates `vars` array,...

@KonstantinSviridov - I thought about it, but haven't found it clearly stated that `settings` is not supported in custom scheme - https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md/#x-other > x- authentication methods do not have any...

@jstoiko - our company uses RAML to automatically generate PHP/JS code, so I think it could be maintained at least temporary by me. I would prefer https://github.com/eLama/php-raml-parser fork to be...

I think official parser for PHP would be great, of course if **raml-org** agrees.

I wanto to invite @eduard-sukharev in this discussion as I see he did a lot of code reviews/merges. Eduard, maybe you could help us on moving https://github.com/eLama/php-raml-parser fork under official...

@Fuzzyma - yes, but suppose their `id` should be different

@Fuzzyma - you got point, but I see that in exported SVG the `use:href` holds direct id selector: ```xml ``` Seems no references to `defs` here.

Looking for same functionality. It seems https://github.com/MrGreenStuff/MrGreenStuffAclSonataAdminExtensionBundle doing exactly what's needed. Somehow the code looks a bit unoptimized, but will give it a try.

@dunglas - it seems that https://github.com/MrGreenStuff/MrGreenStuffAclSonataAdminExtensionBundle is a bit abandoned. Is it possible to merge that fork here without the author itself?

I already implemented a `Voter` to forbid accessing items, whitch are not visible by @MrGreenStuff implementation. There currenty is a security issue: if user opens an item for editing, and...