Results 56 comments of cilynx

As @kaydubbed says, you need to make sure you're [enabling the correct platform in the Makefile](https://github.com/cilynx/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959/blob/master/Makefile#L100-L101). Also, you're missing `bc` per `/bin/sh: 1: bc: not found`. You'll need to install...

I just submitted #138 to flesh out the attribute documentation a bit.

It enables developers to use familiar syntax and even existing models designed for flask_sqlalchemy outside of Flask projects. It's very handy when porting a Flask app to be a real...

This could potentially be accomplished through integration with [pdf2htmlEX](https://github.com/pdf2htmlEX/pdf2htmlEX) or similar. I may poke at this a bit as I have several hosted PDFs that I need to monitor for...

Can you provide the entire build log, please?

Thanks -- I'll do some digging. I found someone else with the same issue on `4.17.5-1-zen (x86_64)`. http://pastebin.calculate-linux.org/ru/show/63918 It's interesting because it builds clean for me on Debian's `4.17.8-1`. I'll...

Normally, I'd say yes, but the fact that someone with `4.17.5-1-zen` is running into the exact same error as you makes it tricky. The issue looks to be some complication...

What version of `gcc` are you using?

This is due to changes in Kernel 4.11. There have been several breaking changes since then as well. I have a version of this driver patched up to work through...