-
### Environment
* Elixir version (elixir -v): 1.17.3-otp-27
* Phoenix version (mix deps): 1.7.14
* Phoenix LiveView version (mix deps): 0.20.17
* Operating system: macOS
* Browsers you attempte…
-
Distillery v2.0 [removed](https://github.com/bitwalker/distillery/blob/75f237521b5ccfb16e822b0c098c88f74e2b08ff/docs/upgrading_to_2_0.md#deprecations) the `--verbosity` option, which causes an error w…
-
-
I have a use case, where I want to include `span_id` and `trace_id`, which come from a "distributed tracing" library of choice into logs. If it's OpenTelemetry or Spandex doesn't really matter, in bot…
-
Hey folks,
All I see in the test explorer is this:
![image](https://user-images.githubusercontent.com/2357736/120828632-fa5a2c80-c519-11eb-9030-b42a1de2970b.png)
and the "output" when I click o…
-
The current helpers use content tags extensively, and do not use the new `HEEx`. We should refactor these helpers to use the new phoenix component module blocks syntax so we can support phoenix >= 1.6…
-
ref: https://github.com/dwyl/app/issues/266#issue-559798813
An item can be either a task or a note.
- [x] Create a new migration to add a boolean `task` field (default true)
- [x] Update changeset …
-
I had a better look at the `statuses` code and I think we can make the dependency easier to read/use:
The following `case` is bothering me:
https://github.com/dwyl/statuses/blob/f6783e0ea99cb7318e…
-
### Environment
* Elixir version (elixir -v): 1.17.3
* Phoenix version (mix deps): 1.7.14
* Phoenix LiveView version (mix deps): 1.0.0-rc.1
* Operating system: Mac OS X 14.4.1 (23E224)
* Browse…
-
The 'file' compiler directive is often used in generated code to specify a location in an origin file where the code was generated from. This needs to interact properly with diagnostics.
I'm thinki…