Skip to content
View neknalb's full-sized avatar
  • Halocline GmbH & Co. KG
  • Germany, Osnabrück

Block or report neknalb

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. bonsai-writer-website-rebuild bonsai-writer-website-rebuild Public

    A rebuild of the Bonsai Writer product website

    CSS

  2. bonsai-writer-news-service bonsai-writer-news-service Public

    News about development on Bonsai Writer provided via a simple REST API

    TypeScript

  3. cz-simple cz-simple Public

    Forked from ngryman/cz-emoji

    Commitizen adapter formatting commit messages using emojis.

    JavaScript

  4. A SwiftUI text view resizing horizon... A SwiftUI text view resizing horizontally according to its superview and vertically to fit its current text content – using NSTextView and intrinsicContentSize.
    1
    //
    2
    //  TextViewWithIntrinsicContentSize.swift
    3
    //
    4
    //  Created by Malte Blanken on 03.03.22.
    5
    //
  5. slashwhy/spectron-dialog-addon slashwhy/spectron-dialog-addon Public

    Provide manipulation of dialog in your spectron's specs.

    TypeScript 2 3

  6. Using Combine with debounce to updat... Using Combine with debounce to update document model when editing NSAttributedString in view
    1
    // MARK: - Model
    2
    
                  
    3
    struct DocumentData: Codable {
    4
        var title: String
    5
        var blocks: Array<Block>