Sindre Aarsaether
Sindre Aarsaether
You don't need to escape the forward slash in the multi-line regex, but I'm a bit unsure if that was the intent at some point 7+ years ago. Certainly seems...
This requires a rather large change in how we deal with line-breaks and whitespace in the lexer, which is a big mess of old imba1 code. But it clearly has...
We actually override some of these options. Seems clear that we should rather read the real tsconfig and not override options that are explicitly supplied there.
Even though it would be even better to get @evanw to merge your fix, this seems like a very good solution for now. I guess we need to test it...
The observable stuff in the coming alpha should work well for this. The syntax may change, but it would be like: ``` tag Parent @observable clientId @autorun def fetchData let...
Thanks for the report. It does not surprise me that this breaks, since I haven't really every used it nor considered it, but I agree that it looks like it...
Do you expect the main-menu `#context` to access properties on the dropdown, or the context in which it was created? Ie, do you want dropdown to be able to access...
I'll add some more tests for this and fix it. One of the biggest shortcomings of imba now is the test-suite. It doesn't test any SSR rendering etc, pretty bad.
Is this not fixed by forcing the exact `9.1.4` version? No longer getting an dependabot alerts.
I would also love a piece of code showing the problem you ran into. Will make it more apparent how to improve upon this. In development mode it should be...