You can also find me on LinkedIn and Stack Overflow.
Block or Report
Block or report QuintinWillison
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
ably/ably-js Public
Javascript, Node, Typescript, React Native client library SDK for Ably realtime messaging service
-
ably/ably-java Public
Java, Android, Clojure and Scala client library SDK for Ably realtime messaging service
-
ably/ably-cocoa Public
iOS, tvOS and macOS Objective-C and Swift client library SDK for Ably realtime messaging service
-
ably/ably-flutter Public
A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
2,315 contributions in the last year
Contribution activity
August 2022
Created 6 commits in 3 repositories
Created a pull request in ably/features that received 1 comment
Clarify versioning state
We weren't at all well communicating the state of this repository at the current time, which was leading to confusion and mismatched expectations f…
Opened 3 other pull requests in 3 repositories
ably/features
1
open
ably/ably-python
1
open
ably/ably-dotnet
1
merged
Reviewed 8 pull requests in 5 repositories
ably/ably-asset-tracking-swift
3 pull requests
ably/ably-asset-tracking-android
2 pull requests
ably/docs
1 pull request
ably/features
1 pull request
ably/asset-tracking-backend-demo
1 pull request
Created an issue in ably/ably-python that received 1 comment
Select event model to facilitate Realtime connectivity
To quote from the milestone description: pick an event model (async/await vs dedicated thread) Presumably somewhat related to the selection made in
Opened 18 other issues in 4 repositories
ably/ably-python
13
open
- Realtime Channel Subscribe / Unsubscribe
- Realtime Channel Attach / Detach
- Realtime Ping
-
Client to service
CLOSE
-
Send
Ably-Agent
header when establishing Realtime connections - Queryable Connection State
- WebSocket read loop and basic Realtime protocol message handling
- Capability to establish a Realtime connection with basic credentials (Ably API key)
- Select WebSocket library to enable Realtime connectivity
- Modernise Language Use, as well as Runtime Requirements
- Modernise Lint Configuration
- Pin Dependencies
- Add Type Annotations (aka. Type Hints)