Federico Nembrini

Results 17 comments of Federico Nembrini

I'd like this feature!

Same issue. - Version with issue: 4.7.0.1080 - Last known good version: - - IDE: Visual Studio 2019 16.6.3 - Platform Target Frameworks: - Android: 9.0 - Android Support Library...

I don't know if I need to re-request review from @foosel. Just to be sure, I will.

I am working on it. Here are my considerations: As far as I can see, the credentials are not retrieved from the configuration file because of this line of code...

Yes, I am currently doing tests using this: ``` def on_settings_load(self): data = dict(octoprint.plugin.SettingsPlugin.on_settings_load(self)) if "credentials" in data: data["github_set"] = data["credentials"].get("github", "") != "" del data["credentials"] ``` I could try...

I think I can contribute. I finish implementing the changes and open a pull request.

Probably related https://github.com/dotnet/maui/issues/7134

I saw that pull request #1922 has been closed, maybe I can take care of that. From what I've read, `target="_blank"` should be added to all `` that lead to...

I am experiencing the same problem but with some differences. In my case the code I use to change orientation to the stacklayout is this: ``` DisplayOrientation _displayOrientation = DisplayOrientation.Unknown;...

I'm trying to play with the source code a bit, from what I can see when changing the orientation, the method `OrientationChanged` is called ``` static void OrientationChanged(BindableObject bindable, object...