Skip to content
View yuraist's full-sized avatar
🚀
Building something...
🚀
Building something...

Block or report yuraist

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. appstoreconnect-mcp appstoreconnect-mcp Public

    MCP server for App Store Connect API — manage apps, IAPs, subscriptions, TestFlight, and App Review from Claude

    TypeScript 1

  2. image-mcp image-mcp Public

    MCP server for image generation, editing, and background removal via Google Gemini API

    JavaScript

  3. hack-ios-dev hack-ios-dev Public

    Hack iOS Development

    183 30

  4. TreedoChatApp TreedoChatApp Public

    A chatting iOS-application using Swift and Firebase.

    Swift 6 3

  5. Swift UIView Extension for convenien... Swift UIView Extension for convenient work with Auto Layouts
    1
    extension UIView {
    2
      func anchor(top: NSLayoutYAxisAnchor?, leading: NSLayoutXAxisAnchor?, bottom: NSLayoutYAxisAnchor?, trailing: NSLayoutXAxisAnchor?, padding: UIEdgeInsets = .zero, size: CGSize = .zero) {
    3
        translatesAutoresizingMaskIntoConstraints = false
    4
        
    5
        if let top = top {