Skip to content

Instantly share code, notes, and snippets.

View czewail's full-sized avatar
🎯
Focusing

Zewail czewail

🎯
Focusing
  • Pasteon Team
  • Hangzhou China
View GitHub Profile
@stephancasas
stephancasas / AdvancedToolbarWindow.swift
Last active May 1, 2026 06:20
A SwiftUI-compatible window for macOS with advanced toolbar configurability.
//
// AdvancedToolbarWindow.swift
//
// Created by Stephan Casas on 3/17/23.
//
import SwiftUI;
import AppKit;
class AdvancedToolbarWindow<MainContent: View, ToolbarContent: View, TitleToolbarContent: View>: NSWindow, NSToolbarDelegate {
@dispix
dispix / CHANGELOG.md
Last active July 22, 2024 10:27
OAUTH2 Authentication and token management with redux-saga

Revision 5

  • Fix error parsing

Revision 4

  • Add missing yield in the login function

Revision 3