[DISCUSS] Discord Server?

2021-05-12 Thread David Bechberger
With the recent uptick in both StackOverflow posts and mailing list posts,
it has got me thinking about ways to get more users engaged with the
TinkerPop community. I was curious what people's thoughts were on starting
a Discord server?

The pros I see here are:

* The ability to interact with users directly
* The ability (through bots) to create a single location to monitor for
questions
* The ability to have statistics on user engagement
* The ability to promote TinkerPop on internal/external discord server lists

The biggest con I can think of is that if there is not much usage of it,
then it would look like the project was not an active community.

Thoughts?


[jira] [Updated] (TINKERPOP-2564) Gremlin.NET: Can only use Dictionary with SubmitAsync

2021-05-12 Thread Kirk Marple (Jira)


 [ 
https://issues.apache.org/jira/browse/TINKERPOP-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk Marple updated TINKERPOP-2564:
---
Summary: Gremlin.NET: Can only use Dictionary with 
SubmitAsync  (was: Can only use Dictionary with SubmitAsync)

> Gremlin.NET: Can only use Dictionary with SubmitAsync
> -
>
> Key: TINKERPOP-2564
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2564
> Project: TinkerPop
>  Issue Type: Bug
>  Components: dotnet
>Affects Versions: 3.5.0
>Reporter: Kirk Marple
>Priority: Major
>
> After upgrading to 3.5.0 of .NET Core driver, I'm trying to get my call to 
> SubmitAsync working.
> This seems to be the only generic type that works w/o a cast error.
> await client.SubmitAsync>(query)
> I'd thought I could use
> await client.SubmitAsync(query)
> But I get a cast error from the dictionary to anything else I try.
> Any idea what I may be doing wrong?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (TINKERPOP-2564) Can only use Dictionary with SubmitAsync

2021-05-12 Thread Kirk Marple (Jira)
Kirk Marple created TINKERPOP-2564:
--

 Summary: Can only use Dictionary with SubmitAsync
 Key: TINKERPOP-2564
 URL: https://issues.apache.org/jira/browse/TINKERPOP-2564
 Project: TinkerPop
  Issue Type: Bug
  Components: dotnet
Affects Versions: 3.5.0
Reporter: Kirk Marple


After upgrading to 3.5.0 of .NET Core driver, I'm trying to get my call to 
SubmitAsync working.

This seems to be the only generic type that works w/o a cast error.

await client.SubmitAsync>(query)

I'd thought I could use

await client.SubmitAsync(query)

But I get a cast error from the dictionary to anything else I try.

Any idea what I may be doing wrong?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TINKERPOP-2563) Unify Gremlin grammar and structure/process APIs across GLVs

2021-05-12 Thread Stephen Mallette (Jira)


 [ 
https://issues.apache.org/jira/browse/TINKERPOP-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Mallette updated TINKERPOP-2563:

Issue Type: Improvement  (was: New Feature)

> Unify Gremlin grammar and structure/process APIs across GLVs
> 
>
> Key: TINKERPOP-2563
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2563
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: language
>Affects Versions: 3.6.0
>Reporter: Joshua Shinavier
>Assignee: Joshua Shinavier
>Priority: Major
>
> This is a set of exploratory features in which the ANTLR grammar Gremlin.g4 
> will be supplemented by, and possibly generated from, a higher-level 
> specification in YAML. Generalizing the grammar in this way will potentially 
> allow grammars for additional Gremlin language variants to be generated, and 
> the common specification (for traversals as well as the core property graph 
> data model) can also be used for generating structure and process APIs in 
> multiple languages in parallel. See [TinkerPop 
> 2020|https://www.slideshare.net/joshsh/tinkerpop-2020] for a discussion of 
> related open problems, and How to Build a Dragon ([Part 
> 3|https://www.meetup.com/Category-Theory/events/277331504/]) for a 
> demonstration of some of the anticipated features.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (TINKERPOP-2559) Stop sending the close message for .NET

2021-05-12 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/TINKERPOP-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343054#comment-17343054
 ] 

ASF GitHub Bot commented on TINKERPOP-2559:
---

FlorianHockmann commented on pull request #1420:
URL: https://github.com/apache/tinkerpop/pull/1420#issuecomment-839522667


   > i think you will need to re-target this to the 3.5-dev branch. a CHANGELOG 
entry would be nice for 3.5.1.
   
   Done


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Stop sending the close message for .NET
> ---
>
> Key: TINKERPOP-2559
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2559
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: dotnet
>Affects Versions: 3.5.0
>Reporter: Stephen Mallette
>Assignee: Florian Hockmann
>Priority: Minor
>
> The close message was deprecated a long time ago and should have been removed 
> in 3.5.0, but that was missed. There is no impact to sending it in 3.5.0 but 
> it's a bit of a waste of a message. We just need to close the webscoket 
> connection to close off the connection on the server. See TINKERPOP-2336



--
This message was sent by Atlassian Jira
(v8.3.4#803005)