Max

Results 24 comments of Max

Same here, I really enjoyed the read and have exactly the same feeling about pretty every point you listed (esp. SOAP, arg, how I hate it 🙄). Came across your...

I can second this behavior. I have written a screenshot service based on chromedp (https://github.com/mkalus/goggler) and experience the same problem when running the Docker image. Try the following: ```bash docker...

I have read your blog post and tried your code, but in my case (within the Docker container), the zombie processes cannot be killed without killing the main process (PID...

Thanks to you @aymericbeaumet, I have had another look and found a solution described in https://github.com/chromedp/docker-headless-shell I need to initialize my container using dumb-init or tini to get rid of...

> Dynamic Fields are a feature of "Solr" which is an HTTP server on top of Lucene. Tantivy is more like lucene than it is Solr or Elasticsearch. > >...

Hm, Lucene 5.3 can work with complex shapes, using JTS Topology suite => https://lucene.apache.org/core/5_3_2/spatial/index.html Question is, can OrientDB integate this? Testing this a bit now...

Ah, OrientDB can work with spatial stuff starting with version 2.2: http://orientdb.com/docs/2.2.x/Spatial-Index.html So, this should actually work - uses the JTS stuff with WKT, as I see. For testing, one...

Comments were implemented some time ago, edit location will be moved to a future release, since deleting and creating locations seems to be a feasible option.

Actually, I found some old code to do exactly this. Can't remember why I commented it out...

Export to Gephi has been implemented in v0.2.2