Skip to content
View Faheetah's full-sized avatar

Block or report Faheetah

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. Jenkinsfile idiosynchrasies with esc... Jenkinsfile idiosynchrasies with escaping and quotes
    1
    node {
    2
        echo 'Results included as an inline comment exactly how they are returned as of Jenkins 2.121, with $BUILD_NUMBER = 1'
    3
        echo 'No quotes, pipeline command in single quotes'
    4
        sh 'echo $BUILD_NUMBER' // 1
    5
        echo 'Double quotes are silently dropped'
  2. relaxir relaxir Public

    Online recipe book written in Elixir and Phoenix

    Elixir

  3. invert invert Public

    An inverted index cached with ETS

    Elixir

  4. rwatch rwatch Public archive

    Basic filesystem watcher

    Rust