Jesús Gómez
Jesús Gómez
[It says](https://github.com/mbland/go-script-bash/tree/292e0803074eb538ab8633a657c53d3a975ba922#variables-and-plugin-scoping): ``` _GO_ROOTDIR: /absolute/path/to/project-root _GO_CORE_DIR: /absolute/path/to/project-root/scripts/go-script-bash _GO_SCRIPTS_DIR: $_GO_ROOTDIR/scripts _GO_PLUGINS_DIR: /absolute/path/to/project-root/plugins ``` When I think it should say ``` _GO_ROOTDIR: /absolute/path/to/project-root _GO_CORE_DIR: /absolute/path/to/project-root/scripts/go-script-bash _GO_SCRIPTS_DIR: $_GO_ROOTDIR/scripts _GO_PLUGINS_DIR: /absolute/path/to/project-root/scripts/plugins ``` And maybe...
I'm using rvm.el. If I simply run the inferior ruby, autocomplet works. If I rvm use something else in Emacs, then the inferior ruby will not give me autocomplete. Do...
https://github.com/Luismahou/grunt-hashres/blob/41573e47dd5e76372a36d639c2e35335e2160991/README.md#properties - `renameFiles`: Rename the files or leave them in place and only alter the references to them in **OUT**. Defaults to `true`
After finally excecuting a request and checking is good, it would be nice to export that request in different formats, like httpie, curl or raw, in order to share it...
I would like to upgrade the Cryogen version I'm using for my blog (I created a couple of years ago) before considering debugging any possible problem with Cryogen, because it...
1. Asking for a setting option is less expensive than tree transversal on dependant tasks. 2. `out_of_date?` should care about "date" concepts, and not concerning about "build_all" option. Reordering allows...
This is what I get when running `pytest --fixtures`: ``` . . . django_db_modify_db_settings_xdist_suffix ...python3.5/site-packages/pytest_django/fixtures.py:23: no docstring available . . . django_db_modify_db_settings ...python3.5/site-packages/pytest_django/fixtures.py:51: no docstring available django_db_use_migrations ...python3.5/site-packages/pytest_django/fixtures.py:56: no docstring...
Hello. Just to let you know that the "tag" format you are using now (the one including the word "release" before the version) is causing problems with previous bower.json configuration...
Use the KintoClient library to do the checking. It is pending to make the code to obtain the URL from the app config instead of a ADHOC logic in the...
Only when trying to save a form, the client app receive the current Error: Error: The remote URL must contain the version: I propose to give this warning or produce...