Results 19 comments of Prakash D

Here are my class structures ``` class Person(Node): id = String(unique = True) name = String() pass class Friend(Relationship): pass ``` Here is a query that I use to fetch...

What is the error that you get? On Tue, Aug 14, 2018, 2:49 PM Tom Kennedy wrote: > Thanks! > > Im struggling with the connection settings for orient. How...

Hey, I just signed the petition "Nitin Gadkari: Ban the honking in India unless absolutely Necessary !!" and wanted to see if you could help by adding your name. Our...

I tried last week, last month etc., always getting empty..

Still issue persist: [link](https://www.opendota.com/players/86787275/wordcloud)

I'm facing the below issue with Rails 7.1.5.1, activerecord-jdbc-adapter-71.0-java, postgres DB ``` NoMethodError: undefined method `value_for_database' for :environment:Symbol ```

@chadlwilson Try setting `prepared_statements: false` in `database.yml`. That resolved the issue for me.

We have the same loud noise in our monitor that listens to `error.type:Redis*` error occurrances (`RedisClient::ConnectionError: EOFError` and `RedisClient::ConnectionError: Broken pipe` to be specific - https://github.com/redis-rb/redis-client/issues/119) after upgrading from sidekiq...