Jake Rote

Results 14 issues of 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...

enhancement
linq provider

Allow the use of changes method on queryable

enhancement
linq provider

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(...

enhancement
linq provider

Add extension method `ToCursor` and `ToCursorAsync` to queryable

enhancement
linq provider

Could be good if the Linq Provider will suggest indexes to improve query performance

linq provider

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)

cla: yes

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)