Nicola Vitucci

Results 14 issues of Nicola Vitucci

Two SMILE strings encode two similar objects, but `good` is decoded correctly while `bad` is not. ``` >>> good = ':)\n\x05\xfa\x84prova\xfa\x86version\xc4\x84stateCopen\x87settings\xfa\x92index.creation_dateL1460931472628\x97index.number_of_replicas@1\x95index.number_of_shards@5\x89index.uuidU4AyLlTWqQ8aHz4VULvVABA\x94index.version.createdF2030199\xfb\x87mappings\xf8\xfa\x86company\xfa\x89properties\xfa\x88someField\xfa\x83typeEstring\xfb\xfb\xfb\xfb\xf9\x86aliases\xfa\xfb\xfb\xfb' >>> bad = ':)\n\x05\xfa\x84prova\xfa\x86version\xc4\x84stateCopen\x87settings\xfa\xabindex.analysis.analyzer.startswith.tokenizerFkeyword\x92index.creation_dateL1460931374437\x97index.number_of_replicas@1\x95index.number_of_shards@5\x89index.uuidUaEmQxmlGQcyECp1LmCkCcw\x94index.version.createdF2030199\xfb\x87mappings\xf8\xfa\x86company\xfa\x89properties\xfa\x88someField\xfa\x83typeEstring\xfb\xfb\xfb\xfb\xf9\x86aliases\xfa\xfb\xfb\xfb' >>> pysmile.decode(good) {u'prova': {u'aliases': {},...

Minimal changes required to support Solr 8.5.1. Tested with SolrCloud.

I haven't found any "lightweight" versions of the `get_*` methods, i.e. methods returning iterators or generators on the results. This makes reading a large spreadsheet memory-intensive. Is there any specific...

I've tried a Gremlin query against a standard Titan graph (the Graph of Gods) to fetch the indexed keys: from bulbs.titan import Graph g = Graph() g.gremlin.query('g.getIndexedKeys(Vertex.class)') It works but...

Hi all, I've tried running the P300 notebook with a Muse 2 using Python 3 and muse-lsl 2.0.1 on a Linux machine. Besides a couple fixes on imports that I...

Proposal to add Jupyter notebooks + related docs to the GDS repo + docs

Can you provide an example of how to configure a sharded cluster using the module? Is it possible to use it on a single machine, i.e. with separate processes?

question

Feedback we have received: ---- In https://neo4j.com/docs/spark/current/writing/: ``` import org.apache.spark.sql.{SaveMode, SparkSession} val spark = SparkSession.builder().getOrCreate() import spark.implicits._ val df = (1 to 10)/*...*/.toDF() df.write .format("org.neo4j.spark.DataSource") .option("url", "bolt://localhost:7687") .option("query", "CREATE (n:Person...

bug

Suggestion from a user: ---- A useful feature would be a programming language toggle for each code snippet (or global for the page) like on e.g. the Azure documentation page....