Alex Komoroske

Results 436 comments of Alex Komoroske

To get the performance to be OK there should be a activeCollection and snapshotCollection, where ``` activeSetName: action.setName, activeFilterNames: [...action.filters], activeSortName: action.sortName, activeSortReversed: action.sortReversed, activeViewMode: action.viewMode, activeViewModeExtra: action.viewModeExtra, ``` Is...

The crashes happen maybe half of the time when having devtools open and refreshing. The largest strings when this happens are retained with traces like ``` 59 [[1,[{ "targetChange": {...

https://github.com/firebase/firebase-js-sdk/issues/6118 seems related So does https://github.com/firebase/firebase-js-sdk/issues/4416, specifically https://github.com/firebase/firebase-js-sdk/issues/4416#issuecomment-788225325

Probably just a thing in the NLP machinery to, before stemming, convert e.g. "one hundred" to "100". Whenever one of the words is found, it should also look ahead one...

In that particular case, the actual URL in question has weird formatting: `https://www.schneier.com/blog/archives/2006/08/security_is_a_t.html` Maybe this issue is very localized?

In general it seems to be that urls with dashes in them have the latter parts split off even though it's part of a URL

Ensure there's a reasonable mobile view in the web card viewer. Process every card to know how many links away it is from every other card. Have a `web` subState....

A default view could be visualizing cards where they are separated by their similarity score, which should naturally show clusters of cards. (Note that cards that are excluded from a...

URL should be `/web/references/COLLECTION`, where the second term is the type of link connectedness to show, e.g. `references` or `similar`, and the COLLECTION is fine to be literally the same...

https://github.com/couchand/d3-redux