Skip to content
View kirti-swiggy's full-sized avatar
:dependabot:
tch tch
:dependabot:
tch tch

Block or report kirti-swiggy

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. SwBrotli SwBrotli Public

    Missing cocoapods distribution of Google's Brotli. Written in Swift. Loosely inspired from https://github.com/matthewcheok/Brotli

    Swift

  2. Fix for Xcode 14 getting stuck while... Fix for Xcode 14 getting stuck while rebuilding on macOS Ventura (13)
    1
    ## The Problem
    2
    
                  
    3
    The latest addition to Xcode's long list of bugs is the problem of Simulator screen going black and getting stuck.
    4
    We need to manually kill the simulator and rebuild the project. This gets really frustrating if your project has significant build time.
    5
    
                  
  3. The Vasco da Gama In Me The Vasco da Gama In Me
    1
    **General purpose stuff**
    2
    
                  
    3
    - https://www.toptal.com/developers/gitignore/ - put in things like “swift”, “xcode”, “macOS” etc and get a complete ignore file
    4
    - https://andresalla.com/en/stop-using-branch-in-your-podfiles/ - tldr. use tag at the place of branch in Podfile
    5
    
                  
  4. Helper extension over Foundation Dat... Helper extension over Foundation Data to compress/decompress it using given Compression algorithm. Originally designed for brotli compression/decompression of network request/response.
    1
    import Compression
    2
    
                  
    3
    extension Data {
    4
        
    5
        /// Compresses the data using the specified compression algorithm.