Skip to content
View kionay's full-sized avatar

Block or report kionay

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 Loading

  1. no-install-tools no-install-tools Public

    Don't install it, containerize it!

    PowerShell

  2. Jenkinsfile definition for a python ... Jenkinsfile definition for a python service that will automatically generate a requirements.txt file from the pyproject.toml file using poetry, in a container, before building the service's Dockerfile and uploading it.
    1
    pipeline {
    2
        agent none
    3
        stages {
    4
            stage("Clone & Prepare")
    5
            {
  3. string similarities string similarities
    1
    from math import *
    2
    from decimal import Decimal
    3
    import difflib
    4
    from difflib import SequenceMatcher
    5
    
                  
  4. queued-state-change queued-state-change Public

    Python