Devi Prasad

Results 56 comments of Devi Prasad

Here is how I think it should get implemented, - The compiler will be able to scope `on:*` with it's component when it has been implemented, so it shouldn't be...

@umpirsky I need to use it with LiipImagineBundle, having a dynamic way of getting the relative file path prevents me from changing different files if I thought the need to...

LiipImagineBundle is the Image Processing bundle, and it works something like this `{{ relative/path/to/img | imagine_filetr('thumbnail') }}`, now I'm using one-up uploader for uploading and that bundle doesn't have a...

I'm not able to find the solution you suggested, can you show me exactly where it is in the project?

I'm sorry, I was finding the exact solution, you gave it to me. And I got what has been done, the directories for both the bundle has been kept same.

Okay, after some testing and other stuff, I came to a conclusion that the way you suggested doesn't work for me, because Sylius has only one filesystem, adapter, etc. And...

Looks like they support Gaufrette too, http://symfony.com/doc/master/bundles/LiipImagineBundle/data-loader/stream.html :smile:, Yeah now this solves a lot of problems, do you think this is worth documenting? Also, my suggestion was for request of...

I wanted a more dynamic way, like maybe a twig function, but then I realized I will be using LiipImagineBundle so, ill be using its function. Thanks anyway.

I thought about it again, i want to make this as a feature request. The way you suggested is easy, but it isn't much helpful if i were to change...

And suppose you say no to this, here is a gist I created that you can refer to people at least who would want it. This shows how to create...