Thomas Barusseau
Thomas Barusseau
I'm having the same issue. `opencv-python-headless` depends on a native library (`libglib`), and AFAIK it's not possible to create a Lambda layer which installs system dependencies for Lambda. Is there...
An automatic alteration-spamming with basic rules to follow would indeed be a very valuable feature in my opinion.
Are you alright with adding [structopt](https://docs.rs/structopt/0.3.15/structopt/) for command-line arguments parsing?
While it makes sense for the spec to separate the title, body, and footer, on shorter commit messages it's a pity to have 2 newlines for 3 lines of content....
That sounds great!
Hi @muuvmuuv, I see that you mention both Gitlab and Bitbucket in your comments. Which one is (was) it? I'm trying to setup dangerbot using the `danger-gitlab` gem but cannot...
It actually works perfectly, I didn't realize the program had to run literally *in* the CI to work, for some reason I expected `dangerbot` to run as a system daemon,...
I see! Thanks for the answer and the utility!
I am wondering if there is now an existing solution for this? Thanks in advance.
Hello, I have the same issue. Nowhere in my codebase do I call the `cancelDeviceConnection` method. My `bleManager` is also not being destroyed or garbage collected. Wondering which steps I...