Saleem Abdulrasool

Results 83 issues of Saleem Abdulrasool

Although views currently scale according to the DPI settings for the monitor, the text currently does not. The `TraitCollection` type has the necessary information which needs to be wired through...

enhancement
help wanted

This is useful for having a single application that can work across various Windows devices. In particular, on Surface devices, it is possible for the orientation to change. It would...

enhancement
help wanted

For some reason the main window looses focus when the secure entry TextField receives focus. This may be related to the proxy window.

bug
help wanted

I thought I would just create a tracking issue in case others are interested. I think that this can also serve as an easy communication point as I'm working through...

Workaround the product versioning style for packaging on Windows.

Ideally, we would not need to have the CWinRT module exposed. Currently, use of SwiftWinRT will require the header exposed. However, we cannot currently mark the module as implementation only...

enhancement
help wanted

Is there a way to queue a build using the python APIs while specifying the repository resource references like you can with the UI?

We should identify the actual size and performance implications of the `-sil-inline-generics` and `-sil-partial-specialization` flags that we set during the compilation here: https://github.com/tensorflow/swift-apis/blob/f0748c4771ebe33f70a531808937cbc1e58812d8/CMakeLists.txt#L11-L12

help wanted
good first issue

The Windows Swift installer requires elevated privileges (it will augment the WinSDK and MSVC toolset with modulemaps). The builder user does not have the permissions to perform the elevation and...

The stack walking code in abseil for RISCV assumes a 16-byte alignment for the stack. This is guaranteed in the RISC-V ABI except for the ILP32E variant. This would be...

bug