Devon Carew
Devon Carew
My suspicion is that you'd have to set up ssh tunneling for this use case.
I don't know that I have enough context on the 'why' to evaluate this PR. Perhaps we should resolve https://github.com/dart-lang/sdk/issues/54852 first? cc @kevmoo for thoughts
In terms of having a place to display richer information, perhaps we could decorate the pubspec.yaml file when the user opens it? We could use synthetic labels after a package...
> That is an interesting option, but I personally find them confusing when they look exactly like actual comments. I've gotten used to them for the Flutter widget tree closing...
Hi @Abe5262, thanks for the report. Where are you calling this from? We refactored the client server protocol recently to no longer use google cloud storage for pre-built compilation artifacts....
Hi: You can see the PR that refactored the protocol here: https://github.com/dart-lang/dart-pad/pull/3401. Perhaps some related change there stands out wrt the problems from your last comment? There have been other...
Some possibly useful info: - zip doesn't always restore file executable bits; you may want to prefer downloading the .tar versions of the sdk on mac and linux - I...
@DanTup - I believe you released a VS Code update that addresses this issue?
Hi - these most recent issues were likely caused by the release of `2.4.2`, which adjusted the dep on `package:web` in ways that weren't compatible. We're retracted that release -...
This is the same situation for other packages that Flutter pins however. You need to use dependencies that are compatible with the versions that Flutter was built with. For package:web,...