Friedrich von Never

Results 297 comments of Friedrich von Never

Understood. So, ideally we shouldn't implement any new features in the meantime. Small feature requests and bug fixes are okay, but major changes are undesired at the moment. Also, good...

Could you, guys, please post any additional logs you're getting from npm? I think you need Visual Studio 2017 installed and added to environment to build some of native deps.

Sorry, but I can't reproduce that. I have VS2017, Nodejs 8.0 and Python 2.7.11 installed. `npm install` works on my machine (I've just checked with a clean checkout of upterm...

> *(Were you using Windows 10?)* Yes, I'm using Windows 10 x64 Pro 10.0.14393.

Hey, guys! I've built upterm in my clean virtual environment, and I can confirm that there're indeed some… issues. That manual should help you to solve them. Here's what I've...

Hey, guys, it's actually okay to publish some preview/unstable packages if you're unsure about the API stability. It will make it easier to depend on the preview bits of the...

> That snipped was created by @ForNeVeR when he play with C compiler in .NET. He probably can explain more. This was an experiment while I was investigating how to...

For context: we're writing a C compiler using Cecil, and hit the issue while dumping the methods' IL code and comparing it in the compiler unit tests (one contributor had...

I thought we could use visitor pattern to abstract this. We already have very similar code in `Draw` and `RenderGrometry` methods; that could be a basis for that refactoring. After...

We'll definitely need to discuss that. Now I have a bit of insight on how our code works, so I could probably provide a useful advice.