Marko Kunic

Results 21 comments of Marko Kunic

Did you try passing config name when defining form field as explained here: https://github.com/FriendsOfSymfony/FOSCKEditorBundle/blob/1.x/docs/usage/config.rst#use-a-configuration

Just tested with your config and it works for me. Chrome: ![screenshot from 2018-06-18 21-16-06](https://user-images.githubusercontent.com/13528674/41557090-e0226526-733c-11e8-91a9-e2a3a7e81ac9.png) Firefox: ![screenshot from 2018-06-18 21-13-00](https://user-images.githubusercontent.com/13528674/41557103-e5bd324a-733c-11e8-955b-855ff07b78ea.png)

@mestro67 Is there any chance you can provide a PR that would help with this based on Update section of your issue?

I didn't have time to look this up, also never used webpack/encore. Do you have any idea what could be wrong? Will try to look this up when I find...

@ktherage have you run into these issues by any chance?

Thank you @ktherage! At least its a clue, will try to take a look over the weekend

https://github.com/hoodie/notify-rust/blob/940dbcb112a9de571dfaca20bb25eb10d9cf067d/src/lib.rs#L264-L278 notify-rust allows data, path or a system image (if I am correct)? Not sure about other libs but if this would be possible cross platform it would be awesome

So for macOS there is no way to provide image path? Only existing app icons?

any suggestion how I would do workaround for a `Vec`? I tried: ```rust fn deserialize_vec_field_kind, { struct VecFieldKind(PhantomData Vec>); impl for VecFieldKind { type Value = Vec; fn expecting(&self, formatter:...

My bad didn't read that documentation correctly, but even if I add a break on `None` I still have an infinite loop