Lukas
Lukas
changing the visibility causes finder windows to loose focus after being restarted. i may look into this tomorrow.
Do you have any intentions to maintain the swift port you've done? I'm thinking about using it in a project which would mean updating it for swift 2(.1) and maybe...
When picking up a window, edge or corner, dragging it against a screen edge, and then continuing to drag in the direction of the edge, the dragged thing will move...
When using the shift key for activation, scrolling the mouse wheel doesn't have any effect.
Currently, interpolation in label names only works when using the array of strings syntax, i.e. this works: ``` ... labels: - "traefik.http.services.${COMPOSE_PROJECT_NAME}.loadbalancer.server.port=8080" ``` But this doesn't: ``` ... labels: traefik.http.services.${COMPOSE_PROJECT_NAME}.loadbalancer.server.port:...
https://github.com/compose-spec/compose-spec/pull/206 introduced a top-level project name property to the compose file spec. https://github.com/compose-spec/compose-go/pull/231 implemented support for this property, but I believe the implementation does not yet comply with the second...
I have found that for the Menlo font, the default way to determine the `target_bb` gives very bad results (the box drawing characters extend beyond the normal character bounds quite...
I recently wrote some code like this: ``` obj-c expect([array[0] someProperty]).to.equal(@"a"); expect([array[0] otherProperty]).to.equal(@1); expect([array[1] someProperty]).to.equal(@"b"); expect([array[1] otherProperty]).to.equal(@2); ``` Now, I really don't care for the order of the elements of...
I noticed that Tasks weren't running when using the Fiber renderer. I'm not sure this is the appropriate place, but the normal DOM renderer calls `installGlobalExecutor` in it's `init`, so...
Since Turnstone is currently not compatible with the Swift Package Manager, it can't currently be integrated with Curassow on platforms where CocoaPods is not available (Linux). As far as I...