Erisan Olasheni
Erisan Olasheni
I think `ecs_pos_bluetooth` is only designed to scan devices not paired to, it omits the paired devices, I think there should also be a way to use only paired devices,...
Hi @xplatsolutions firstly, sorry for the response, I was on personal projects and now back to maintain custom-env. I will check this and give you feedback as soon as possible....
This is a great idea, I will be looking at this in my free time, however, @deanWombourne this is why we have it as open-source! If you need it quickly,...
Thanks, `require('custom-env').quiet().env();` and `require('custom-env').env(true, null, true, true);` is preferred, but in the case the first one should be `require('custom-env').env().quiet();` Thanks.
@fourpastmidnight Thank you so much for the feedback, I have my hands currently on many things now, and this is open for contribution, anyone can take this up, or else...
I will be working in the next weeks, thanks.
But with this approach of running it the main and then pushing to route, how do you dispose controller? ` _intentDataStreamSubscription.cancel();` how do you know when to do this?
A way could be to also pass the `_intentDataStreamSubscription` as argument to the destination, so that you can `cancle()` when you are done with it.
@deanWombourne any update on this?
@redeemefy sorry for the late response. Whenever `custom-env` does not see a configuration for the current environment, which is `test` in your case, it falls back to the default configuration...