Peter Moran

Results 22 comments of Peter Moran

Or, like you said, this library could allow you to have a map of size n but allow you to provide less than n keys in the constructor.

Ah, I forgot that existed. I was thinking it would be easier to maintain the conan package inside this git repo, but based on the way https://github.com/conan-io/conan-center-index is managed, it...

I still had issues with markdown code boxes showing up in Crayon with an extra space at the end, even with trim spaces option. Is it possible that trimming whitespace...

I would love to see this, hopefully this is on a future supporter poll. Right now this is the only reason I’d even consider GOG Galaxy over Playnite.

Basically this step https://wiki.documentfoundation.org/Development/Lcov#Run_initial.2Fbaseline_lcov > create an lcov "baseline" before running any tests. The result is a coverage data file that contains zero coverage for every instrumented line of the...

+1 for interest in this. I agree that Easy Days on specific dates does not make sense if it is only a one-time operation (unlike easy days on a specific...

I am also interested in consuming this library via conan.

That is a bit of an under documented tweak I made. `self.kf.F` is the Kalman update function. It describes what we think the next state (the horizontal position of the...

Pardon the late reply, I've been on vacation. Filterpy must have removed it before the newest version. Anyway, `dot3(a, b, c)` is equivalent to `dot(a, b).dot(c)`, so you could redefine...