-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a bit more documentation #1
Comments
so in theory this should work on the server, but that requires geocouch which I've been unable to get working on my current computer so haven't been able to test it on the server. Though in the mean time I can spruce up the repo. |
Ah, OK, so it's server-only and requires Geocouch? Thanks, knowing that |
no, server AND local, server requires geocouch, local doesn't |
Sweet. Is there a minified version I can drop into my app? How about a This looks really awesome, I've been looking for in-browser syncable |
the pull i just started as a build process, but not minified, you can checkout the other branch and run |
I tried to build a browser standalone version with the rtree branch - there seems to be a problem with the "inherits"module ( |
It should work with browserify On Mon, Dec 15, 2014, 5:20 PM scubbx notifications@github.com wrote:
|
Here are some more details from a second try with a freshly cloned repository:
no problems
everything ok (
no suspicious outputs, dist folder is created and the file
no suspicious outputs, test folder is created with 4 files. My npm version is 1.4.28, Did I miss an important step? |
That is an error related to inheriting something that doesn't exist On Mon, Dec 15, 2014, 5:51 PM scubbx notifications@github.com wrote:
|
I'll look into this tomorrow |
Getting the same error, I fixed this in browserify crypto 3.6.1 but 3.6.0 On Mon, Dec 15, 2014, 5:55 PM Calvin Metcalf calvin.metcalf@gmail.com
|
because it was never published browserify/crypto-browserify#85 |
Thank you very much for looking into this, now it compiles all right. :-) But I am a bit confused about the API: When changing the way the module is loaded in index.js by the method explained on the PouchDB homepage ( |
the readme is out of data look at the tests for now |
Looks like an interesting project, but can I use it in the browser as well as on the server? If so, is there a process for minifying index.js plus all dependencies with the possible exception of Pouch which I'm fetching separately? I'd like a plugin like this but just don't know where it is intended to be used. An additional paragraph or two in the README would help, along with maybe a table listing supported geospatial operations.
The text was updated successfully, but these errors were encountered: