Results 122 issues of Ozzie Gooen

I experienced strange buggy behavior when calling ``removeLayer`` on a SimpleGraticule layer, then inspected it and found something odd. I believe ``this.map`` was typed instead of ``this._map``. ``` onRemove: function(map)...

First, fantastic library. Second, it seems to me like node-faststats calculates percentiles without interpolating. For instance, if my data points are `1,3,6`, the 5th percentile would be 1, instead of...

In my rails app, I declared ``` audited ``` in my user model. However, :audit_comments passed into update_attributes() wouldn't be saved. This was fixed for me by adding :audit_comments in...

- Bug # Description of suggestion or shortcoming: ``` start = Date.make(2024, 4, 1) end = Date.make(2024, 6, 1) fn(time: [start, Date.make(2024, 11, 1)]) = { diff = toYears(time -...

Bug
Web components

See this gif: When I click the "focus" rectangles on the far left side, then the entire section gets highlighted, even if this means moving the editor, which is confusing....

Bug
Web components

- x Is new feature # Description of suggestion or shortcoming: Now it's case-sensitive, which is confusing to people.

Hub

- x Is new feature # Description of suggestion or shortcoming: When there are many sets of correlated samples, we basically have an **empirical joint distribution** or a **joint sample**...

Language

It seems that when sampleN(dist,n) is called multiple times with the same inputs, it gives the same exact output. This isn't expected. ``` sampleDist = 1% to 10% symDist =...

Language

In this model, most of the time is spent rendering the Plot, but this isn't captured in the simulation count. https://squigglehub.org/models/benthamite/vote-trading After this, it would be useful to also show...

Web components

- x is new feature # Description of suggestion or shortcoming: It would be nice to be able to use Next Turbo for dev. I quickly tried it, but it...

Devops