Vincent Bouchet

Results 18 comments of Vincent Bouchet

Just my 2 cent insight. I had the same error. I searched for the string "Invalid issue number" in the jira.js library. Before the dorequest method, I added the `callback(options.uri);`...

I suspect it has to do with the date format. It should be `2022-12-12 21:30:22`.

Hi, As you are reporting in the other issue, I am not sure acsf-tools 10 is ready yet for a tag but working on it.

Thanks @danepowell but I think ACLI is only a wrapper around the cloud API whereas the BLT plugin allow to have your cron tasks configured in a yml file and...

I am facing the same issue. I can find the csv file using the file explorer. I can import the csv files I exported from the app. I can't see...

I would love but I don't have any Android development experience so far. Not saying I won't but if anyone around want to pick up, feel free ;-)

The option has been removed from 10.x branch as it was not working anymore (see #147 ). Keeping the issue opened in case someone wants to fix it on lower...

Instead of custom mechanism, drush comes with a concept of archive (https://www.drush.org/12.x/commands/archive_dump/), we may build the command on top of this one. This command can take database dump and code...

I think the only reason is that no one had this need so far ;-) Feel free to work on it if you need it, no reason we don't merge...