Viacheslav Lotsmanov

Results 144 comments of Viacheslav Lotsmanov

@skambc you need to install `kernel-devel` package too. I have same issue with build on Fedora 21, and it solve it, because before install `kernel-devel` `/lib/modules/$(uname -r)/build` symbolic links target...

@Sekhar-jami may be u installed kernel-devel package of other kernel version, please, show your `uname -a` and `ls -la /lib/modules/`. And see this: ``` $ yum provides /lib/modules/3.17.4-301.fc21.x86_64/build Загружены модули:...

@jridgewell it's done. Is it okay that I made this revert commit? I mean if you do squash merge at the end it wont matter.

@jridgewell ``` text Still need the link to #3842 ``` Do you mean I should add `#3842` to the commit message?

@captbaritone I added line about it helps to avoid conflicts with `Object.prototype` properties.

@hlolli There is `nixpkgs.cabal2nix` for instance. This is useful when you are adding any custom packages into your project while using `nixpkgs`. It was no problem to import using Niv...

Now wrapper looks like this: ``` javascript (function(root, factory) { if (typeof define === 'function' && define.amd) { define([], factory); } else if (typeof exports === 'object') { module.exports =...

It looks like I can just create some another template, and use this templates in "template" option for gulp task?

`GLFW.getKeyScancode GLFW.Key'Escape` returns `-1` :shrug: