Kevin Schweikert

Results 15 issues of Kevin Schweikert

**Describe the bug** The Elixir package manager `mix` does not work with shims. I am getting this error: ```shell $: RTX_DEBUG=1 ~/.local/share/rtx/shims/mix [DEBUG] rtx::config: Files: ~/.tool-versions Installed Plugins: elixir, erlang,...

bug

This PR adds default globs for a typical Elixir/Mix project

Hey, I just wanted to ask if you could make the `mix` binary executable, so it works with the shims in`rtx` version manger. More information in https://github.com/jdxcode/rtx/issues/669.

Add code highlighting with for example [pygments](https://pygments.org/)

I had some spare time and wanted to help out. Hope this is in your interest. This PR cleans up the repo and adds a GitHub Actions Pipeline to build,...

We are using Version `0.0.5` in our application. We recently got this error: ```elixir ** (FunctionClauseError) no function clause matching in Instructor.echo_response/1 (instructor 0.0.5) lib/instructor.ex:510: Instructor.echo_response(%{"choices" => [%{"finish_reason" => "stop",...

I am using a fresh Elixir Phoenix project with a default Tailwind and Esbuild setup. Esbuild and Tailwind are running as standalone binaries. The styles get correctly imported, but there...

bug

I don't know, if this is wanted in the scope of this library but it would be really handy to have a way to generate the string representation back from...

tzdata: 1.1.1 Elixir: 1.17.2 Erlang OTP 27.0.1 When starting my application, sometimes i get this error: ```elixir [error] [10:53:00.973] GenServer :tzdata_release_updater terminating ** (ArgumentError) errors were found at the given...

The `xav` library is a wrapper around the libav libs, from which FFmpeg is built. The nice thing is, that this compiles these libav functions to a NIF, so that...