Skip to content
View rknj's full-sized avatar
Block or Report

Block or report rknj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. dependencies-updates-action dependencies-updates-action Public

    Forked from arelstone/new-dependencies-action

    GitHub Action adding a comment with information about new NPM dependencies detected in a pull request

    TypeScript 1

  2. html2markdown html2markdown Public

    Github Action converting a HTML file to Markdown

    TypeScript 3 2

  3. 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"/>
  4. release-notes-report-plugin release-notes-report-plugin Public

    Extends 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…

    Java 3 1

  5. 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).
    1
    const getBest9PostsFromYear = (userId, after, year, media = []) => {
    2
        const jsonDataUrl = `https://www.instagram.com/graphql/query/?query_id=17888483320059182&id=${userId}&first=50`;
    3
        const instaUrl = `${jsonDataUrl}${after}`;
    4
    
                  
    5
        return fetch(instaUrl)