Alex Weber
Alex Weber
I didn't have a deep look into extension of this plugin, but is it fairly simple to add the link functionality?
I am trying to filter on a field while traversing the graph and wanted to set the Filter property of TraversalConfig found here: https://github.com/ra0o0f/arangoclient.net/blob/next/src/ArangoDB.Client/Graph/TraversalConfig.cs#L35 Unfortunately this feature is not documented,...
Do you plan to support TypeScript definitions with this project?
Try out the [MacWire](https://github.com/adamw/macwire) for wiring. Also add some actor and AOP examples.
@TOTBWF as a reminder. Right now defining a connection produces something like this: `communities(first: Int, after: String): CommunityConnection!` but it supposed to be like this according to Relay (if you...
The [original starter kit](https://github.com/fsprojects/FSharp.Data.GraphQL/tree/dev/samples/relay-starter-kit) example was adopted to the [Relay Modern](https://facebook.github.io/relay/docs/relay-modern.html) API version. Now it also provides an example of pagination using [PaginationContainer](https://facebook.github.io/relay/docs/PaginationContainer.html). The Relay Modern requires an additional compilation...
I am using an external class Foo: ``` Java public Foo() { } public Foo(Bar bar) { this.bar = bar; } ``` and trying to wire it in my Scala...
**Describe the bug** After fresh installation of nvim and using the kickstart script I get errors below. Some modules seem to not be found. **To Reproduce** Steps to reproduce the...
After bumping from 0.6.0 to 0.6.1 we have a runtime error when executing following line: ``` ScopedServer.fromService(ServerBuilder.forPort(port), api) ``` the error is: ``` io.grpc.netty.NettyServerProvider Unable to get public no-arg constructor...