rknj - Overview

View rknj's full-sized avatar

Michael De Checchi rknj

Block or report rknj

Pinned Loading

  1. Github Action converting a HTML file to Markdown

    TypeScript 7 4

  2. 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"/>
  3. 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 4 1

  4. 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}`;