-
Re: how to validate provided email address is in correct format either in string or strings
The exact manner depends on what kind of plugin component you are developing (recipe, macro, dataset, trigger, step, ...). But ultimately, every custom component will receive its configuration, since…1 · -
Re: It's time for a new Laptop. (What would you do?)
Hi, Slick design + NVidia GPU + Linux-friendly (because that's the only real way to leverage GPUs from Python+DSS) is indeed a complicated equation to solve. If travel-friendliness isn't an absolute …3 · -
Re: Parsing dates to ISO not working
Hi, We confirm that "parse dates to ISO" does not currently work. We are actually likely to remove the feature as it proves challenging. We advise you not to enable "parse dates to ISO…2 · -
Re: how to validate provided email address is in correct format either in string or strings
Hi, There are no capabilities to validate emails in the frontend. You would need to do that in the backend (i.e. in your Python code) at runtime. You could for example use the standard Python library…1 · -
Re: Invalid Role - PROJECT_CREATOR
No, this one was introduced in 5.0 or 5.11 ·
