Alexey Zakhlestin
Alexey Zakhlestin
I'm testing on OS X and everything looks fine. can you give me exact example? test 1: looks ok ``` cd .. ./pake/bin/pake -f pake/pakefile.php -T # using local version...
thank you! I can't reproduce is on osx, but at least I know where to look
@gggeek I just committed something which might be a fix. can you check git-master please?
@gggeek ping? does it work for you now?
duplicate of #37
well… it should probably be easy to compile it using X11, but native WM support is a different story. @exebook do you use X11 extensively or it is possible to...
my current local "solution" is: ``` python >>> jid3 = JID(jid1.bare) >>> jid3.bare u'hello@world' ```
It fails if I try "goto" or "check" commands (the second one is more interesting) ``` query: { parse: [Function: parse], name: 'create_d867d5c', sql: '\n' + ' create table if...
@mmkal some of my issues were related to the fact that I use database name with dashes in it. #435 adds compatibility with such cases
This is roughly how I solved it. I'll leave it for someone to find: ```js import { Migrator as Base } from "@pgkit/migrator"; const yes: Confirm = (sql: string) =>...