Ryan Ramage
Ryan Ramage
I am trying to apt-get install to build a docker image. The problem is the httpredir is inconsistant in failures. Once it will run fine, next time I will get...
Yes I added a dependancy. Sorry, it's just the best solution for this problem. Otherwise I'd have to copy a lot of code into the project. I tried getting the...
A lot of editors, when you exit and reopen them, will open the last file(s). I think this would be consistent with user expectations. The last folder that was opened...
It would be nice if authors could add one or more tags to their dat meta information, similar to npm. And then allow a way to list all the archives...
When I try and edit (using the left arrow) the following command: ``` http POST "localhost:5000/fp" ``` there is no quote escaping so I get ``` > fc "http POST...
In order to support a few chained map reduce as outlined in this package: https://github.com/ryanramage/map-reduce-chained Here is a summary of the changes offered: - ability to pass in reducer function,...
``` > [email protected] start /Volumes/untitled/github/forks/dat-server > npm run watch & node cli.js > [email protected] watch /Volumes/untitled/github/forks/dat-server > watchify -t [ babelify --presets [ react ] ] frontend.js -o static/bundle.js http://localhost:8080...
Lets make jam the 'inclusive' package manager! ;) Feelings on a command like: ``` jam install-npm package-name ``` The success of this command may be dependant on how compatible with...
Related to: https://github.com/caolan/jam/issues/158 Would be very cool if a bunch of packages that are in commonjs format and installed via npm can work together, and compile together. See: - http://requirejs.org/docs/node.html#2...
Based on discussion with @caolan . Would be nice to have option to not bundle the require preamble into the jam compile. see: https://github.com/caolan/jam/blob/master/lib/commands/compile.js#L182-L199 and https://github.com/caolan/jam/blob/master/lib/commands/compile.js#L219