Seth Ladd
Seth Ladd
Before I go and remove all the literal `$` from the codeblocks, and apply CSS like the above, I'm curious what @parlough thinks.
Dunno, I'm not trained in my muscle memory to even look for that copy button. I see text I'm supposed to copy, and I use my mouse to copy it...
@atsansone true. today do we dynamically swap out the command prompts based on the user's host operating system?
Please make a comment on the Meta Classes PR, so they know you would be a happy user of that feature: https://github.com/gbracha/metaclasses/issues (especially include your use case and how you'd...
@localvoid add an issue that outlines your use case. I'm sure the author would love to know how you intend to use the feature, or better yet, what you are...
I've been using hashes, which seems to work OK. Inside my custom element: ``` click me ``` Inside my main top-level app: ``` var router = new Router(useFragment: true) ..addHandler(new...
This sounds like a good candidate for a pull request :)
Hi @gmosx what did you end up using?
I think I just ran into this. Using editor + dartium, and route is complaining that it can't find a route for the index.html itself. Which is correct, I never...