Seán Hayes
Seán Hayes
During `travis-run create`, I this: ``` FATA[0009] Tag python_v0.2.3 not found in repository dxld/travis-run ``` Later there's this: ``` Step 5 : RUN /root/language-install.sh python travis ``` Running `sudo /root/language-install.sh...
OK. This might be of interested to anyone who comes across this project: https://github.com/travis-ci/travis-ci/issues/2114
HI, sorry, I just saw this now. I guess GitHub doesn't send me emails for new Issues anymore. Sure, I'll look into it and do my best. I've been extremely...
It'd be a big help if you could send me an example file with grouped layers to test with. Note to self: these seem relevant: http://stackoverflow.com/questions/10221926/get-sublayers-from-group-layer-with-python-in-gimp http://www.gimpchat.com/viewtopic.php?f=9&t=4899
This is still an issue for me, is there a workaround?
I'd like to do option #2, storing gzip compressed content before store and using gunzip after fetch if needed. Is this possible yet?
Ah, I wasn't aware of that tool. If you like, you can submit a Pull Request, otherwise I might get to this soon. Make sure tox.ini runs tests on any...
Thanks! Forgot to mention, in addition to tox.ini, .travis.yml should be updated too.
In parse.js `CallExpression` -> `enter` I logged `console.log('parent.leadingComments', parent.leadingComments);` and it's always undefined. If I log blocks instead, it gets the comment param: ``` block { msgctxt: '', msgid: 'flag...
Same: ``` $ node --experimental-print-required-tla node_modules/.bin/gulp iconfont Error: unexpected top-level await at file:////node_modules/svgtofont/node_modules/ttf2woff2/dist/index.js:9 ttf2woff2 = (await import('bindings')).default('addon.node').convert; ^ ``` I'm using a gulpfile.mjs.