Matthew Klein

Results 18 comments of Matthew Klein

What's your specs? Android version, phone make and model, etc.

@BohrShaw a good example is the Wild Cherry theme as of Termux:Styling version 0.15. https://github.com/termux/termux-styling/commit/e4166fadbe9fa089b6b08dde5a6f4bc7bf111a3c

It would nice to create a milestone for this, as there's a chance that the libraries this project depends on have breaking changes going from Angular 4 or 5 to...

That makes sense if you want to use the same release schedule as Angular (I'd only keep the major version in sync in that case). The angular 6 branch would...

A project called [ng-table](http://ng-table.com) written in AngularJS has this feature. You can see it in action on their [website](http://ng-table.com/#/filtering/demo-filtering-basic). Here's the example: ![ngtable example empty search](https://user-images.githubusercontent.com/3069239/38637011-935fc34c-3d8f-11e8-8560-61e6419b5c6f.png) --- With the letter...

@hjalmers I'm wanting to tackle this one. I'll try to use your suggestion of adding a column parameter to the search pipe. That seems like the least disruptive approach.

Yeah I was poking around `gt-search.pipe.ts` and how it was used with `generic-table.component.ts`, and it became confusing. If you don't mind, could you give an overview of how these pieces...

@hjalmers are you familiar with ngrx at all? I'm not, so I'd appreciate advice in how to approach this. From a cursory overview, ngrx seems pretty involved, and might take...

There's still some interfaces that don't have documentation; would you mind reopening this issue? It was my bad making my [PR](#215) close it in the first place…

~~I've labeled commits that shouldn't be merged into master with `DO NOT MERGE:`, to make them easier to find later. These include things like changing travis' build scripts to be...