Pinned Loading
-
dependencies-updates-action
dependencies-updates-action PublicForked from arelstone/new-dependencies-action
GitHub Action adding a comment with information about new NPM dependencies detected in a pull request
TypeScript 1
-
-
atlassian-plugin.xml
atlassian-plugin.xml 1<report name="My Report" key="my-report" class="org.example.jira.reports.MyReport">
2<description key="my-report.description"/>
3<resource name="view" type="velocity" location="/templates/reports/my-report/view.vm"/>
4<resource name="i18n" type="i18n" location="MyReport"/>
5<label key="my-report.label"/>
-
release-notes-report-plugin
release-notes-report-plugin PublicExtends JIRA issue reports by adding a new one grouping issues by component for a specific version. This report displays the value of a custom field (changelog notes) or the summary if the custom f…
-
This only works with Instagram publi...
This only works with Instagram public data. It gets all the pictures for the specified year and returns the best 9 (based on number of likes). 1const getBest9PostsFromYear = (userId, after, year, media = []) => {
2const jsonDataUrl = `https://www.instagram.com/graphql/query/?query_id=17888483320059182&id=${userId}&first=50`;
3const instaUrl = `${jsonDataUrl}${after}`;
45return fetch(instaUrl)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.