Rune Mønnike
Rune Mønnike
You can get them from Eloverblik.dk, through an API. In fact, I've created a PR to the Eloverblik integration that fetches the tariffs and exposes them as a sensor. I've...
We currently use the getOutputPath callback to show some sort of progress, but since actual exctraction happens after these callbacks, it's not very accurate. @adoconnection do you know of a...
@adoconnection @jorensanbar I've given it a shot [here](https://github.com/runemoennike/SevenZipExtractor/tree/55), where I've added optional callbacks to Extract() on Entry and ArchiveFile. However, my new unit tests are currently failing for everything but...
@adoconnection I managed to standardize so the callback is invoked at least at the beginning and end of each extracted file, so I've created this PR: https://github.com/adoconnection/SevenZipExtractor/pull/60
The tariffs are correct for me, so I assume this only happens the day after they change, or what? @drlauridsen in your screenshot the integration is actually showing the correct...
@SalmaBegumJSR you have to clone my fork of the repo, and switch to branch 55. If you do it from a terminal/console, it looks like this: git clone https://github.com/runemoennike/SevenZipExtractor cd...
I've made a PR to the underlying pyeloverblik package which should make this feature pretty easy to implement.
Just some oldschool input: in qbasic, each function/subroutine was separated and the editor showed only one at a time. A hotkey would bring up a window with the full list,...
> > Very naive question : Would it be possible and would it lighten your workload to share the code with a few trusted volunteers with web development expertise? >...