Jason Axelson
Jason Axelson
## 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 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...
### 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]...
Is it possible to push a tag for v0.10.1 and v0.10.2? This would be useful when viewing the documentation, right now if you visit a page like: https://hexdocs.pm/scenic/Scenic.Component.Button.html and click...
### What problem does this feature solve? I am working on a simple game to try out scenic. Since scenic already maps an input coordinate through different translations, it would...
# This project has moved! It's now being maintained by proactive volunteers from the Elixir community over at [elixir-lsp](https://github.com/elixir-lsp)/[elixir-ls](https://github.com/elixir-lsp/elixir-ls). All issues should be filed at that repo instead. (Jake please...
# This project has moved! It's now being maintained by proactive volunteers from the Elixir community over at [elixir-lsp](https://github.com/elixir-lsp)/[vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls). All issues should be filed at that repo instead. (Jake please...
Hi, we've been using this buildpack without issue in production for some time now. However recently we've been noticing some oddities. The largest one is that the `_build/build_backup` folder is...
I'm not sure why, but I see that some files are recompiled whenever I run `heroku run iex -S mix`, and I believe it's happening on dyno boot as well....
Is it possible to not install node/npm with this buildpack? I only need to serve static assets.