Results 10 issues of Raffi Basmajian

Just want to be sure, this plugin combined with Material Theme UI is how to apply material look-n-feel for IntelliJ IDEA IDE + Editor? I've been using Material Theme UI...

Our REST services return hierarchical data. Some clients, however, prefer flat data, so we offer the option to flatten the response using this convention: ``` groovy /customer{customer_id}/?$flatten ``` We documented...

Is it possible to define default PATH parameters at the controller level, instead of repeating them for each action? For instance, many of our actions use Date as a PATH...

Total n00b here - got neo4j Desktop running on Windows 10 just few hours ago but having trouble running simple cypher. I'm able to connect to neo4j db using `neo4j@localhost:7687?database=neo4j`...

This library is amazing. We've been looking for something in d3 for illustrating bidirectional upstream and downstream software dependencies. Your implementation is not only perfect but sleek and smooth -...

Documentation says template methods take/return connections from the pool. Does that imply the following code does not? ``` redisService.get ("foo") ```

Is there any easy way to override connection/pool settings using something like this? ``` groovy grails.redis.defaults = { timeout 5000 maxTotal = 10 pool.defaults = { testWhileIdle true } }...

The documentation says NOT to use multiple connections for redis instances in the same cluster, but we have a use case where we must write to a master (obviously) in...

Tried to get this working in 2.3.8. `create-route` doesn't work, so I added `MyMessageRoute` to `grails-app/routes`, but after starting app and sending test message, route is never triggered. Checked `camelContext.getRoutes()`,...

``` 0.25.1 - RESTClient 1.95.0 - VSCode WindowsNT/10 x64 10.0.10945 ``` I don't know if this is a problem with the extension or Java/Spring/openapi custom server code handling requests but...