Alex Matchneer

Results 138 comments of Alex Matchneer

What problem does this solve? Why wouldn't the image urls be available as part of a model or some other dynamic data?

Does Konsta have a plan or philosophy regarding common mobile navigation patterns? In particular I'm wondering if using Konsta is going to paint me into a corner if I want...

I dunno about Swift 2.0 but it works on El Capitan with the following change https://github.com/sensorberg-dev/BeaconOSX/commit/c6077bae30e110b2aa3cae08c6471b0f42c5dabe

Opened #19 to address this, incorporating all of the feedback here.

Surprised there aren't more :+1: on this... do people just mostly still use `npx` or something?

Another nice use case for this: merging tailwind classes for component library use cases: https://twitter.com/buschtoens/status/1658483457000103938

@nullvoxpopuli can you confirm that applying the same solution/codefix from https://github.com/ember-cli/ember-page-title/pull/283 would be the proper course of action here?

I am interested in merging this... if you have time could you "rebase" against master? You'd have to move the code changes to the packages/test-app folder.

I simplified your example to this JSFiddle: https://ember-twiddle.com/cd2a22c33dad1f55a12f1994bac9e4ff?openFiles=templates.components.my-component%5C.hbs%2C It does appear to be a real bug... i'm guessing something to do with recent versions of ember and how/whether/when watched properties...

Running into this now. From what I quickly gather: 1. We use `@tracked` properties for tracking inner Task/TaskInstance state, including a tracked property for `isIdle` 2. When the state of...