Ava Johnson

Results 17 comments of Ava Johnson

This is a better work around but sill sub-optimal. Any reason the pattern can't ignore the comment end tag?

I haven't played the game in years. I'll merge any pull requests if someone wants to contribute or take over the project but I can't do it myself.

Unfortunately I do not have Valeera the Hollow and so diagnosing this issue would be very difficult.

I did not. Though I didn't try very hard to solve it.

Would sveltejs/svelte#2106 solve this? Something like ``` {#if $$slots.header} {/if} {#if $$slots.default} {/if} {#if $$slots.footer} {/if} ```

This really needs to be addressed. In its current state the http package is completely unusable when dealing with an api that uses repeating headers.

Google's ViewPager is several times more complex to use. So if a simple pager is needed for a small part the project works much better.

How is this still an issue? This makes the library completely unusable for anyone using rollup. I would expect a bug of this magnitude to be fixed quickly but it's...

So that if your doing things deep inside of your source tree you don't have to cd all the way back to the root to build, then cd all the...

I saw issue #11 but as @50Wliu mentioned my case is slightly different. I wrote a grammar definition so the css is now in the correct scope. I'm not sure...