David Jablonski

Results 28 comments of David Jablonski

I think it might be dangerous to use internal IDs for exporting/importing. The problem is that when different people collaborate, they also have different Anki states. The one person might...

Did you open the file Anki\addons\yomi_base\japanese\dictionary.db manually in another program? Or did you open Anki multiple times? If not, can you make sure this file exists?

I am the developer of this second plugin (https://ankiweb.net/shared/info/907186589), and I can't reproduce either of both errors. If you are interested, we can do some bugfixing together over Skype or...

Check this pull request: https://github.com/FooSoft/yomichan/pull/9 See this: Instead of preventing users to not add a note for a vocabulary that exists already, he has the option to overwrite it now....

I have also the problem of this `/mavros/mavros` topics being created: ``` mavros/actuator_control /mavros/altitude /mavros/battery /mavros/estimator_status /mavros/extended_state /mavros/global_position/global /mavros/home_position/home /mavros/landing_target/raw /mavros/local_position/pose /mavros/mavros/accel /mavros/mavros/attitude /mavros/mavros/cmd_vel /mavros/mavros/cmd_vel_unstamped /mavros/mavros/compass_hdg /mavros/mavros/control /mavros/mavros/data /mavros/mavros/data_raw /mavros/mavros/desired...

@skupjoe Make sure to use docker compose version >= 3.2 and use bind instead of volume for the `/etc/openvpn/` path.

@JonasVautherin It's just about sys ids and comp ids, not about ip addresses/ports. QGroundControl receives a HEARTBEAT from this mavlink camera manager component (with MAV_COMP_ID_CAMERA = 100). Upon receiving a...

My first approach was invalid, as I first tested it against a camera_definition_uri with http, which made QGroundControl preserve that in its cache. So the mavlinkftp did not work at...

Probably going to turn this into an own plugin, as this would allow to react to parameter changes quite easily: ``` void CameraManagerPluginImpl::init() { _parent->provide_server_param_int("CAM_EV", 5); _parent->provide_server_param_int("CAM_ISO", 0); _parent->subscribe_param( "CAM_ISO",...