Omar Khudeira

Results 15 comments of Omar Khudeira
trafficstars

Hey guys, I'm the author of [ByteSize](https://github.com/omar/ByteSize) and peek into this repo every once in a while to see how others use the library and what changes they want. -...

@hangy, thanks for the suggestion. I went ahead and did a quick spike of the metric byte, [see these lines](https://github.com/omar/ByteSize/blob/metric-byte/src/ByteSizeLib/ByteSize.cs#L11-L25) and the [associated test case](https://github.com/omar/ByteSize/blob/metric-byte/src/ByteSizeLib.Tests/UseBinaryByteProperty.cs). I opted to use a...

I went ahead and pushed an implementation at https://github.com/omar/ByteSize/pull/24 which can be downloaded from https://www.nuget.org/packages/ByteSize/2.0.0-alpha1 Full design reasoning here https://github.com/omar/ByteSize/blob/db3cacc8314a9f16f327e8ed0df205d3bc186fba/docs/binary-byte.md Tentative Release Notes Breaking Changes: - Drop support for all...

@beeradmoore version 2 of ByteSize supports the proper naming and values, you can get it here https://www.nuget.org/packages/ByteSize/2.0.0-beta1 I plan on release v2 and dropping the beta tag this holiday break....

v2 o ByteSize has been released with this feature. See https://www.nuget.org/packages/ByteSize/2.0.0.

@clintnetwork yes, I should have time to dedicate to the code review over the coming weeks.

Hey Lawson, This looks interesting. I think many people would benefit from a recipe. I'll look into this and add it to my to do list. Thanks

Hey Lawson, I'm not sure when I'll get to this, but If you have something already, maybe you can open a PR and we can work on it together to...

Funny to see multiple people trying to work around current bugs in Azure Service Environment APIs blocking automation of the deployment. FWIW, I got this to work by using `jq`...

@JDA88, @sebbe33, @tomerrt, I just published ByteSize v2.1.2 which is strongly named. https://www.nuget.org/packages/ByteSize/2.1.2