Robson Roberto Souza Peixoto

Results 41 comments of Robson Roberto Souza Peixoto

@lehoqi, would be amazing see this on the core project.

I'm have the same problem here: ``` ❯ poetry env use /usr/local/opt/[email protected]/bin/python3 FileNotFoundError [Errno 2] No such file or directory: 'python' at /usr/local/Cellar/[email protected]/3.10.4/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py:1842 in _execute_child 1838│ else: 1839│ err_filename =...

I need a help with it: https://github.com/Homebrew/homebrew-core/pull/106315/files#diff-bce855593d4d586a36dfa3283b1e56aed7084676ec421d5e945966901a716bdaR25 How can I do it?

Is a upstream suggestion: > Spark runs on Java 8/11/17, Scala 2.12/2.13, Python 3.7+ and R 3.5+. Java 8 prior to version 8u201 support is deprecated as of Spark 3.2.0....

Great! The vscode already have `testing.runAtCursor`, and other commands. What do yout think about implement the Testing API? - https://github.com/microsoft/vscode-extension-samples/tree/main/test-provider-sample - https://code.visualstudio.com/api/extension-guides/testing

A simple hack is encode and decode to json: ```elixir def json_decoded_for(factory_name, attrs \\ %{}) do factory_name |> params_for(attrs) |> json_decoded() end def json_decoded_with_assocs(factory_name, attrs \\ %{}) do factory_name |>...

I'm not a dcos user, but try to change the from `""` to `"*"`. The mesos default role is `*`

For systems that require a low latency on write a keep-alive IMHO is the better solution. The `connections.max.idle.ms` will close the socket, requiring a new TLS handshake on the partition...

Any hack/tip of how to avoid this `body-max-line-length` error?