Marcel Laverdet
Marcel Laverdet
Power is probably the hardest feature to work on because the effects of power creeps infiltrate every entity in the game in very particular ways. I think the "final boss"...
Well this patch on its own doesn't actually do anything. I wouldn't mind Power living in core xxscreeps but given the scope of work that needs to be done for...
@benjamn nan provides wrappers for the invocations that are failing. If I'm reading the travis error log correctly you would just need to swap out `Nan::Get`, `Nan::Set`, and `Nan::GetFunction`.
You can also swap out the Utf8Value wrapper with Nan::Utf8String.
I found `inset` approximates support for flex gap pretty well. Compare browser comatibility data between the two: https://developer.mozilla.org/en-US/docs/Web/CSS/gap#browser_compatibility https://developer.mozilla.org/en-US/docs/Web/CSS/inset#browser_compatibility `@supports (inset: 0)` will not target any browsers which don't support...
I implemented a full-featured hot reloading loader: https://www.npmjs.com/package/dynohot It supports live bindings like Webpack, and the full `.accept(specifier)`-style hot interface. Great for running an API server without nodemon or similar...
The bugs are starting to pile up. I think it'll stay that way until I can find a month or so rethink some architecture given how nodejs and v8 have...
Thanks for tracking down the issue. I took a closer look and went with a slightly different approach after understanding the issue further f6cc843ddfab832f92b7630ed9f584f76ff313d3
You can build on a different machine and deploy to a smaller machine?