Connor Griffin

Results 6 comments of Connor Griffin

I'm curious if it's possible to avoid GravityLayout applying gaps multiple times. For example, with my current settings `gvlay = GravityLayout(0.004, 0.006)` on a 2560x1440 monitor, I get the following...

#17 seems to be a similar issue. I suppose the workaround is to supply an entity that you don't actually actually care about in the Entity ID field. That doesn't...

Seems like it wouldn't be hard to add a recursive call, just re-using the existing code with the -Append switch. I'll test it out when I get a chance next...

@TheMetal1123 There doesn't appear to be a way to update the target list using the module in its current state. I have added rudimentary support for editing the scan details...

Alright I had a chance to look at this and have a couple of questions/issues, and would be interested in your input. ## Month You are defining `$Month` as an...

I rewrote this to meet my own requirements on a branch called 'feat/CategoryMonth'. Let me know what you think. ```powershell > Get-YnabCategory -Category 'Work Food','Drinking','Electricity' -Month 2018-11-04,2018-12-01,(get-date) | select *...