This! And to make matters worse is the header is removed from the document flow, causing the content to jump up when scrolling down. And if you then scroll up to try to read the content that jumped out of the viewport, the stupid header is injected back into the flow causing the content to jump down again. Sigh.
It never really worked well in Rider, but I really wanted to use it more. Such a great tool to do some (remote) pair programming and perform a shared debugging session.
I've read through the agent investigation of Codex on macOS. It looks like the default sandbox is pretty limited, however it doesn't match my experience:
- I asked the agent to change my global git username, Codex asked my permission to execute `git config --global user.name "Botje"` and after I granted permission, it was able to change this global configuration.
- I asked it to list my home directory and it was able to (this time without Codex asking for permission).
I'm curious about what updates will get pushed through that channel. Is it just RTM updates, or will it also include beta updates? It's currently offering 15.7.5 through that channel.
It's like a new woodworker with a new router where every edge must be rounded. Hopefully, the new will wear off, and everyone will realize round corners do not fit in square holes
Same. I have both NL + EN configured languages on my keyboard and I couldn't reproduce it with either NL/EN and EN/NL. In the video you can see they have 4 keyboards configured. It would be helpful to know which keyboard they are using.
AnsaldoBreda did also manufacture the Fyra trains for the short-lived high-speed trains here in The Netherlands. After three trains lost parts in the first month, it was banned from operations. https://en.wikipedia.org/wiki/Fyra
See the docs[1] where it mentions that 10 is supported, but not available in the built-in Ubuntu feed. It however is/should become available in the backports feed.
To make matters even more interesting the GitHub / Azure DevOps CI agent image Ubuntu 24.04 doesn't provide .NET 9, whereas 22.04 does[2]. .NET 10 appears to become available in both though[3].