Jake Rote
Jake Rote
**Context** It would be great if it was possible to use this driver with EntityFramework it would allow existing EntityFramework users to get into using RethinkDb **Alternatives** No **Has the...
Add translation of queries like on indexes to use `Between` - `.Where( x.Size > 5 && x.Size < 10 )` - `.Where( x.Date < DateTime.Now && x.Date > new DateTime(...
Add extension method `ToCursor` and `ToCursorAsync` to queryable
Could be good if the Linq Provider will suggest indexes to improve query performance
I am trying to configure Kubernetes Dashboard to use this proxy because I have setup Dex on EKS and am using this to authenticate using OIDC. But I have setup...
In 1.1.1 template urls were changed from: packages/app/modules/main_component.html to: /packages/app/modules/main_component.html This is a breaking change and should be changed to not start with '/' by default this has broken my...
[](https://reviewable.io/reviews/angular/angular.dart/1677)
If an NgTwoAttribute matches a component selector you get an error where is will try to set the property to String. For example: ``` import 'package:angular/application_factory.dart'; import 'package:angular/angular.dart'; class ExampleModule...
[](https://reviewable.io/reviews/angular/di.dart/172)