Marcel2508

Results 11 comments of Marcel2508

@natebosch I came across the same issue today. I havent tested the solution provided with this MR, but here's a sample Code which causes the exception: ```dart import 'package:flutter/material.dart'; import...

I came across the same issue today. It seems to be an error thrown inside the http package itself outside of the async/await context, so it cannot be handled by...

Hey, thanks for the fast reply. When I import it that way, it seems to work. The Component can be created. But I cannot access the notifier object. When I...

The Debug-Build (with the Flutter debugger, to test on my device) seems to work properly btw... ``flutter build apk --target-platform android-arm --debug`` works ``flutter build apk --target-platform android-arm --release`` wont

I had the problem aswell and solved it by using an older RaspberryPI-OS version as mentioned here https://github.com/ct-Open-Source/tuya-convert/issues/1072 and here https://github.com/ct-Open-Source/tuya-convert/issues/999#issuecomment-973477696 This one worked for me: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-05-28/

The last one I ordered was shipped with a BK7231N instead of an ESP Chip. However you can still flash a custom firmware with https://github.com/openshwprojects/OpenBK7231T_App This however requires you to...

Hey @acetcom thanks for your reply! I'm sending a multipart/related request. The UPER Encoded LPP Message could be the following: ``D0020000C2020A38B8F06060050110`` Which would look like this (multipart/related body): ``` --lmf-descriminator-1729dd0cc87e12d2...

Hey @acetcom thank you for your feedback and your interest in creating tests for it. I merged my two PR's locally and tested them with a Mockup-LMF and a slightly...

I seem to have the same problem. Any update on this already?

Hey, I've managed to deploy a pre-compiled smart contract to the blockchain with this library. But I'm currently struggling to figure out, how I could send additional constructor Arguments with...