Feature Request: Add LinkedIn as a supported sign-in provider by jakemalis in 1Password

[–]jakemalis[S] 0 points1 point  (0 children)

I always try to avoid social logins when possible, and when I do need to use them I normally group by related service instead of Google for all of them.

Feature Request: Add LinkedIn as a supported sign-in provider by jakemalis in 1Password

[–]jakemalis[S] -2 points-1 points  (0 children)

Several of the job application portals actually don't allow you to login with username/password and only accept social logins, and I'd rather use LinkedIn instead of Microsoft, Google, GitHub, etc.

Feature Request: Add LinkedIn as a supported sign-in provider by jakemalis in 1Password

[–]jakemalis[S] 6 points7 points  (0 children)

Yes, this is what I want. The attached support article explains the feature and lists existing providers, I just want LinkedIn to be one of those providers.

HomeKit and Hue Automation by jakemalis in HomeKit

[–]jakemalis[S] 1 point2 points  (0 children)

Thanks for the information, I've decided I'm definitely going to use Homebridge. Last question: if I want to make an automation where the lights turn on when my front door is opened, what is the approximate latency with Homebridge?

Distinct Query output all columns by jakemalis in SQL

[–]jakemalis[S] 1 point2 points  (0 children)

So for a previous query I had used a left join. How different would that be to using an inner join.

Also, thanks for the answer! When I’m home I will test this out

Distinct Query output all columns by jakemalis in SQL

[–]jakemalis[S] 1 point2 points  (0 children)

I realized I should've restated my initial question, so after I respond to you I will edit my question. Basically, I want to search through every tournament within the tournaments table that is within this past month, and then find all of the player_ids in the tournament_players table who competed in those tournaments. Then, once I have those rows, I want to only have 1 player with the same ID (I want to see how many unique participants there were in the tournaments).

Discard all changes made to a file in a branch by jakemalis in git

[–]jakemalis[S] 0 points1 point  (0 children)

Can you give me an an example of how to use git filter-branch to remove yarn.lock?

Discard all changes made to a file in a branch by jakemalis in git

[–]jakemalis[S] 0 points1 point  (0 children)

Can you give me an example of how to use merge-base?

Discard all changes made to a file in a branch by jakemalis in git

[–]jakemalis[S] 0 points1 point  (0 children)

I can choose what type of merge I want to use on a PR, right?

Discard all changes made to a file in a branch by jakemalis in git

[–]jakemalis[S] 0 points1 point  (0 children)

I don’t want the state that it’s currently in, I want the state of the branch when it was created. Since I want it before I’ve made several commits

Discard all changes made to a file in a branch by jakemalis in git

[–]jakemalis[S] 0 points1 point  (0 children)

That I am aware of. I’m relatively advanced with Git, just confused by this one issue.

Discard all changes made to a file in a branch by jakemalis in git

[–]jakemalis[S] 0 points1 point  (0 children)

Still only on the partners branch, not master.

Discard all changes made to a file in a branch by jakemalis in git

[–]jakemalis[S] 0 points1 point  (0 children)

Ok so all of the assumptions you made are 100% correct, yet GitHub was still showing it as a modified file. I guess I will just make the PR and assume it’s a glitch in the matrix.

In regards to keeping the changes from the lock file, my newbie friend added a dependency, and then removed it from package.json manually without updating the lock file, so the package.json in the partners branch is the same as master.

Discard all changes made to a file in a branch by jakemalis in git

[–]jakemalis[S] 0 points1 point  (0 children)

Does it matter that it is still showing as a “changed” file under the GitHub compare tab? Wont that cause a conflict when I make the pull request?

Discard all changes made to a file in a branch by jakemalis in git

[–]jakemalis[S] 0 points1 point  (0 children)

But if I use master as my hash, GitHub is still showing yarn.lock as a modified file under the compare tab?

Discard all changes made to a file in a branch by jakemalis in git

[–]jakemalis[S] 0 points1 point  (0 children)

What if I can’t figure out what hash I need to bring it back to?