Guillermo Ruffino
Guillermo Ruffino
I disagree a bit here, SaveChanges is (now EF6 +) running in a transaction, however it does not limit itself to calling SaveChanges only once per session, it is perfectly...
You can overcome this issue by calling SaveChanges from the DbContext (not the DbContextScope) in your implementation of _clientRepository.Add
You should add the `transform` to the formal parameter list. And add a link to the explanation. Also, did you try that the code (with the sample) fixes the original...
I'm so excited about this. I didn't know PTP was "optional" how else can sync work reliably? Are there some docs / chat histories I'm missing? I've put the PR...
In case sb is following this, I just rebased with latest changes on master, high CPU usage is still an issue
It uses all CPU, this is a 6 core i5 9th gen desktop It creates several processes. IMHO is a threading / processing issue. Like they are talking as fast...
> @glmnet @LewdNeko > > First question: what happens on your systems when you run PTP on port 319+320? > > Do you need root privileges/run sudo? Or does it...
> It seems that Python 3.7 might be necessary for PTP. Example: I would just drop support for Python < 3.7. E.g. 3.6 is quite old and not receiving security...
sounds like a job for the [multi click filter](https://esphome.io/components/binary_sensor/index.html#binary-sensor-on-multi-click)
@ski7777 Otto already has some ideas of how he's going to do it, however he is not doing it! What makes this complicate for me is: * The current model...