Antonia Engfors
Antonia Engfors
The reason I added this is because I got the error "trigger is not a function" over and over again, and it rendered the plugin useless. By adding these if-statements...
In this pull request I added functionality that gives the user hints for mixins as well as variables. All the old variable-hinting is still intact, nothing was changed there except...
See https://portswigger.net/web-security/csrf/tokens - Currently streama is lacking this type of validation and has potential for security risks due to it. There is a guide here, maybe that works https://www.baeldung.com/spring-security-csrf
If uploading a SVG file in the poster file browser containing a script tag, this script tag will be executed when opening the file. example file: ``` alert(document.cookie); ```
So I've been thinking about this for a few days now. I think it could be useful to create custom dashboard sections as a Content-Manager, where you can apply custom...

as pointed out by several users, a subscription system may be useful. I am not against subscriptions necessarily, especially seeing as streama is sometimes used for custom content. However, I...
Hi guys, We found your springloaded implementation here https://github.com/grails/grails-core/pull/11441 and were so stoked, because we have one of those big 3-minute restart projects (not quite, more like 1 minute, but...
### Expected Behaviour / Actual Behaviour We have several domains, some with inheritance, many with traits, lots and lots of hasManys. Often we try to serialize them in some way,...