Rex

Results 33 issues of Rex

Added the ability for `contentInset.top` and `contentInset.bottom` to adjust the top and bottom insets of the internalTextView. Additionally, changed some tabs -> 4 spaces and cleaned up a little.

Setting the `.top` and `.bottom` of `.contentInset` does nothing to adjust the content inset of the text view.

from docs: > * linux doesn't support building with a statically linked version of Swift. This means when a new version of swift comes out the old installs won't work...

The README states >We define the "naive" implementations as those which a developer with enough experience in a given language would implement as a baseline "good enough" solution where correctness...

Given ``` #[derive(InputObject)] pub struct MyInputObject { ... } ``` and a `field: SelectionField

question

## Description of the feature I'd like to be able to set the http status code of a GraphQLResponse. In certain conditions during GQL resolution we wish to not return...

enhancement

Make a pull request to https://github.com/CocoaPods/Specs/pulls

I'm wondering if it's possible to have a series of `await`s in the function a span is created without every single async call requiring `.with_context(ctx)` appended? Example here https://github.com/open-telemetry/opentelemetry-rust/blob/482772f2317e242e6b98bfe04ed42e4dac8cf77b/examples/async/src/main.rs#L52

enhancement
area:trace

`.install_simple` works fine, I receive traces in DataDog APM, however, `.install_batch(opentelemetry::runtime::AsyncStd)` seems to produce no traces, but there are no error logs either. I can't use `runtime::Tokio` because actix-web stable...

bug
area:trace

Is it possible to customize the file extension load order? Every time I run in debug mode I receive exception breakpoints (which I like to have on) in `handleErrorFromBinding`. This...