Marko Kunic
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:  Firefox: 
@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