bmc-msft

Results 18 comments of bmc-msft
trafficstars

You should be able to use a tool like GNU coreutils [split](https://www.gnu.org/software/coreutils/split) to split the files prior to uploading. If you're using `split`, try the `--bytes=size` argument. We would be...

Thank you for the bug report. Do you know which kernel version you were using on CentOS 5.7? This most readily shown via 'uname -a' We will investigate and get...

Sorry for the delay. 32bit support is still in progress.

The file offset issue is clearly a bug and should be addressed. With regards to relying on the program headers in the pseudo-elf file, I would like to do much...

AVML works out of the box on aarch64/ARM64. I successfully built and ran AVML on an Ubuntu 18.04 AARCH64 VM in QEMU earlier this morning. However, releasing officially built aarch64/ARM64...

Given the recent announcement of [public-preview availability of ARM64-based VMs in Azure](https://azure.microsoft.com/en-us/updates/public-preview-arm64based-azure-vms-can-deliver-up-to-50-better-priceperformance/), this will likely occur in the near future.

Many python libraries set their level to 'info' and include debug information at that level, including Azure SDK libraries. I want to set the `info` level for *my* app's logs,...

As SAS URLs can be fore the account, container, or blob, doing the parsing to identify the components provided in the URL would be needful. Example, this would provide everything:...

Using the example I provided in #16, `@cached` preserves the arguments as I expected.