Alex Barry
Alex Barry
For more details, check out https://github.com/CodementorIO/rest-firebase/issues/2
This is what my config looks like: ```javascript const execSync = require('child_process').execSync; module.exports = function shipitConfig(shipit) { require('shipit-deploy')(shipit); require('shipit-shared')(shipit); require('shipit-nvm')(shipit); require('shipit-yarn')(shipit); const SSH_PORT = process.env.SHIPIT_SSH_PORT || 22; const DEV_BRANCH =...
@gremo I never ended up posting any solution, so I'm not sure what you mean. What I ended up doing for now is writing my own script that issues ssh...
Well, I guess nothing came of this, but you can [request a new font using this form](https://services.google.com/fb/forms/submitafont/).
Man, I'm sorry I dropped the ball on this. Without causing a lot of global state or side effects, I think including the baseUrl path with the `navigate` calls makes...
For the current iteration of the code, I think your app will have to specify the full path. So `navigate('/your/base/path/stuff')` for now, but I am going to think this through...
So I do have a thought, tell me if this *fantasy and not-implemented* version of the API would work better for you: router.js: ```js import { container } from 'hyperapp-router';...
I might be a bit of the niave side of this, but is there any huge performance hit by not enforcing an array at all? ``` h('div', {}, firstChild, secondChild,...
I should have some time this week to get back into that project and give this a test. Thanks for the feedback, gents!
As a new user to this, but not to various ruby git pair variations, I'd say yes. If you wanted a humorous suggestion, based on [this BitBucket video](https://www.youtube.com/watch?v=dYBjVTMUQY0), hammock-pair would...