Stacksift Frontend Client

Related tags

Networking Client
Overview

Stacksift Client App

A Stacksift client for macOS.

This is quick-and-dirty Stacksift client. It provides minimal filtering of reports, along with a way to navigate the graph of crash relationships that Stacksift maintains. It requires macOS 11.0 or later.

Screenshot with an all time filter active, showing a graph and list of crash group results Screenshot showing crash relationship path traversal, with a stacktrace visible

Installation

A pre-built release binary is on its way! For now, you'll need to build from source.

Suggestions or Feedback

We'd love to hear from you! Get in touch via twitter, an issue, or a pull request.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

You might also like...
📡 RealHTTP is a lightweight yet powerful client-side HTTP library.
📡 RealHTTP is a lightweight yet powerful client-side HTTP library.

RealHTTP RealHTTP is a lightweight yet powerful client-side HTTP library. Our goal is make an easy to use and effortless http client for Swift. Featur

Frp Client Framework for iOS

Frp Client Framework for iOS README | 中文文档 base on https://github.com/fatedier/frp v0.37.1(the lastest at 2021.10) ios framework,it can run on your ip

Client side for goyotashi

B_2121_client サーバサイドはこちら Required Dependency Cocoa Pods — https://guides.cocoapods.org/using/getting-started.html Getting Started ⚠️ M1 Mac の場合、「Finde

Minecraft server RCON client for iOS/macOS

iRCON Minecraft server RCON client for iOS/macOS. Features Full remote console window Player list with ability to easily op, kick, ban, etc. Quickly s

SSH and SFTP client for iOS
SSH and SFTP client for iOS

Parrot.Flo SSH and SFTP client for iOS https://parrot-flo.site BUG ? Please Submit new issue Contact me Hey ? do you want ask about all my tools ? you

The HTTP library used by the Spotify iOS client
The HTTP library used by the Spotify iOS client

Authentication and back-off logic is a pain, let's do it once and forget about it! This is a library that allows you to centralise this logic and forg

This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and AppleTV app.
This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and AppleTV app.

This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and Apple TV app. With this Framework you can create iPh

An iOS library to route API paths to objects on client side with request, mapping, routing and auth layers

WANetworkRouting Developed and Maintained by ipodishima Founder & CTO at Wasappli Inc. Sponsored by Wisembly A routing library to fetch objects from a

Simple REST Client based on RxSwift and Alamofire.

RxRestClient Example To run the example project, clone the repo, and run pod install from the Example directory first. Requirements iOS 10.0+ tvOS 10.

Comments
  • Software updates don't install

    Software updates don't install

    I'm using Stacksift 1.0.2 (5), and whenever I try to use the in-app Sparkle updates, the update itself is shown, but the "Install and Relaunch" button doesn't ever actually install and relaunch the client. The button is disabled, and the progress bar looks finished, however Stacksift does not relaunch.

    I've left the app/process running for 20-30 minutes in the background while I completed other work, and it didn't come back from that.

    It looks like the quarantine xattr isn't being removed from the incoming binary:

    default	08:40:40.948117+1000	Stacksift	Warning: could not remove quarantine metadata from /Users/tonyarnold/Library/Containers/io.stacksift.Client/Data/Library/Caches/io.stacksift.Client/org.sparkle-project.Sparkle/Stacksift (Autoupdate).app: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" UserInfo={NSLocalizedDescription=Failed to remove file quarantine on Stacksift (Autoupdate).app.}. This may not be a problem, the update process will continue.
    error	08:40:40.949326+1000	Stacksift	launch path not accessible
    error	08:40:40.951189+1000	Stacksift	(
    	0   CoreFoundation                      0x00000001894b0c78 __exceptionPreprocess + 240
    	1   libobjc.A.dylib                     0x00000001891d90a8 objc_exception_throw + 60
    	2   Foundation                          0x000000018a25e2b4 -[NSConcreteTask launchWithDictionary:error:] + 4548
    	3   Foundation                          0x000000018a286d38 +[NSTask launchedTaskWithLaunchPath:arguments:] + 160
    	4   Sparkle                             0x00000001021e66e0 -[SUBasicUpdateDriver installWithToolAndRelaunch:displayingUserInterface:] + 4604
    	5   Sparkle                             0x00000001021fe8d0 -[SUUIBasedUpdateDriver installWithToolAndRelaunch:] + 392
    	6   AppKit                              0x000000018be37d7c -[NSApplication(NSResponder) sendAction:to:from:] + 456
    	7   AppKit                              0x000000018be37b78 -[NSControl sendAction:to:] + 96
    	8   AppKit                              0x000000018be37a80 __26-[NSCell _sendActionFrom:]_block_invoke + 152
    	9   AppKit                              0x000000018be37970 -[NSCell _sendActionFrom:] + 196
    	10  AppKit                              0x000000018be3789c -[NSButtonCell _sendActionFrom:] + 104
    	11  AppKit                              0x000000018be34910 NSControlTrackMouse + 1696
    	12  AppKit                              0x000000018be34244 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 160
    	13  AppKit                              0x000000018be340b8 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 740
    	14  AppKit                              0x000000018be3332c -[NSControl mouseDown:] + 636
    	15  AppKit                              0x000000018be316b4 -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 4384
    	16  AppKit                              0x000000018bda2064 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 2444
    	17  AppKit                              0x000000018bda146c -[NSWindow(NSEventRouting) sendEvent:] + 352
    	18  AppKit                              0x000000018bda0344 -[NSApplication(NSEvent) sendEvent:] + 2568
    	19  AppKit                              0x000000018c06db78 -[NSApplication _handleEvent:] + 76
    	20  AppKit                              0x000000018bc0fcd4 -[NSApplication run] + 636
    	21  AppKit                              0x000000018bbe171c NSApplicationMain + 1064
    	22  SwiftUI                             0x00000001a9b941b4 $s7SwiftUI6runAppys5NeverOSo21NSApplicationDelegate_pFTf4e_nAA07TestingdG0C_Tg5 + 96
    	23  SwiftUI                             0x00000001aa3d7ba0 $s7SwiftUI6runAppys5NeverOxAA0D0RzlF + 220
    	24  SwiftUI                             0x00000001a9f81854 $s7SwiftUI3AppPAAE4mainyyFZ + 128
    	25  Stacksift                           0x0000000102108e14 Stacksift + 19988
    	26  libdyld.dylib                       0x0000000189351450 start + 4
    )
    
    opened by tonyarnold 6
Releases(1.2.4)
Owner
Stacksift
Stacksift
MQTTNIO - Non-blocking, event-driven Swift client for MQTT build on SwiftNIO

This library has support for WebSocket connections and TLS. It runs on all platforms Swift NIO runs on (e.g. macOS, iOS, Linux, etc.).

Steven Roebert 41 Dec 23, 2022
A barebones Swift HTTP client with automatic JSON response parsing.

HTTP Client A barebones Swift HTTP client with automatic JSON response parsing. Installation Add HTTP Client as a dependency through Xcode or directly

Joe Masilotti 30 Oct 11, 2022
🔌 Non-blocking TCP socket layer, with event-driven server and client.

Original authors Honza Dvorsky - http://honzadvorsky.com, @czechboy0 Matthias Kreileder - @matthiaskr1 At the request of the original authors, we ask

Vapor Community 574 Dec 7, 2022
Restofire is a protocol oriented networking client for Alamofire

Restofire is a protocol oriented networking client for Alamofire. Features Requirements Installation Usage License Features Global Configuration for h

Restofire 381 Sep 29, 2022
Socket.io iOS and OSX Client compatible with v1.0 and later

SocketIO-Kit ⚠️ This project is no longer maintained. Please use the official framework Socket.IO-Client-Swift. SocketIO-Kit is a Socket.io iOS client

Ricardo Pereira 140 Mar 9, 2022
A simple GCD based HTTP client and server, written in 'pure' Swift

SwiftyHTTP Note: I'm probably not going to update this any further - If you need a Swift networking toolset for the server side, consider: Macro.swift

Always Right Institute 116 Aug 6, 2022
WebSocket implementation for use by Client and Server

WebSocket ⚠️ This module contains no networking. To create a WebSocket Server, see WebSocketServer. To create a WebSocket Client, see WebSocketClient.

Zewo Graveyard 63 Jan 29, 2022
Postie - The Next-Level HTTP API Client using Combine

Postie - The Next-Level HTTP API Client using Combine Postie is a pure Swift library for building URLRequests using property wrappers.

kula 28 Jul 23, 2022
A conforming Objective-C WebSocket client library.

SocketRocket A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS. Test results for SocketRocket here. You can compare to what mod

Facebook Incubator 9.4k Dec 27, 2022
📱  A strongly-typed, caching GraphQL client for iOS, written in Swift.

Apollo iOS is a strongly-typed, caching GraphQL client, written in Swift. It allows you to execute queries and mutations against a GraphQL server, and

Apollo GraphQL 3.6k Jan 7, 2023