Dan McGee

Results 5 issues of Dan McGee

I'm not sure why, but I'm seeing this when I plot: too much recursion http://maps.gstatic.com/intl/en_us/mapfiles/api-3/4/11/main.js Line 25 var Te=Se(-Oe,-Oe,Oe,Oe),Ue=Se(0,0,0,0...s[d])this[d](c);else this.set(b,c)}}; This is from Firebug in Firefox 4; Chrome's JS console...

Much of this code was copied from the low-level firmware side, where we don't have floating point available, and had to use some tricks to ensure we didn't lose precision....

Although Postgres 17 is still in beta, I thought it might make sense to get ahead of one of the changes being made. Added in this commit: https://github.com/postgres/postgres/commit/519fc1bd9 Upstream release...

### Overview https://github.com/wxt-dev/wxt/pull/1601 adjusted the typing of `defineItem` to examine whether `defaultValue` or `fallback` were passed, and only then, remove the `null` from the possible returned value. However, it did...

Rather than creating a new immutable string per additional element, this reuses and grows an internal buffer.