Jonas Finnemann Jensen
Jonas Finnemann Jensen
> I realized that's a bad design because it wouldn't support things like "Right click -> Copy link destination." It could be made to work. But it's a nin-trivial pain...
Obviously, we need to fix the tests. But from my quick look this hopefully won't break too much.
Fair question is if `create` should be allowed to return `null`.
> EDIT: Is there a way to connect to the real datastore from my local machine until this is fixed? @enyo, Yes, see: https://github.com/dart-lang/appengine#running-without-docker Basically, create a GCP service account...
I couldn't get it working... Den 24. maj 2016 11.47 PM skrev "Pete Moore" [email protected]: > I think it is supported, isn't it? > > — > You are receiving...
> Note that all the concerns here also apply to dartdoc API docs on pub, If package `foo` depends on package `bar` we will also regenerate documentation for `foo` when...
I'm not sure globally activated packages should be used for this. Global package activation is a mechanism for installing a package onto your system. I'm not sure we should use...
> Idea 3: would be to instead strengthen the integration testing of packages used in `dart create` so that publishing fails if it would break `dart create` in the SDK....
@Salakar I played around with getting the devcompiler to run when compiled with dart2js. I ended up with weird problems and bisected the thing to a commit that increased the...
The patch I have above is based on 4722e4decae290d64bb1aa63d7b39756e79cbae0, it's possible that other issues have arised since then.