When I am logged in to github and visit my profile it shows my Public Activity. I do not see any way to view my private activity. I understand others should not be able to see it, but when I am logged in, is there any way for me to view my own?
click on your name, in the top right banner.
Let me revert that: you are right.. only public activity
Ok, found it... Login, then look at the page.
2nd top banner: News feed/Your actions/Pull request/...
You can use the GitHub API to get access to your own private activity feed.
https://developer.github.com/v3/activity/feeds/
I'm working on a set of Powershell cmdlets that I call Posh-GitHub -- they're in the early stages, but you can get this info using the Get-GitHubEvents cmdlet
https://github.com/Iristyle/Posh-GitHub
You can on a per repository basis:
https://github.com/xxx/yyy/commits?author=username
Related
I have a public repository on Azure DevOps.
When I enter in incognito I can see that users can only view work items, but cannot create them.
What is the proper way to allow issue submittion? Like the "Issues" section in GitHub repositories...
Thanks in advance.
Unfortunately,there is currently no submit issues to my public repository this function.
You can submit issue in this forum: https://developercommunity.visualstudio.com。
When I enter in incognito I can see that users can only view work
items, but cannot create them.
For this issue ,this is a normal situation.The function is designed like this.
Since a few days ago I was able to get a public link to a file to make it publicly readable in my bucket on Google Storage just by clicking on a checkbox in it's row.
The label of that Checkbox was saying "Public Link".
You can see a screenshot describing what I'm describing:
Image
But, since few days ago, this checkbox has disappeared and to enable a public link for my file I have to go through a window and add permissions for a fake user called allUsers as said in this page
Is there a way to reenable the checkbox?
Is something changed on google storage or have I misconfigured something?
This has been changed on 18th July. Objects can no longer be made public through one-click actions.
As you mentioned all possible ways of making an object public are described here.
I published something onto Tableau Public and it isn't working for some reason. This just started happening and I am not sure why. I tried uploading different workbooks none of them are working. Here is a sample:
https://public.tableausoftware.com/views/JBCBacktestvs_SP500/JBC-Backtestvs_SP500DB?:embed=y&:display_count=no
This is the error I receive when I log onto it:
{"error":{"message":"No author found!"}}
Any idea on what I might be doing wrong? Thank you!
Follow the methods given in the tableau help section. After the account is made a window with all the story board will come up. Select the story or dashboard (as per the case) and then click on share button .
click on Done and then go to "open in browser window" . It will open in the browser. Copy the address in the address bar of the browser. This is the link to be published
I have a few Github gists that I am showing off my coding style to potential employers. I do believe all of my github gists are public coz that's how I chose to make em. But upon visiting gist.github.com/myusername ...I get that I have no public gists. I can however view each of my individual gists independently without logging in on there public urls. meaning that they are indeed public gists.
How can I list them all on one page?
Thanks.
As #aleung mentioned, you should be able to view all your public gists with a link like:
https://gist.github.com/{username}
For example, all of my public ones are viewable here: https://gist.github.com/bcantoni
If it's not working correctly, you could contact Github Support. I've found them to be very responsive.
As I submit an application for "read" action on Open Graph I received the following response.
Status: Changes needed
Unfortunately, your article.read built-in submission does not meet the read requirements specified at: https://developers.facebook.com/docs/opengraph/actions/builtin/#read. You must give users the ability to turn sharing off/on globally as well as remove an article that was shared within the app. In addition, read actions should only be generated when there is a strong indication that the user is actually reading the article. Please note that we cannot accept resubmission as this time due to technical limitations, so you will need to create a new submission. We plan to have this resolved within the next couple of weeks. We suggest making the required changes and checking back. We appreciate your patience. Note: If you are creating an aggregation based on the object, you need to add 6-7 unique sample objects, and then create a corresponding sample action acting on each of these unique objects. (You can not just create 6-7 sample actions pointing to the same sample object). Submission Checklist: https://developers.facebook.com/docs/opengraph/checklist
Please make changes below and resubmit for review.
Unfortunately, this "guide" is not helping with anything. Firstly, I have no idea where to do this:
You must give users the ability to turn sharing off/on globally as well as remove an article that was shared within the app.
Second of all, I don't even know how to "resubmit"!
Any help would be appreciated.
I was experiencing the same thing. You have to click on the name of your action that you submitted. Once you do that, Facebook provides detailed instructions why they didn't approve the action and what you need to do before you resubmit. Once you review the message, you can make the necessary changes and save the action again. Then you'll have the option to resubmit. In my case Facebook said that I need to provide more detailed instructions what the user needs to do to get an action published. They provided this example: "User must create an account, enable Timeline sharing in the settings, view a product within the app and then click the “want” button underneath the product image to trigger a story". I did that and resubmitted. Hopefully it works this time around. Good luck.
To resubmit, just delete the rejected action and create a new one. You can use the same action name as before. You then go through the submission process again as you did the first time.
Facebook have recently updated their guide to implementing their built-in action types. For the Read action type, see https://developers.facebook.com/docs/opengraph/actions/builtin/#read. You will see a sample application that meets the following criteria required for the use of this action type:
Turn sharing on/off globally on each page an article appears.
Remove articles they shared within your app on each page an article appears.
Only generate read actions when you're sure someone is interested in reading the article.
Built-In actions can't be resubmitted. It is a FB Bug:
https://developers.facebook.com/bugs/364663400220101?browse=search_4f44876aabaef7501649601
From this answer on FB tools and support I got this:
You can start a new submission at the bottom of the "Items in Review" page:
https://developers.facebook.com/apps/337449599791917/review-status/items-in-review/
That link didn't work for me.. so I just went to the app dashboard and clicked on status and review
clicking on the start a new submission button loaded a dialog that prompted me to select which items to "re-review".. so I only selected the problematic one:
after that it loads a form for you to resubmit, so here you gotta re-upload the iOS simulator build etc..
and that's it!