Ernesto García

Results 235 comments of Ernesto García

Indeed, if the design team decides that we can replace all our uses of the standalone instances of `` with these new lighter alerts, then I'm ok with it. cc...

I have this issue, and it seems a problem with Todoist's API. However, in my case I do not get a response of "Forbidden", but a 500 response instead. I...

Could you be more specific? Is this a single excel column where you include a string of comma-separated values? Or do you mean several columns without header? If it's the...

Would be nice to have a sample excel/csv file of how this would come. Is it various rows as well? In that case how do you match each row to...

@grillermo you idea sounds good. I found a problem however, and I left a comment explaining it in the commit that holds your proposed changes. I also mentioned there, and...

Good idea. I've thought about it. My only concern would be managing the case where there's more than one column header in the spreadsheet that matches a single column definition...

You're right. I made the change knowingly of the implications, but I intended to make it optional. There have been users that prefer the operation to fail with an exception...

Transactional mode encloses the whole import process inside a database transaction. Then, if a failure occurs during the import process, even a single row failing, the importer fails, and the...

Interesting suggestion. Let me give it a thought about the implementation and the possible consequences. At first, it comes to mind the fact that the column names need to be...

@khelal I'm working on a fairly large rewrite of the gem, that includes this possibility. Stay tuned.