arathunku

Results 12 comments of arathunku

Hello, is there any progress on that or someone could provide some initial help so I could work on a PR to fix this? I've following form: ``` clojure (ns...

Same happens on Slack, additionally for me - it also breaks built-in browser's spellcheck and excluding the domain doesn't help. I've to completely disable the extension. If given website is...

Thank you @jacereda for this workaround. Out of nowhere, I've just run into this issue and your fix resolved the issue. This had happened for me on `@prettier/plugin-ruby`, version 2.0

@MikaAK recently I had similar problem and I've submitted: https://github.com/HashNuke/hound/pull/174 Try: ```elixir Hound.start_session( additional_capabilities: %{ chromeOptions: %{ "args" => [ "--user-agent=#{Hound.Browser.user_agent(:chrome)}", "--headless", "--disable-gpu" ]} } ) ```

+1 to comments above, in particular @workflow. This is precisely what I'm trying to do too :smile: ``` organization/ .envrc -> loads the shared base devenv defined in organization/dev-env/ dev-env/...

I'd say the workaround focuses a bit too much on providers. Provider is one of few configuration options, there are others that may impact (un)expectedly child stacks. For now, at...

I just wanted to +1 option for `Tesla` support, and it's not without a reason! With current `Mint` implementation, on `2.0.0-rc.5`, I've observed flaky concurrent requests. I've run side by...

My `TeslaHTTPProvider` is definitely not a replacement :laughing: Currently, I've got a very simple case where I only use `list` and `get` on few resources, so it's enough. I just...

I don't have it at hand but it was basically: ``` {:ok, conn} = K8s.Conn.from_service_account() conn =struct!(conn, url: "https://kubernetes.default.svc/") (0..100) |> Enum.to_list() |> Enum.map(fn _ -> K8s.Client.list("v1", :nodes) |> K8s.Operation.put_query_param(:limit,...

@nickray do you have any idea when that could be? solo2 is so so close from being usable in my case but lack of resident keys is real blocker. I'm...