Ole Martin Handeland
Ole Martin Handeland
Hi! Sorry for the very late reply. Frankly, I haven't used this at any point, and just made it after someone asked for a solution on Reddit years ago. I...
Hi! Have a look at the comments in #23. Patches are welcome if you find a better way to handle this and document how you did it, or extend the...
Leaving this untouched at the end of w36, as I didn't have time to figure out why this fails and fix it.
Me and @ivarne had a good discussion about this today, and I think we arrived at good suggestion for expressions syntax going forward. This ties into Altinn/app-frontend-react#646 and Altinn/altinn-studio#8776 as...
The above suggestion has matured in our minds for a while now, and it looks like the two implementations are converging towards that proposal. I'm considering the decision in this...
Leaving this untouched at the end of w36, as I didn't have time to figure out why this fails and fix it.
A possible alternative to a DSL could be using arrays as a sort-of lisp-in-json language, as [discussed on Slack](https://altinn.slack.com/archives/C03KCBAP5T4/p1660209734908479). The following expression: ```json { "hidden": { "function": "greaterThanEq", "args": [...
An implementation for this is now in place, at least for frontend. We'll keep open the discussion around which of the (now 2) formats we want to promote - or...
Leaving this untouched at the end of w36, as I don't know this well enough to manually test it
Could we do the opposite instead? Cypress can also intercept requests and rewrite them - could we simply fix this in `app-frontend-react` so that Cypress always loads from `localhost:8080` no...