Tom Hebb
Tom Hebb
The static analysis issues are false positives, since that CSS file is tool-generated and not hand-written as per the documentation I added to `_config.yml`.
Updated branch to rebase and fix code badges no longer showing up on Markdown code blocks when highlighting is disabled in the config.
Just an update here: I got the capture, @gaborrell, and it looks like it has all the information I wanted. The ext firmware seems to be updated through a separate...
I really appreciate the offer, but sadly time is a bigger issue than hardware: I couldn't commit to finishing the feature quickly even if I had your device, and I...
@mxz94: There are archived versions of the SoundLink Mini II firmware [here](https://github.com/bosefirmware/ced/tree/master/kcup). Also, in the future please file a new issue if you have a question instead of commenting on...
Thanks! Do you have a USB Link device? If you've used bose-dfu to update one and it worked, I can add it to the list of compatible devices and add...
Note that this fixes the same problem that #1820 does. I didn't notice that PR before making this one, although this one has the added benefit of supporting additional URL...
Since this issue is still not fixed, I have created a workaround which uses `LD_PRELOAD` to override the function that Steam uses to find the free space and make it...
@Adel-Magebinary You'll see that even if it's working properly, as Steam launches both 32-bit and 64-bit executables when it runs. `fakefree.so` needs to be 32-bit, as the main Steam executable...
`LD_PRELOAD` needs to contain the full (absolute) path to `fakefree.so`, otherwise the loader won't be able to find it.