talmobi

Results 4 issues of talmobi

problem: old url deprecated and not working. see: https://stackoverflow.com/questions/24442668/google-oauth-api-to-get-users-email-address/24510214#24510214 solution: use updated url

eg: `--proxy /api@http://localhost:3000/api` Proxies request to given url from given path (for example when proxying to API server) working sample: `budo scripts/main.js --live --proxy /api@http://localhost:3030/api -- -t rollupify -t sassr...

Sometimes I change the dates/timestamps for clocking in/out in order to adjust when work has actually started/stopped (when I forget to clock in and out for example) -- usually this...

Hello! TL;DR: Could rollup-watch use stdout when logging basic info on watch/bundles and only stderr when an actual build error occurs? I'm running "rollup -w -c" with a child_process.spawn and...