Milan Raj

Results 65 issues of Milan Raj

The tutorial is really great! One thing that I liked about it is that it is super close to being completely usable on glitch.com without changes. You could make a...

It looks like if you use all ammunition for your weapons you are left with a chainsaw, however the chainsaw does not appear to load and an error occurs in...

I want to use httpbin to test different binary response types, in this case having a null value in the middle of a response like the following 8 bytes of...

I'm upgrading a build environment from python 2 to python 3 and noticed that endpoints with seeded random numbers are not returning the same values. It seems to be related...

Using the provided `fixed` class in Chrome no longer centers the dialog in the middle of the page in Chrome. I think it is due to a [change in style](https://groups.google.com/a/chromium.org/g/blink-dev/c/Ow63WaHuTgc/m/T2Ehuv3aAAAJ)...

The `protocol` property of the W3CWebSocket object returns `undefined` in some cases while browsers will return [empty string instead](https://www.w3.org/TR/websockets/#dom-websocket-protocol). From the spec, I don't think we should ever expect the...

# 🐛 Bug Report Because the terminology in the docs is a bit hard to keep track of, I'll use the following terms: - FAST Razor components: Refers to the...

area:blazor
community:request
feature
status:blocked

This project is really interesting! I was able to get Armadillo to compile: http://arma.sourceforge.net/ Using the github pages branch locally, taking the armadillo download, and repackaging it as a zip:...

If the `packagePublish` operation fails it only prints the contents of `stderr` to the console: https://github.com/microsoft/beachball/blob/ccc6a807bbe60435b7164704b2223565b66e94fe/src/publish/publishToRegistry.ts#L85 It would be useful to print the contents of `result.stdout` as well for useful...

## Overview We would like to be able to configure the command beachball invokes to publish a package. We can contribute a PR to implement the behavior but would like...