Majid Hojati

Results 131 comments of Majid Hojati

Why not to use `then().catch()`?

@fernandocanizo Thanks for the explanation. I used to use `then().catch()` format and have faced the issues you just mentioned.

@ohager Hello, I tried your git and it worked but is it possible to do that in the browser version? Since I tried and it seems in browser we cannot...

@tabcat So the issue is with the js-ipfs? I should not do anything to save database?

@tabcat I think the issue is with the fact that my peer is not discover-able on the network. Since I can connect to the db from same tab but it...

@geolffreym Thanks, I tried them but it stuck in connecting to the peers. The demo on the website works fine but on my side it does not work (I am...

What about updating database engines like postgresql? if we update server manually does it break anything?

I have such problem in my classes.It is not related to this project In fact this is an static function and I am not able to get progress value from...

I also have similar issue. Here is two geojson objects that should return 3 line segments but it only returns 2 ``` { "type": "FeatureCollection", "features": [{ "type": "Feature", "properties":...

Another example. ``` { "type": "FeatureCollection", "features": [{ "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [ [ -122.78875947237302, 38.4531482960872 ], [ -122.77264018036279, 38.4664873022484 ] ] } },{ "type":...