Arcanox

Results 12 comments of Arcanox

I see this issue has been inactive for quite some time, but I was looking for the same thing. I'm not sure if this is something that's changed since the...

FWIW, this is my solution to incremental builds and problem matchers until Webpack adds a better solution. Just add this as a plugin to your Webpack config: ```ts import webpack...

Technically in standard C# the `someValue` variable on both of the two code blocks in my first post would have the same scoping; it's functionally the same, but cleaner to...

I think you'll have to remove the old entry; not sure about the new system though.

I think for once I actually completely agree with Lex here. Disabling custom security managers does NOT secure your server from Java attacks; you should be using proper sandboxing and...

I just encountered this same issue in a product I maintain; I was about to file a new issue and stumbled across this one. I'm going to file a PR...

Pardon all the little commits; not super familiar with Travis

I think dropping `babel-polyfill` is a good idea anyways; it shouldn't be shipped with a module. I'm getting runtime errors because I need to have it loaded on the page...

> > and I can manually request successfully > > Like @Darkere said: can you request the full amount? Not 1, but the amount that the interface scheduled. In other...