Jake Bell

Results 9 comments of Jake Bell

I'm having this issue as well. It looks like bundler checks for a `jruby` file in the `$BINDIR` in various places, and assumes you're using jRuby if it exists. For...

Thanks @derekslenk -- followed up in email.

Hi, thanks for the ping. I'm cool making @cilynx a maintainer of this project if they are still willing.

@cilynx : Perhaps you could ask the taskwarrior people if this project could be moved to the Github organization that manages taskwarrior (https://github.com/gothenburgbitfactory). That way, there could be co-owners on...

OK, added @Zebradil as a collaborator. Thanks @pbeckingham ! How would you like to go about that? Create a new repo and give me push access so I can push...

It's not asking for confirmation, it's asking for user input for a process that it doesn't know what to do with (in this case, it doesn't know whether you want...

Oh also, the method for creating tempfiles on Windows does not do anything with the `delete_tmpfiles` flag, but my though was that it's probably OK to just leave them and...

Thanks for doing the research and the detailed response. I don't see a way to pass the `O_TEMPORARY` flag anywhere in the code (I think you're suggesting to pass it...

> Can you identify what was that fixed the first error and led to the second error? The first issue sounds like file permissions and the second sound like a...