Lyubomir Toshev

Results 3 issues of Lyubomir Toshev

I have connected RaspBee 2 on the Raspberry 5 board and I go to home assistant - Add integration -> Zigbee Home Automation it lists the port as /dev/ttyAMA10 and...

Hi all, great lib works very well, can we add a way to scrape the post date too? I tried to look into the lib inner workings, but cannot figure...

enhancement
P1

I use this code: GitRepo = new Repository(Repository.Discover(SolutionDir)); string fpath = folder.Replace(SolutionDir, string.Empty).Replace("\\", "/").TrimStart('/'); foreach (var c in GitRepo.Commits.QueryBy(fpath).Take(1)) { revisionsList.Add(folder.Split(Path.DirectorySeparatorChar).Last(), c.Commit.Committer.When.ToUnixTimeSeconds()); } The GitRepo.Commits.QueryBy(fpath) fails for some folders on...

Up for grabs