Skip to content
View elislade's full-sized avatar
💭
Recalibrating...
💭
Recalibrating...

Block or report elislade

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. SwiftUI-Kit SwiftUI-Kit Public

    Swift

  2. SwiftUI-Representations SwiftUI-Representations Public

    Libraries of SwiftUI Representations for Apple Framework views and controllers

    Swift 1

  3. ChipperAI ChipperAI Public

    ChipperAI is a audio request and response scripting system built with swift. It's a simple abstraction around speech synthesis, microphone sessions, and speech recognition to establish a faux scrip…

    Swift 1 1

  4. QuestradeAPI QuestradeAPI Public

    Questrade API written in Swift.

    Swift 2 1

  5. Bool8 Bool8
    1
    /// Bool8 packs 8 boolean values into a single byte instead of a single bool into a single byte.
    2
    public struct Bool8: RawRepresentable, Hashable, Sendable, Codable, BitwiseCopyable {
    3
    
                  
    4
        public private(set) nonisolated var rawValue: UInt8
    5
    
                  
  6. SwiftCaching SwiftCaching Public

    A lightweight swift caching package

    Swift