Giter VIP home page Giter VIP logo

otoperations's Introduction

About Me

My name is Steffan Andrews and I hail from beautiful Vancouver, Canada.

I'm a professional composer for film and TV with over 16 years of experience specializing in animated series.

I'm also a life-long coder since 1995. I have helped build numerous commercial Mac applications including Audio Design Desk and Dipper. In my spare time I build and maintain open-source packages for Swift and SwiftUI.

Featured Swift Packages

Modern multi-platform Swift CoreMIDI wrapper with MIDI 2.0 support.
Open Sound Control (OSC) library written in Swift.
A robust and precise Swift library for working with SMPTE timecode.
Translate integers to/from radix strings (binary, hex, etc.) using convenient syntax.

Featured SwiftUI Packages

SwiftUI menu builder DSL & controls that mimic macOS Control Center.
Show/hide SwiftUI MenuBarExtra menu using Bindings.
Open your macOS app's Settings scene programmatically without needing SettingsLink.

otoperations's People

Contributors

orchetect avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ryanfrancesconi

otoperations's Issues

Add additional tests for progress labels calling `statusHandler`

Currently progress labels will recursively update through the entire progress child tree under these conditions:

  • when a child progress is added to a parent progress
    • ie: when an operation is added to BasicOperationQueue or one of its subclasses
  • when a progress label changes (setting labelProgress.label) anywhere in the progress tree
  • when a child progress object deinits

BasicOperationQueue.statusHandler is called when .status changes, which is generally under these conditions (this list may not be exhaustive):

  • when any of these KVO observers fire:
    • isSuspended
    • operationCount
    • progress.fractionCompleted
    • progress.isFinished

Additional unit tests need to be added to test various scenarios and states of BasicOperationQueue with nested child operations to ensure that statusHandler is being called sufficiently to provide updates to changes in the aggregate progress label. Especially with concurrent child operations complete, and as they complete in a staggered fashion.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.