You are browsing as a guest. Sign up (or log in) to start making projects!

jam06452

@jam06452

Joined May 31st, 2026

  • 5Devlogs
  • 3Projects
  • 0Ships
  • 0Votes
Open comments for this post

1h 5m 51s logged

FINALLY, finished making a deployment workflow on GH Actions with a dockerfile & caching. I had so much issues with UV, snex, and python running properly with elixir. FFMPEG and avconv isnt found but that is not important since its pulled pydub for the markitdown lib. May need to fix for videos

FINALLY, finished making a deployment workflow on GH Actions with a dockerfile & caching. I had so much issues with UV, snex, and python running properly with elixir. FFMPEG and avconv isnt found but that is not important since its pulled pydub for the markitdown lib. May need to fix for videos

Replying to @jam06452

0
21
Open comments for this post

1h 9m 33s logged

Added markdown & Image support. You can now input an image and markdown is returned depending on the image. This helps to further save AI Token usage.

Added markdown & Image support. You can now input an image and markdown is returned depending on the image. This helps to further save AI Token usage.

Replying to @jam06452

0
31
Open comments for this post

24m 37s logged

Added a Copy button to this, this uses 5 lines of JS. I am doing as much without JS as I can via hooks with Phoenix Liveview. The real styling is yet to come

Added a Copy button to this, this uses 5 lines of JS. I am doing as much without JS as I can via hooks with Phoenix Liveview. The real styling is yet to come

Replying to @jam06452

0
19
Open comments for this post

1h 55m 44s logged

I added a basic UI with minimal CSS, the backend is working well. I had issues making it convert it sequentially so I am having to async it with Task.start() and sending the result back the original PID. I added an upload loading bar to show how far along it will be to upload.Then a loading wheel to show that it is processing it. after it returns pure markdown. I am going to style it and make it easily copy and pastable afterwards

I added a basic UI with minimal CSS, the backend is working well. I had issues making it convert it sequentially so I am having to async it with Task.start() and sending the result back the original PID. I added an upload loading bar to show how far along it will be to upload.Then a loading wheel to show that it is processing it. after it returns pure markdown. I am going to style it and make it easily copy and pastable afterwards

Replying to @jam06452

0
47

Followers

Loading…