Stephen Bash
Stephen Bash
Quick note (walking away from the computer always spawns new thoughts): in this case the `mitt` function also serves as a constructor, so ```javascript import mitt from 'mitt' ... snip...
Hm... Seems like something funny is going on with my babel-loader: ``` ./src/components/Library.vue?vue&type=script&lang=ts) Module build failed (from ./node_modules/poi/lib/webpack/babel-loader.js): SyntaxError: /home/scbash/Development/delenn/delenn-app/src/components/Library.vue: Unexpected token (142:45) 140 | }) 141 | > 142...
Downgrading to Vue 2 and vue-loader 15.9.3 **did not** fix the issue.
Thanks for keeping up with this. Looks to me like I'm running into babel/babel#6959, where babel is trying to interpret as TSX. That lead me to poi/plugin-typescript, which worked but...
[As I mentioned above](https://github.com/egoist/poi/issues/740#issuecomment-678747284), my temporary fix was to patch ts-checker to a newer version than Poi shipped with. Unfortunately my long term solution was switching to Vite because the...
I seem to be running into this as well after updating to 1.28.5 ``` $ docker-compose version docker-compose version 1.28.5, build c4eb3a1f docker-py version: 4.4.4 CPython version: 3.9.0 OpenSSL version:...
For the record `COMPOSE_PARAMIKO_SSH=1` environment variable appears to work around this problem (and significantly speeds up the operation...).
Yes, `COMPOSE_PARAMIKO_SSH` forces docker-compose back to the 1.27 and earlier SSH implementation. Honestly for me it's SO much faster (30 seconds vs 4+ minutes) I'm not sure I want to...
Ah interesting... Thank you @NickisyourFan! I had run into an issue with `MaxSessions` pre-1.28 (the Paramiko SSH implementation), so I experimented with increasing that, but I didn't try `MaxStartups`. Since...
I want to use X-GM-LABELS to port existing tags to Gmail (so both folders and tags turn into labels). I now have a (very simple) prototype that appears to work...