Toni Lähdekorpi
Toni Lähdekorpi
This would also be awesome for photos. Having the ability to lock the white balance so that when taking a lot of photos, I could just fix the white balance...
There seem to be a lot of [breaking changes between PyMongo 3 and 4](https://pymongo.readthedocs.io/en/stable/migrate-to-pymongo4.html). As this commit only updates the dependency version number, have all the functionality been tested to...
Looking at the component JSON, these buttons get a `"__symbol": "randomid here"` when cloned. I'm assuming this is the reason why this behavior persists even when saving and reloading the...
Ended up doing: ```javascript removeSymbols(model) { if (typeof model.attributes?.__symbol !== "undefined") { delete model.attributes.__symbol; } if (typeof model.attributes?.__symbols !== "undefined") { delete model.attributes.__symbols; } } ``` And calling it on...
> Hi @lahdekorpi , where should I put this code for make it working? Something like this should work: ```javascript function removeSymbols(model) { if (typeof model.attributes?.__symbol !== "undefined") { delete...
```xml Look ma' I'm full width! I'm not :( ```  https://mjml.io/try-it-live/H1h78Aynw
I'd like to add this feature. I tested by adding a new trait to mj-section for full-width as a dropdown and it does produce correct mjml markup that is even...
@DRoet Thanks for the info and spending your time on this! No worries, I can take a shot at this. Did I understand the structure correctly here; 1. each component...
Any plans for this? Wouldn't checking against compiled LESS make sense? Then use source maps to map correct locations in the original LESS.
@LappleApple Sure. But I was just brainstorming how this could be solved. I'll need to test this out and make a proof of concept first. Any ideas for good test...