coconup

Results 7 comments of coconup

@project-eutopia this is exactly what I need - I just forgot to enclose the JSON in my example into quotes (edited now).

Here is a quick and dirty extension of `ObjectSerializer` that basically achieves what proposed above: ```ruby require 'fast_jsonapi' module FastJsonapi::ErrorSerializer extend ActiveSupport::Concern included do attr_accessor :with_root_key include FastJsonapi::ObjectSerializer set_id :title...

@malaquf I am passing instances of a custom error class to the serializer, which have a `serializer_source` attribute. It could also be a method if you need some extra logic....

@shishirmk here you go: https://github.com/Netflix/fast_jsonapi/pull/305

I just went through the process as well and created a somewhat cleaner setup which avoids the extra `install_bleak.py` step currently pointing at an old version patched for windows (?)....

Update: it appears this is only happening when other processes (in my case in a separate container) access other bluetooth devices.

@fl4p it appears the issue only occurs when some other service is accessing the bluetooth. In my case, I have another container fetching data from my Renogy MPPT controller. Both...