Top "Dsl" questions

Domain-Specific Language is a programming language intended for a particular application domain

Android Studio Gradle DSL method not found: 'android()' -- Error(17,0)

I am attempting to run my project in Android Studio but the error appears below: I have followed many sources …

android android-gradle-plugin dsl
How to convert a String to its equivalent LINQ Expression Tree?

This is a simplified version of the original problem. I have a class called Person: public class Person { public string …

c# lambda antlr dsl predicate
What is a domain specific language? Anybody using it? And in what way?

I guess I am looking for some kind of intro and see if anybody have used it. Are there any …

terminology dsl
How to assert number of elements using Capybara with proper error message?

I know that in Capybara, you can do something like this: page.should have_css("ol li", :count => 2) However, …

rspec dsl capybara
Mini-languages in Python

I'm after creating a simple mini-language parser in Python, programming close to the problem domain and all that. Anyway, I …

python dsl
Tutorials for writing DSL in Ruby

What are the good online tutorials on how to implement DSLs in Ruby? I am looking for hands-on examples that …

ruby dsl
Scala - URL with Query String Parser and Builder DSL

In Scala how do I build up a URL with query string parameters programmatically? Also how can I parse a …

parsing scala url query-string dsl
How to construct QueryBuilder from JSON DSL when using Java API in ElasticSearch?

I'm using ElasticSearch as a search service in Spring Web project which using Transport Client to communicate with ES. I'm …

java json elasticsearch dsl
How can I query elasticsearch for only one type of record?

I am issuing a query to elasticsearch and I am getting multiple record types. How do I limit the results …

api search schema dsl elasticsearch
Elasticsearch the terms filter raise "filter does not support [mediatest]"

my query is like this: { "query": { "filtered": { "filter": { "bool": { "must": [ { "term": { "online": 1 } }, { "terms": { "mediaType": "flash" } } ] } } } } } it raise a QueryParsingException [[comos_…

json elasticsearch dsl