Jonathan Neuhauser

Results 13 issues of Jonathan Neuhauser

##### SUMMARY Same issue as https://github.com/ansible/ansible/pull/76542, but in this case the error is not a false-negative "change", but a false positive (idempotence violated). This MR fixes this. ##### ISSUE TYPE...

needs_info
module
core_review
stale_ci
support:core
bug
small_patch
affects_2.13

On Ubuntu 20.04, nm-managed connections by default use ipv6.addr-gen-mode = "stable-privacy". When using SLAAC, for obtaining a static address, setting this to "eui64" is required. I haven't found a way...

Before adding an element to the list of to-be-removed-elements, we need to check if a child of this element is in the list of referenced IDs. Closes #296 Added a...

* **Thunderbird version:** 102.2.2 * **Thunderbird Conversation version:** 4.0.24 * **Operating System:** Ubuntu 20.04 **What did you do?** Quick Reply to an email from some senders in the conversations view....

Closes #7 - You shouldn't use unittouu anymore and in particular never on a bounding box, which is already in user units. - The overrrun itself was simply a float...

**Version of SharpShell used:** 2.7.1 **Related type(s) of SharpShell-Server:** SharpThumbnailHandler Thanks a lot for this helpful library in advance! I just made a very simple thumbnail handler for a custom...

critical-todo
registration-and-installation
workaround-exists

This PR essentially does two things: - show the MAC address of the WIFI interface in the config page, in case the user needs to provide the mac address in...

enhancement

``` Running nc-update-nextcloud Current Nextcloud version 26.0.12.2 Available Nextcloud version 27.1.7 Download Nextcloud 27.1.7... Back up current instance... check free space... Maintenance mode enabled backup database... backup files... backup /var/www/nextcloud-bkp_20240301_1709323522.tar.gz...

has-updates

Hi, WPF shows the same behavior (https://stackoverflow.com/questions/8568861/when-viewmodel-is-changed-to-a-different-instance-a-bound-radiobutton-is-reset-t), but I still think this is a bug. MainWindow.xaml ```xaml ``` MainWindow.xaml.cs ```c# public class MainWindow : Window { public MainWindow() { InitializeComponent();...

bug
area-bindings

Tested in Avalonia 0.10.0-pre5, Windows 10, Visual Studio Consider the following MWE: ViewModelBase just implements INotifyPropertyChanged. ```c# class MainWindowViewModel : ViewModelBase { private EmptyViewModel tvm; public EmptyViewModel TextViewModel { get...

bug