Paul Statezny

Results 15 comments of Paul Statezny

It's been almost a year since this PR was opened, and exactly a year since the latest commit on `master`. It appears `coc-tailwindcss` isn't being maintained much any longer. 🙁...

Also a thanks from me for `cloak_ecto`! And ➕ 1 on this. I ran into a similar error and was thrown off until I eventually found this GitHub issue. Thanks...

@Hanspagh Thank you for this PR. Even though it wasn't merged, I'm using your branch to make my editor setup take way less CPU. ❤️ Disables a couple of features...

I will definitely use this! Can't wait for it to drop.

➕ 1 on this! A lot of libraries allow configuration via an `init` function that can define to provide connection information. This would be *very* helpful in TaskBunny. I'm having...

I have the same issue as @spikegrobstein, since upgrading Elixir with `asdf` from `1.11.*` to `1.12.*` (from OTP 23 to 24). But my rebar and Elixir/OTP versions aren't mismatched as...

I ran into this problem because I was using inline SVGs. Easy mistake to make any time you're using inline SVGs. Took some digging to realize what I was doing...

Thanks @rockneurotiko. I need to review the changes later when I have time, but the core of my perspective is: It's preferable that this client work identically to the JavaScript...

Using @arathunku's suggestion above, we were able to get headless Chrome working. (Slightly modified like this:) ```elixir hound_session(additional_capabilities: %{ chromeOptions: %{ "args" => [ "--user-agent=#{Hound.Browser.user_agent(:chrome)}", "--headless", "--disable-gpu" ]} }) ```

Hi @FranzSkuffka, thanks for dropping a line. I'll try to find some time in the next week or two to add an `examples` directory with at least one solid example....