zxti
zxti
I'd like to present some deeper motivation: 1. The "visible page size" is highly uncontrollable (e.g. what device the user is using, how large their viewport is, their zoom level,...
I also tried modifying child.html so that the html root element had a fixed width of 300px, so that all the content on the page was within 300px, but still...
I tried `max-width`, but there seems to be no difference.
This isn't a CSS issue, it's a very simple example. The issue is the difference between using a normal iframe vs using this library. With a normal iframe, the document...
I should clarify - the specific observed issue here is that no types are being annotated.
Here's a simple script that seems to do the job in my case, in case it's helpful for others - combines the files in ??.json to a combined.json: ``` import...
typeorm is another project that's painful to use without decorators.
@ksjogo Thanks, yeah that was actually one of the first ways I tried using MST - IIRC it seemed to only help with the `self.otherAction` problem. (Also I swear by...
@xaviergonz Thanks for sharing that. However I just want to point out that none of my real-world use cases are such simple cases of self-recursion, but usually involve multiple co-recursive...
Well, what do you think about the codegen approach?