Benjamin

Results 16 comments of Benjamin

A first step would be to add a devcontainer spec -> https://github.com/rust-lang/rustlings/pull/1194

@mickimnet using a config file will override the settings made in the UI. That is intended. The only way currently to remove shortcuts when using a config file is not...

I tried the approach with setting the JAVA flags, but no luck. What I tried is ``` final Proxy proxyTest = new Proxy( Proxy.Type.HTTP, new InetSocketAddress( "127.0.0.1", 3128 ) );...

I am experiencing the same problem running in a devcontainer. The project does not even contain much Java, it is mostly used to build things with maven. Host: MacOs (aarch64)...

I see two options here: 1. Make it explicit, that this example is not showing the idiomatic solution 2. Find a better example, where the use of generics is required....

because I did not find it in the tracker: is there an issue for platform independent lock files? Will uv wait for the finalization of the mentioned PEP? What is...

Also most of the properties that are currently being read from the `pyproject.toml` are canonically not in the `[tool.poetry]` section, but should rather be tool independent in the `[project]` section...

Also happening for me with alacritty on MacOs. My workaround so far is `docker exec` but the ergonomics are not great. As mentioned in https://github.com/LazyVim/LazyVim/issues/3896 this might be an issue...

Can confirm broken scrolling in `:vsplit` nvim 0.10.2 devpod 0.6.7 built-in terminal on macOs 15.2 Reproducer: 1. devpod ssh ... 2. `nvim -u /dev/null -O ` (launch two files in...