Fractal_Mind
Fractal_Mind
I don't want to give your team any presure, I would just like to know more or less when this feature might be available. Two week-month-year? We are in a...
Is there a specific development branch for this feature?
May I add fews suggestions? The creation workflow is very awkward. Every time we need to make a change we have to: - "Toolbar > tools > Code Editor >...
> You want it above the Live-edit toolbar? Thank you for your quick response. Yes ideally. Above any other layer I imagine it's something like that **_Microweber engine => (renders)...
I'm sorry for the confusion, I was not precise enough in my request Here's an example of what I want. I injected myself this snippet in the inspector:  I...
> Hello, > > Am not able to open two calender when we put [singleDatePicker]=true, if we use [singleDatePicker]=false and only want to select single date and keet start and...
Any solution to this? I want to hide other days of the month, but If I just put the visibility: hidden, their's weird padding on the top and bottom left....
> ```python > import json > > with open('countries.json', 'r') as f: > data = json.load(f) > for doc in data: > doc['_id'] = doc.pop('id') > > with open('countries_mongodb.json', 'w')...
Looks like this problem is only on Linux Ubuntu 20.04
> I am trying to use this package but whenever I trigger a job I get the following error: > > ``` > An error occurred instantiating job to be...