Albert Pető

Results 5 issues of Albert Pető

Lets take the following resource to demonstrate the problem: (defresource my-resource :available-media-types ["text/plain" "text/html" "text/csv" "application/json"] :available-charsets ["utf-8"] :handle-ok ["wow" "cool"]) It works fine for "application/json", but accessing it as...

The WeatherApp sample does not work correctly, because the Fragment uses a different ViewModel than the Activity. It seems like it was forgotten to be updated after 0.9.1. Since the...

## My use-case As a DataDog user, I want to measure my app's response times across all hosts and see response time percentiles grouped by endpoint. In DataDog, the metric...

metrics

If I define an API for a http operation like this: ```scala Api.get("example" / string / int).query(boolean("a") ++ double("b")) ``` I would expect the `Input` type parameter to be like...

activities