T. Floyd Wright

Results 23 comments of T. Floyd Wright

Released https://hex.pm/packages/live_admin/0.11.5

I'm also having this problem after merging a commit with an invalid message. Now all merge prs from that branch to upstream branches are failing, even though the PR does...

Main has been updated to use 0.18. If you can, please try it out and let me know if there are any issues.

Hm I am using main with an app running Phoenix 1.6 and 0.18 and it appears to compile just fine. So it sounds like neither the latest release (0.6) nor...

@dantswain I opened https://github.com/tfwright/live_admin/issues/20 to eventually remove the use of router helpers, but for now you should be able to use the `helpers: true` option in your router. Let me...

I ran into this using asdf to manage Elixir/Erlang on Ubuntu 20.10 and I was able to fix it by verifying a global version was set for both and then...

> Missing fonts gave segfault. I was getting the same opaque error @zivaskovic mentions and adding the font to my docker file fixed the issue for me as well.

It looks like the issue was I had some incorrectly formatted headers that seemed to work for dispatching the actual request but were breaking logging: `cannot truncate chardata because it...

Hi, thanks for opening this. I'd like to get some tests in place for this before merging, which will be a bit of a pain because it will require a...