Loreto Parisi

Results 218 issues of Loreto Parisi

How to add support for english language (ISO 639-1 'en')? Thank you

``` [loretoparisi@:mbploreto hegel]$ node server.js post at /render/: 2017-11-15T12:51:26+01:00 /hegel/node_modules/xmldom/dom.js:925 var prefix = refNode.lookupPrefix(uri); ^ TypeError: refNode.lookupPrefix is not a function at nodeSerializeToString (/hegel/node_modules/xmldom/dom.js:925:24) at XMLSerializer.serializeToString (/hegel/node_modules/xmldom/dom.js:914:31) at Object.exports.renderSvgToPng (/hegel/chart/render.js:180:47)...

I have a security error in Chrome ``` app.js:271 Mixed Content: The page at 'https://mywebsite' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://mywebsite/ss/1.0/echo'. This...

I successfully upgraded Pandra 0.2.1 to the new Thrift 0.5. It works with Cassandra 0.6.5. Cassandra 0.7.0 comes with a framed transport, so it's not compatible with Thrift < 0.5....

I'm using the key slice in this way on a Super Column Family: ``` $res=PandraCore::getRangeKeys( 'myNS', array('start'=>$start,'finish'=>''), new cassandra_ColumnParent(array( 'column_family' => 'mySCF', )), new PandraSlicePredicate( PandraSlicePredicate::TYPE_RANGE, array('start' => '', 'finish'...

It seems that using CF with type long is not working at all. I defined this CF: ``` class RollupCheckpoint extends PandraColumnFamily { // keyspace in storage.conf var $keySpace =...

Unexpected behavior on getRangeKeys: Fatal error: Call to undefined method TBinaryProtocol::BBBBM3„Š() in /.../pandra/lib/thrift/packages/cassandra/cassandra_types.php on line 1069 Code snippet: ``` $res=PandraCore::getRangeKeys( 'myNS', array('start'=>'','finish'=>''), new cassandra_ColumnParent(array( 'column_family' => 'myCF', )), new PandraSlicePredicate(...

I'm a newbie to Pandra. How about data retrieval? I'm using these techniques by now: Suppose to have this array $myArrayKeyValues = array( 'key1' => 'val1', 'key2' => 'val2', );...

Is it possibile to extend a PandraClause with a PandraClauseDateRange in order to perform date rane queries based on column family (not SCF, just CF) UUIDs ? Thanks in advantage.

Running on docker with ``` root@a699235a7e4f:/app/test2# cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" ``` and ``` Node.js v18.0.0 ``` I get...