Sky Rose
Sky Rose
(This is a feature suggestion, not a bug report or a request for help.) I have VSCode installed via linux on a flatpak. Because of sandboxing issues, VSCode can't access...
**Describe the bug** Stack overflow on long search result. **To Reproduce** Steps to reproduce the behavior: 1. Add Phoenix as a source. 2. Search for `testing-librar` (problem occurs when typing...
### Is your feature request related to a problem? Please describe I want to automate keeping my .tool-versions at the newest releases. ### Describe the proposed solution A new package-ecosystem...
**Quick Summary:** When trying to compile code with `and`, the compiler does not give any suggestion to use `&&` instead. It gives this unhelpful error message: ``` naming error Line...
### What is the new or updated feature that you are suggesting? I'm following the [v6 upgrade docs](https://reactrouter.com/docs/en/v6/upgrading/v5). It says > What did we miss? Despite our best attempts at...
I'm attempting to upgrade from 3.3.3 to 4.0.0, which has major breaking changes. The [Changelog](https://github.com/phoenixframework/phoenix_html/blob/main/CHANGELOG.md#v400-2023-12-19) gives instructions for adding [a new dependency](https://hexdocs.pm/phoenix_html_helpers/PhoenixHTMLHelpers.html) to maintain compatibility. > ## v4.0.0 (2023-12-19) >...
My app occasionally gets error reports from clients of `UnknownError: Attempt to get a record from database without an in-progress transaction`. It's always on iPhone. I don't have a stack...
I'm using the atomic `update` function, but after the update I want to keep the update value. Currently, it returns `Promise`, and I want it to return `Promise`. My use...
For combining multiple decode results in a way that might fail. E.g if you have json that looks like ```json { "ids": [1, 2, 3, 4], "names": ["Not", "Enough", "Names"]...
It's been a while since anything has been merged which can make this library seem like it's been forgotten about, but I wanted to put this notice here as a...