Hakon Hanesand

Results 10 issues of Hakon Hanesand

Title says it all! I'm pretty sure I saw somewhere that Postico doesn't use `ssh_config`, and it matches with what I'm seeing. I have `compression yes` in my config, but...

Any chance we can get support for uploading the .clue file as an issue on github?

new-feature

We have a project with ~30 packages and the extension seems to discover test files from them all concurrently. I'd be willing to contribute. Is this something you'd accept? Here's...

Seems like this type definition should use & and not | if the intent is to merge properties from HandlerDecorations into the lifecycle handler.

types

[In newAnimationViewFromView](https://github.com/NYTimes/NYTPhotoViewer/blob/develop/NYTPhotoViewer/NYTPhotoTransitionAnimator.m#L249), `snapshotViewAfterScreenUpdates` has the potential to be called on a background thread, which in turn could cause UIKit methods like `layoutSubviews` to be called on a background thread.

Would it be possible to implement a `Hashable` extension to `StructuredData` ? I see we already provide an implementation for `equals`, so this would be a nice addition, as it...

enhancement

Took the liberty of adding 'throws' to both `destroySession` and `createSession`. If you disagree with this, feel free to close and do whatever you think is best. FYI, my use...

As I was writing my implementation of the protocol `SessionManager`, I realized I needed the `createSession` to be able to throw errors. After I create my session, I need to...

In the `start` function, the `error.code === undefined` condition in the path which leads to `real-require` can hide errors which are useful to throw. We had an issue in the...