Devon Carew
Devon Carew
I think the issue is that keybinding changed - it's now `command-.` (visible from the keybindings shortcut action in the bottom left). It may be that we should alias the...
I believe that the execution iframe isn't being created until the 'UI Output' tab has been visited. Perhaps we need to create the tabs eagerly (or otherwise just always create...
Addressed in https://github.com/dart-lang/dart-pad/pull/2929.
I'm having a little trouble reproing this myself. Perhaps it happens on some browsers and not others? If you're seeing this issue, you might post your browser+version in a comment;...
@johnpryan - perhaps an issue with the DNS entries? Our redirects?
I think that an easy-to-integrate codemirror 6 wrapper, w/ dart mode support, would be more than enough for this project. If we do use codemirror 6, it would be nice...
I was just thinking about syntax highlighting - the current level of dart support from codemirror 5. I'm not really familiar enough w/ codemirror 6 to know what benefits we...
(cc @johnpryan)
At the risk of further bikeshedding on the name, perhaps reserving build and link script names in a `workflow` directory? So, - `workflow/build.dart` - `workflow/link.dart` That wouldn't pollute the top-level...
FYI that we have two tools here that would help: https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies#rolling-dependencies. Generally we use the batch rolling tool (`/tools/rev_sdk_deps.dart`) to roll all package deps ~twice a week, including dartdoc. If...