Matthew Klein

Results 18 comments of Matthew Klein

For some reason, I can't seem to get it to work on angular 4, but if I upgrade to angular 5 it works. `ng-packgr` is failing silently when running `npm...

@hjalmers I left a comment over [here](https://github.com/hjalmers/angular-generic-table/commit/53ca9340d5bd51e747da9aa164910b6bdf02f031#commitcomment-28640240) about some of those updates.

I rebased onto master, updating each commit to match the new style.

Rebase onto master (cypress tests).

@hjalmers OK: so ~this works~... when the table is small. I took your advice wrote it using pipes, because that seemed to be the simplest option to extend it. Everything...

OK thanks for the heads-up.

I just learned that Firefox for Android will support desktop extensions some time this year: - [Prepare your Firefox desktop extension for the upcoming Android release](https://blog.mozilla.org/addons/2023/08/10/prepare-your-firefox-desktop-extension-for-the-upcoming-android-release/) - Mozilla Add-ons Community...

[Neovim](https://github.com/neovim/neovim) supports python2. Just do: ``` console $ apt install neovim python2 $ pip2 install neovim ``` and [jceb/vim-orgmode](https://github.com/jceb/vim-orgmode) should work (I haven't really tested it though). [Deoplete](https://github.com/Shougo/deoplete.nvim) is the...