Darragh Enright

Results 11 comments of Darragh Enright

I am using SL3 on OSX 10.9 with **ElixirSublime**, **Elixir** and **SublimeLinter-contrib-elixirc** installed. Elixir and associated executables are installed via homebrew into `/usr/local/bin`, which I included in my shell's `$PATH`....

This might not be directly related to the above problem — I had the same error, had a different outcome but I am putting it here for posterity in case...

Hello there 👋 What's the latest with this PR? It's a couple of years old now, but if it's still a desired feature I'd be happy to do further work...

Happy to contribute a change for this if it's warranted btw — forgot to mention that!

Hi @mudassirkhan19 I totally forgot about this! Yeah, I ended up making a temporary hack to my configuration to address this. For context, it's part of a Phoenix project and...

@mudassirkhan19 Great stuff. Glad it helped. @dvic Agreed, seems like something that would be worth adding. Especially given popular hosting vendors like Fly are including this property in connection strings....

Looking at the code in question: ```elixir defp parse_uri_query(%URI{query: query}) do query |> URI.query_decoder() |> Enum.reduce([], fn {"ssl", "true"}, acc -> [{:ssl, true} | acc] {"ssl", "false"}, acc -> [{:ssl,...

@dvic I guess the decision to support any possible well-known options is up to the library owners, but I'd tend to agree with you, especially your nice find of the...

Tyre kicked this on Android 13. Firefox works great but I can also replicate the reported behaviour in Chrome 131.0.6. For completeness, this is what I observed: I search for...

I just checked on the same Android device I previously mentioned @maxmarcon and it appears to be working well. Following the same steps as above, I can select an option...