scenic icon indicating copy to clipboard operation
scenic copied to clipboard

Core Scenic library

Results 60 scenic issues
Sort by recently updated
recently updated
newest added

The example provided in "Upgrade Steps" is missing a close paren.

## Description The docs and spec were wrong about the return type of the function ## Types of changes - [ ] Bug fix (a non-breaking change which fixes an...

## Description Removed the link to `Scenic.Primitive.Component` from `Scenic.Primitive`'s table because the `component/3` helper no longer exists and `Scenic.Primitive.Component` no longer seems to match in that table. Use plain backticks...

## Description There's an error in the documentation for bounds/1, the docs say the format is `{left, right, top, bottom}`, but that's not correct, it's actually `{left, top, right, bottom}`...

#62 # What problem does this feature solve? I want text to be able to overflow outside of the screen; that way I can create scrolling text. I want text...

enhancement

## Description Adds a dynamic view port example and allows creating the view port dynamically with the least amount of code changes. A different API may be desired, I didn't...

## Description Strawman proposal for #267 , as discussed with @boydm . I'm mostly testing the waters to see if this is heading in the direction we want. ## Motivation...

## Description This adds an optional `take_screenshot` callback to the `Scenic.Driver` callback list. This would be a way forward for screenshots that would allow pulling framebuffers from both a local...

### Checklist - [x] Check other issues and make sure that it is not reported yet. ### Versions and Environment Elixir: ```bash # elixir -v Erlang/OTP 24 [erts-12.3.1] [source] [64-bit]...

bug

As per conversation with @boydm , inspired by the good work done by #252 , we've found a way forward that's maybe a little simpler. (this is loose paraphrasing, we'll...

enhancement