Ezinwa Okpoechi

Results 24 comments of Ezinwa Okpoechi

Great! Once it's fixed, I will be happy to publish an update that includes the fix

I'd like to work on this if @JeffBelgum doesn't pick it up

I have this issue as well, and I think it's related to https://github.com/tmux/tmux/issues/797#issuecomment-282552872. Maybe, as a way to fix this, the `status-interval` is checked, and if that number of seconds...

Maybe it could fail, but let the user know that the page exists on another os?

@achillesss, I was able to temporarily fix it be running `ln -s ~/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src /src` since my error was `Unable to open 'stdio.rs': File not found (file:///src/libstd/io/stdio.rs).`. Maybe you can try...

@Aaronepower I can implement this if you are fine with including the feature

Yeah I think a standard preview framework with community styling is a good idea. Makes everything uniform and would speed up development. @matmunn instead of the setTimeout, you can use...

Yeah I like that idea. I think I prefer the local plugin cache method. The only issue with that is a plugin that has been around for over a month...

I like collections, but i'm not sure exactly how it would help, because the format is ```json [{"name":"7z","platform":["common"]},{"name":"hg","platform":["common"]}] ``` which is not easy to work with. I would like to...

While that works, this part https://github.com/pxgamer/tldr-php/blob/feature/example-testing/src/Cache.php#L54-L56 is my issue. That operation can be potentially expensive. It's an O(n) search.