Adam Maklér

Results 6 issues of Adam Maklér

_Originally raised as [this question](https://groups.google.com/d/msg/spray-user/nsU46VnK3rU/43e2RfQvTSMJ)._ Given a custom `MediaType`: ``` val `application/mybinary` = spray.http.MediaType.custom( mainType = "application", subType = "mybinary", binary = true ) ``` and its use when marshaling...

Improvement

Hi, I'm trying to learn to use `Grid` and `GridRow` for text-alignment purposes. When I use this code, it does what I expect: ``` fn view(&self) -> Element { let...

New here so sorry if I'm asking something obvious. I see `Column` Trait requires function `width` to return "the fixed width for this column." But must the width be fixed?...

### Describe the bug. As described [here](https://www.asyncapi.com/docs/concepts/asyncapi-document/reusable-parts), “You can use the $ref keyword to reference the same document, another local file, or an external URL. ” When the reference is...

bug

## What was changed This modifies slightly the code example in the javadoc for the [@WorkflowInterface](https://www.javadoc.io/doc/io.temporal/temporal-sdk/latest/io/temporal/workflow/WorkflowInterface.html) annotation. ## Why? The example code had a slight inconsistency with the accompanying text...

The example code given in the documentation for the [`@WorkflowInterface`](https://www.javadoc.io/doc/io.temporal/temporal-sdk/latest/io/temporal/workflow/WorkflowInterface.html) annotation would not behave as described in the accompanying text. See [this forum post](https://community.temporal.io/t/trying-to-understand-example-in-the-workflowinterface-annotation-documentation/13559/2) for background details.