m-ar-c

Results 12 comments of m-ar-c

I'm bitten by the exact same bug too. @proArtex , any chance you can elaborate on what you did please ?

Well, this is not a bug, it's just us being too dumb or not awaken enough... Here's what works : ``` php $builder->add('description', CKEditorType::class, ['config' => ['toolbar' => 'my_custom_toolbar'] ]);...

It's not a specific workflow, it's a logical and intelligent one in my opinion: a default central screen (called when 'home' button is touched/pressed) with your main, often used shortcuts,...

Yes, maybe something like : ``` php $pool->getProvider($provider)->validate($errorElement, $media); ``` But (after a few hours of investigation) I don't understand how to get `$errorElement` there or how that would automagically...

After a whole day reading the ckeditor documentation and trying to at least add the `accept = "image/*"` attribute to the input field _without success_, I added validation server side...

I can confirm the bug. I was becoming crazy that all my QR code vcards were missing fields (address, website, etc) when I tried to "add to contacts", no matter...

Thanks sorcererinferior, I just added the '43' in the already existing `~/.local/share/gnome-shell/extensions/babar@fthx/metadata.json` file on my system, logged out/in and the extension worked again. Maybe we should just add that in...

I agree, even without removing the number, I would like a kind of "|" separator too. I think that when [things are clearly separated](https://github.com/fthx/babar/issues/56) #56 it is easier to pick...

Yeah, like a submenu with all the preset titles. You click on one and it would open the window already named. And you know what would be extra useful with...

I am used to projectile in Emacs who is also returning search queries instantly, no matter the size of the project. Maybe a solution to very fast search is in...