Andrey Shmelev
Andrey Shmelev
Replace hardcoded configuration path '/config.php' with CONFIG_FILE named constant. Thus you can embed file manager with different configs. ``` define('FM_EMBED', true); define('CONFIG_FILE', __DIR__.'/config1.php'); // this value can depends on some...
I have `git_config` option in git resource. And no one option seems to be applied. ## How to reproduce Assume the following pipeline config saved to `git-config.yml`: ```yml resources: -...
If base file is empty there is an error trying to parse empty string as json. This PR adds check: if base file is '' then use empty `{}` object.
API v1 [is retired since September 28th, 2017](https://blogs.dropbox.com/developers/2017/09/api-v1-shutdown-details/). Since this date, API v1 endpoints will return a 400 error with this message: {“error”: “v1_retired”}. So we need to migrate to...
It seemed that `blueprint.ts` is an implementation of [CIP-0057](https://developers.cardano.org/docs/governance/cardano-improvement-proposals/cip-0057/). But this module does not provide any exports. So the question: is it work in progress? or How to use it?