Adeel Mujahid
Adeel Mujahid
Please provide a `toASCII` API which tries to fit the character in ASCII range and returns a string. For example, the following holds true: ```java Homoglyph homoglyph = HomoglyphBuilder.build(); assertEquals("The...
Occurrences ?-8/7 (incl. PRs): Day | Run | Notes -- | -- | -- 8/7 | Rolling run | OSX.1200.Amd64.Open 8/4 | PR #72957 | Alpine.314.Arm32.Open 8/2 | PR #73245...
* Delete `_M_{ARCH}` definitions and replace usage with `HOST_{ARCH}` and `TARGET_{ARCH}`. * Remove redundant `${arch}` from filenames in architecture specific directories. * Remove `Arm` from `PAL_ArmInterlockedOperationBarrier` and `ArmInterlockedOperationBarrier` as they...
These seem to be unused since 2019 (when CI was switched to AzDO).
Hi, the current FreeBSD 11 i386 box does not provide Hypver-V adapter: https://app.vagrantup.com/bento/boxes/freebsd-11.1-i386 In comparison, x64 generic box has the support: https://app.vagrantup.com/generic/boxes/freebsd11 Would it be possible to include Hyper-V adapter...
YDN v8.1.1+ support scanning and parsing of YAML 1.2 documents by the spec. This is indicated in the repo's README. This issue is to track support for YAML 1.2 for...
Some of the v1.1 types are supported by the base parser, while others are not: https://yaml.org/type/. For instance, we can implement `!!merge` or `Merge Key Language-Independent Type` in base parser...
It would be quite handy if we could get to utilize MSBuildStructuredLog's core features via command line interface. It helps to find issues in CLI-only / base OS installations, without...
Currently, there are commands to either create or edit the releases. However, there is no idiomatic way of implementing this scenario: > create a release if it does not exist,...
CirrusCI has [added FreeBSD support](https://forums.freebsd.org/threads/cirrus-ci-support-for-freebsd.68644/) in December 2018. Currently only the amd64 images are provisioned. `cbsd` is used to create an i386 jail environment. Kudos to Oleg Ginzburg (@olevole), wouldn't...