Neal Fultz
Neal Fultz
Overall seems small/harmless, LGTM. On the other hand, I can't see this as something people want to toggle often, maybe using `options()` is a better path than a function parameter?
There's a stata note ` yr25 omitted` - can you check if we match when you manually drop that year? ~Also check your design is in fact balanced, IIRC we...
IndexedDB is unfortunately managed as a shared resource, so if another website / extension uses up your storage quota, other things can be evicted. I once had a GoTo meeting...
Not via resid(), if that is what you mean. See also #123 to see which methods have been implemented. An easy alternative is to do `Y - fitted(model)` if you...
You can install in developer mode, and comment out the line that adds the context menu.
Can you add a screenshot so other people can see what to look for?
One nice-to-have would be specifying the ics location as a url instead of a file path - then fetching it as the program starts. EDIT: I've added a minimal working...
> Thank you for PR, it works great! I'll test a bit more and publish it as a part of 2.8 version. You may want to update the docs for...
The chrome.tabs API doesn't expose any of the tab groups functionality yet, so it isn't yet possible for an extension to tell if a tab is in a group or...
The most recent update on the chromium tracker implies that the tab groups API will be Manifest 3 only, which will probably requires some updating throughout the codebase.