Hernan Rajchert
Hernan Rajchert
I agree with @alsfurlan, if you are having a huge HTML it may be a code smell to separate it in smaller components. Even if they are not reusable they...
@alsfurlan You made me remember another point, It also makes your end to end easier as you can rely on semantic elements instead of just divs with clases
Congrats all for bringing this proposal 🎉. I just want to address a point that I think the current implementation of RxJs is missing. Currently, both Promises and Observables can...
Is this going to be merged? it would be nice to have html tags
It would be nice to separate the starter code from the deps so any update to the deps could be translated to all libraries started with this starter. I took...
I'm building a docker image from an and Linux machine and a M1 user is having the error that @jmgilman posted. Is there an option to build to both architectures?...
I was thinking something more in the lines of a global library call. Like ``` EDT.addData("panel_name", {data}) ``` Which would re render the panel/s The idea behind it is that...
same issue :(
Actually I noticed the issue was I had a space between the `#` and the `import`, I thought that was supported as well but failed for some reason
As I responded in the discussion, I believe this should be part of a bigger thing that we can call `TemplateParameters`/`ContractScheme`/etc that is similar to the Marlowe Extended feature. This...