Javier López

Results 24 issues of Javier López

Hello, I don't expect anyone to work on this, just wanted to point out than the [latest i3 release](https://i3wm.org/downloads/RELEASE-NOTES-4.12.txt) breaks the specified patch. It seems like this time it will...

According to https://posativ.org/isso/docs/extras/deployment/ , isso ships with a built-in web server which is no optimal for production environments, this commit add wsgi servers so isso can be launched with such...

Create tests for core functionality - [ ] Upload text to default provider - [ ] Upload text to defined provider - [ ] Test clipboard integration - [ ]...

hacktoberfest

Install / Upgrade defined plugin in parallel

enhancement
hacktoberfest

When new plugins are installed, its source is fetched to **~/.shundle/bundle/plugin** from which [_shundle_init()](https://github.com/chilicuil/shundle/blob/master/shundle#L109) load them upon a new shell invocation, it would be even better however if shundle could...

enhancement
hacktoberfest

When the installation of a new plugin fails, shundle prints 'failed' which isn't really useful, instead it should print debugging information, the affected code lives at [_shundle_install_aux()](https://github.com/chilicuil/shundle/blob/master/bin/shundle#L90).

enhancement
hacktoberfest

Tests should include - [ ] bash - [ ] zsh in posix mode - [ ] ksh - [ ] fish in posix mode Should test: - [ ]...

enhancement
hacktoberfest

Hello, It may be the case that I'm running the recipes in some weird way or in a unsupported platform: `$ make recipe #on Ubuntu 12.04` But all rlsd2 recipes...

Hello, As of 2015-12-22, libfuse has moved to https://github.com/libfuse/, this breaks the fuse recipe, the new url is: `https://github.com/libfuse/libfuse/releases/download/fuse_2_9_4/fuse-$PKG_VER.tar.gz` [wget-finder](https://github.com/chilicuil/learn/blob/master/sh/tools/wget-finder) is a file finder specially designed for these cases, if...

Hello, The libjpeg-turbo recipe was updated to 1.4.2 version, however the docdir.patch wasn't update accordingly, the following patch fixes that: ``` --- libjpeg-turbo-1.4.2-orig/Makefile.in 2016-02-12 10:02:24.150954768 +0000 +++ libjpeg-turbo-1.4.2/Makefile.in 2016-02-12 10:02:45.951231910...