Amulya
Amulya
Documentation fix related to https://github.com/aws/aws-sdk-ruby/issues/2718 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. 1. To make sure we...
Node object should be able to store device metadata (serial/UID) as well during infra client bootstrap. Such a field should be read-only/immutable for that node/client role. This will allow consumers...
The attribute described(link below) was being converted incorrectly for certain pages I tried. https://www.w3schools.com/tags/att_a_name.asp I created this [gist](https://gist.github.com/logwolvy/d11b37e12b8ca3e9fc2ab16073ab7cb4) based on the page I was trying to convert and before fix...
**Describe the bug** Dialog window with --ontop option is not shown on top of application window(s) in use/focus. Instead, the window appears in the main desktop area (found when swiped...
Fixes https://github.com/swiftDialog/swiftDialog/issues/561 This fix implements the following - 1. Maximum Window Level: Using CGWindowLevelForKey(.maximumWindow) + 1 (2147483632) ensures the dialog appears above all other windows 2. Deferred Application: The DispatchQueue.main.async...