Florian CAVASIN
Florian CAVASIN
@germanjoey There's no `e.drawHandler` from the event `L.Draw.Event.DRAWVERTEX`. Where did you find this ?
Here is an ugly work around that I use for a programmatically screenshot trigger. 1. It oversize the map. 2. Place a leaflet layer in the middle of the map....
Here is a demo : https://jsfiddle.net/florian_allsoftware/f0wkpyd9/8/ Using : 1. Symfony (only for class naming) 2. Tabler.io (Template) 3. TomSelect Make it like that. 1. Symfony -> Add `form-select` class to...
> Keep in mind that I parse the mention'd quill output before saving it into the database and I replace the mention HTML content with whatever is in the data-id...
If you follow the doc: ```php
https://cva.style/docs/examples/other-use-cases > cva is really just a fancy way of managing a string… It would/should treat boolean as a string, even `false`. ------ I think it will be great if...
Because variants cannot be `true` only, but `'true'` AND `'false'`. ```twig cva({ variants: { disabled: 'opacity-50 cursor-not-allowed', }, }) ``` VS ```twig cva({ variants: { disabled: { true: 'opacity-50 cursor-not-allowed',...
I agree with #1710 as well. 👍
Hey @tacman, we already talked about this part of Symfony UX in [this discussion](https://github.com/kevinpapst/TablerBundle/discussions/146) 😄 Are you using it in your projects? We have not yet taken that step on...
> For myself I don't see an issue when Symfony warns about missing translations. This is not a missing translation error. Those are error from a translation of a translated...