-
Hi to all,
I have been writing a plugin in Fiji to output OVF 1.0 (Data 4 or Data 8 binary version) from XMCD photoemission microscopy or spin-polarized low-energy electron microscopy images [write…
-
Is There any way of updating ClusterNode Properties?
My requirement is to change the background and someother properties of the ClusterNode on click event of Network.
When i try **update** on clus…
-
I'm trying to create a linestring representation of boundaries with the multi-backend, like the pgsql backend, where the relation goes into the line table as a `ST_LineString`
```
gis=# SELECT osm_id…
-
-
Currently we have some ugly switch expression to extract the domainObject from XNodes or XConnections
-
I am currently having issues with installing a few different packages. I am running node on Arch Linux for my Raspberry Pi.
sqlite3 has been updated to support node 0.10.0, but still npm install give…
-
I have been looking to fix or investigate this issue for the last few days, but to no lack.
Anyone know why I am getting this error? as the installed is done with no error .I have installed it using…
-
Segfault happened during import of the planet-150406.osm.pbf. I tried to import planet few times with different versions of osm2pgsql. Bug reproduced in 0.87.2 and in HEAD commit.
if you need some sp…
-
Build system is still node-waf based which was deprecated in 0.8 and is not present in 0.10 which results in an ENOENT when trying to build with node-waf.
-
Constuction
``` python
n = 0
for i in reversed(xnodes):
do_sth_with_n_here()
n += 1
```
can be simplified to:
``` python
for n, i in enumerate(reversed(xnodes)):
do_sth_with_n_here()
``…