Greg MacLellan

Results 10 issues of Greg MacLellan

Multi-term (AND) search of one or more source strings. I'm using it in a single-page app to allow the user to filter a number of objects (representing websites) by the...

Looking at 4k support: * nearly half the open issues here are about playback issues * WMP is not included in recent Windows 10 builds (#150) * You already must...

It would be nice if there was a way to trigger on a build being pinned. We use pins (and tags) to indicate types of releases -- beta, GA, etc...

details needed

When a user commits with different email address than their current identity, the contributions do not appear (or appear as a separate item, which is misleading). What would be nice...

Works as described in issue #91. Note for viewing the diff. 7b9396a and 48c9341 are my upstream merges, they do not have any actual effect. I cannot figure out why...

feature

I am considering adding support for versioning, but I wanted to see if there is upstream interest in this feature, or any feedback on my proposed implementation. What I'm trying...

feature

What's the license for this project? No license technically means no one can use, modify or basically do anything with this (beyond look at the code). More info: https://choosealicense.com/no-license/ (also...

Minor tweak: make the vote arrows change color on hover, since they're a small target. ![image](https://github.com/plibither8/refined-hacker-news/assets/1216375/0b2ddae9-5d2b-4971-9c81-70ecd4a027de) This is very subtle, but changes the color of the arrow image to be...

Running the following code: ``` s = new $.store(); s.set('test', {"a":1}); console.log('Get 1', s.get('test')); s = new $.store(); console.log('Get 2', s.get('test')); ``` results in ``` Get 1 Object a: 1...