PolarGoose

Results 45 comments of PolarGoose

Currently, as a workaround, you can use `Copyright` project property like this: ``` First line. Copyright info if it is needed. Description of your application. You can use 
 to...

@shunf4, The link https://github.com/shunf4/ToothTray doesn't work. I have also briefly tested the original [m2jean/ToothTray](https://github.com/m2jean/ToothTray). Unfortunately, it doesn't work correctly. When I disconnect my Headset it still has a status **Connected**...

@shunf4, > BTW seems like Sony's headsets really have quirks with them It is not related to Sony, the same problem happens with **Bose 700** and **Jabra Evolve 75e**, their...

> @shunf4, The link https://github.com/shunf4/ToothTray doesn't work. > > I have also briefly tested the original [m2jean/ToothTray](https://github.com/m2jean/ToothTray). Unfortunately, it doesn't work correctly. When I disconnect my Headset it still has...

Hello Park0, I double-checked the [minimal_parse](https://github.com/matthijskooijman/arduino-dsmr/tree/master/examples/minimal_parse) example compiled without problems. Could you provide a complete build log? ![image](https://github.com/matthijskooijman/arduino-dsmr/assets/35307286/27718fe7-ebff-482d-a888-90cb84ab7f92)

@Park0, Could you contact me via my email [[email protected]](mailto:[email protected])? we can arrange a call, and I can take a look at what is going on.

I have looked into this issue. The simplified reproduction scenario from @alekw911: ``` using NeoSmart.AsyncLock; namespace LockTest; internal class Program { static async Task Main(string[] args) { var _lock =...

@mqudsi, > I'm not relying on the task being dispatched on the same thread to enable reentrance Sorry, my bad. However, as far as I understood, the article [Reentrant Async...

I have encountered the same use case. Unfortunately, the library doesn't support it.

@LarsStegman, Nice, then there is even a real use case for this already. From the issue that you have mentioned I see that the ESP Home uses the [glmnet/Dsmr](https://github.com/glmnet/arduino-dsmr) fork...