Nobleman

Results 54 comments of Nobleman

Part of the fun of programming is being able to discover new ways to use existing tools rather than re-inventing the wheel or resorting to manually doing what you need....

> > Try bumping up the heap size: `react-scripts --max_old_space_size=4096 start` > > That doesn't seem to be the issue. These steps were the only way I could get my...

> > Adding it to devDepencies won't work. You need to use resolutions with yarn, or use [npm-force-resolutions](https://www.npmjs.com/package/npm-force-resolutions) to force the version to be what you specified. Check your lockfile...

Note that the list maintained by kozross is still active (on github) [here](https://github.com/kozross/awesome-c), so don't feel like you are alone maintaining this list. You can either merge what you have...

Same problem on 16.04 ![screenshot from 2016-12-21 01-41-26](https://cloud.githubusercontent.com/assets/8305511/21381072/c70e481e-c71e-11e6-8c24-cb63413ce42e.png)

Yes a blacklist would be good way to deal with some of those stubborn appimages. https://github.com/TheAssassin/AppImageLauncher/issues/239#issuecomment-612572173

I have experienced this as well...what can we do in this case?

@yshurik I found that too, but how did you get it to install `rtl8821au`? It keeps trying to install `8812au`, but I have no need for that as my kernel...

I was able to fix the drivers that came with my adapter and it successfully compiled for rtl8821au. The files are [here](https://github.com/smac89/rtl8821au)

> Hello) thank you for this PR, overall I like this idea, but I'm not sure that it should work with build runner only. It may work for dev environment,...