Diego Fernández Giraldo

Results 99 comments of Diego Fernández Giraldo

Looks like this is now possible. Here's an example of how I made this work: https://gist.github.com/aiguofer/1eb881ccf199d4aaa2097d87f93ace6a

Heh, came here for exactly the same reason, trying to add my CHANGELOG release into versionbump... Has anyone figured out a way to get that extra newline in there between...

Just in case this is helpful to someone that finds this: - I figured out it works fine with no spacing if you use `rst` instead of `md`. - You...

encountering same issue, and this had been reported in #172 as well; still no solution

Hey! sorry the notifications for this must have slipped through my e-mail. The above workaround def should work well when the data starts in A1 and the column order is...

Hi! I'm so sorry I hadn't gotten to this, I must have missed the e-mail notification about it (and I've been busy with a new job so I hadn't been...

Thanks for reporting @olivermonaco. Indeed this is currently not possible, but sounds like a good addition! I think that setting `Spread.sheets` is probably a good way to implement this, but...

hey all! thanks for all the tips, I've gotten most of what I need. I'm just missing the `M-Backspace` behavior (delete word backward)... The key on Mac is called `delete`...

Thanks! yeah I actually got it working a while back but forgot to update. ``` - { key: Back, mods: Alt, chars: "\x1b\x7f" } ```

Thanks for the quick response! I had originally tried the docker image but was getting errors when trying to train a text classifier.. I'm not very familiar with docker so...