Félix Saparelli
Félix Saparelli
--name can be useful as a workaround for the moment, but short IDs would really be more consistent with every other command. On Tue, 8 Nov 2016, 20:16 Lei Xue...
These scripts assume /bin/sh is bash. Just replace the shebang with your path to bash and it will work.
Okay, got it working with a combination of heroku scripts and a cacheDirectory entry: ```json "scripts": { "start": "...", "heroku-prebuild": "rm -rf $(npm config get cache); mv ../.npmcache $(npm config...
Some more numbers: - Just caching node_modules: ``` up to date in 2.395s ``` (but sometimes bad builds) - With native modules, warm npm5 cache, cold ccache: ``` added 300...
Note I don't particularly mind if node_modules are cached by default, just that a) .npm is also (correctly) cached by default and b) node_modules caching can be disabled without also...
From a plugin perspective that's fine and what I've been doing. The one low-key additional worry I have with that is that a runtime could validate the version on an...
I can't either see anything that would cause a need, especially with this spec's policy that the version tags aren't frozen (thus, I assume the idea is, minor but semantically...
Same cause, different problem: Restful can't be used with APIs which don't conform to its idea of what the responses should look like. (Which I haven't found documentation for, incidentally.)...
Ok, so when requesting a Collection, with `.all`, Restful expects an array to be returned by the server. That's what it says in the error it throws when my server...
Latest from npm. Listen, it's fine, I'm using react-refetch now. Sorry for the useless discussion. 'Good day :)