Mats Krüger Svensson

Results 25 comments of Mats Krüger Svensson

Any updates on this, @untitaker ? The linked project has known issues and no one maintaining it or accepting PRs. What I basically want is for Sentry to not make...

Thanks for that pointer, @untitaker , that might be able to solve our problems. I just need it to understand that these two lines are the same issue, even though...

Thanks for your pointers! This seems to work (just a naive & dirty attempt) ``` def before_send_sentry(event, _): try: logentry = event.get("logentry") if logentry is not None: message = logentry.get("message")...

Hi, sounds like it's a different project you're using, as there is no python code in my repo. Looks like you're using the code from here: https://github.com/IvanYaky/DJI_RC-N1_SIMULATOR_FLY_DCL --- Cool project,...

This project only works for the old DJI (like, 10 years old). For other version see here: https://github.com/Matsemann/mDjiController#mdjicontroller

Having the same issues. Here it works defining them in the opposite order in elm-css of what you normally would do with css media queries, then the style tag comes...

Hi, cool that you're checking out my project! The project isn't exactly made to be useful for others, so beware of gotchas :) The watch is supposed to not exit,...

The software is capable to calculate those shapes also (at least the first two, the third one I will have to think more about how is made hehe). The squareoverlapping...

Yep. But many of those I made actually work quite well in real life, as the differences are not as extreme as the squareoverlapping one. I also tried printing some...

Hi, I don't own any DJI devices anymore, so unfortunately I won't be able to expand this project. There are some forks of this project that supports other controllers, but...