Kai Krakow

Results 1208 comments of Kai Krakow

This even doesn't seem a problem due to a change in THIS repository. I upgraded some unrelated gems in the bundle when I suddenly got this error. I wasn't able...

I don't think it should ever drop the database - it's too dangerous. The DB may have unrelated table data outside of the Rails model scope. The pros and cons...

It should completely stop working with intermediate remote files at all. You can run `ssh -L127.33.0.6:3306:$DBHOST:$DBPORT` and connect mysqldump to the localhost instead: `mysqldump ... -h 127.33.0.6`. This would also...

I simply symlinked the "missing" timezones to localtime in /usr/share/zoneinfo. That's probably not the correct fix but it speeds up calendar loading by an amazing factor and puts calendar items...

How will this interact with time zones that use DST?

> You need to update the repos involved to enable the PullRequests unit Why do the forks need to have "pull requests" enabled when we only want pull requests on...

The joydev devices always order axes by their event number - which is wrong for HID controllers as it doesn't match the original expectation of joydev (I'd say, that's a...

@orbea Can you retry with latest master?

If you've built it into the kernel as a module, you can just re-install from this git repo. I'm doing it the same way, haven't updated my kernel patch yet....

> However I see no difference in behavior? Okay, I was hoping the PID change may change how SDL behaves for you. So I still need to fix the axis...