Samuel

Results 11 comments of Samuel

I believe that the implementation of this warning could help solve this issue too: https://github.com/dart-lang/webdev/issues/436, considering this discussion: https://github.com/dart-lang/webdev/issues/170

Would be nice to have full dart lang too. On Dart client and Dart server (VM) sides.

@arcas0803, @indiealexh or @michalpie. Did any of you get a workaround to implement Snackbar? If yes and can share, I would appreciate it.

I'm having the same problem: > C:\dart-sdk\bin\pub.bat upgrade > Resolving dependencies... > Because angular_components >=0.13.0 depends on protobuf ^0.13.6 and auge_web depends on protobuf ^1.0.0, angular_components >=0.13.0 is forbidden. >...

In https://pub.dev/packages/angular_components/versions/0.14.0-alpha+1, _Homepage_ is pointing to the broken link https://webdev.dartlang.org/components too.

Just an observation/suggest. For years I have been following the evolution of some languages ​​and tools, recently and more closely Dartlang as well as AngularDart. It is natural to have...

Yes, exactly! With this query we have _problems_. But it should work correctly with results below: ``` List results = await connection.mappedResultsQuery( "SELECT t_alias.id, t_alias.name, u_alias.name, u_two_alias.name FROM t t_alias...

I am using the Stubs client generated with command `pub run rpc:generate client -i lib/server/api.dart -o lib/client` and the error commented in this issue is occuring: ![image](https://user-images.githubusercontent.com/8823569/37538896-d1e6ff86-2930-11e8-8427-0ce045d75162.png) Is there a...

What OS and Dart 2 version are you using?

Dart `webdev` \ `build_runner` had an issue on Windows until a few versions ago. Details: https://github.com/dart-lang/tools/issues/1713 and https://github.com/dart-lang/webdev/issues/436 My team particularly suffered a lot from this Windows performance issue. But...