rhpijnacker
rhpijnacker
See https://github.com/rhpijnacker/intern-issue-1168 for a repro
Also here... took me a few hours to figure out this was a known bug
I've been debugging this for a while and came to these conclusions: * adding the inline sourceMap line for the `'inline'` and `"both"` parameters are handled by `babel-core/src/transformation/file/generate.js` * adding...
I've encountered one additional inconsistency: Using `'inline'` or '`both`' will _not_ write the sourceMap line when the source-file is in the exclude list, and thus the source-file is not transformed....
Well... not expected by any of the users, but apparently so by the authors ;)
After reading up on how the RFXtrx module is integrated in Home Assistant, I'm left wondering what would be a good place to fit the decoding of the data packets...
After taking a good look at the dsmr_parser library, I realised that it would be trivial to interpret and skip the bytes added by the RFXtrx integration at the lowest...
I am certainly willing to do more testing; gladly. However, I would need some help picking the right kernel sources. If you could point me to some documentation on how...
FYI: The Bluetooth adapters used are: - Production server (output from `lsusb` on the Proxmox host) ``` Bus 001 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI...
@sairon > take it and use it as BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE in the board config I updated this in `buildroot-external/configs/ova_defconfig` and did an _ova_ build. That failed with a 404 when it...