Hovik Melikyan

Results 5 issues of Hovik Melikyan

[Multiplexer Utilities](https://github.com/crontab/MuxUtils) Functional-style caching and multiplexing layer for Swift client apps. Not sure about the category. Strictly speaking this is not an HTTP library, nor is it for reactive programming,...

First of all, thanks for the snippet! It saved me a lot of time and eventually helped understand how the Encoder/Decoder interfaces work a bit better. I'm writing an encoder/decoder...

I tried what macOS considers secondary click - doesn't work. Holding Ctrl, Cmd, Option, Shift with mouse click doesn't help either. How do flag cells?

### Expected behavior The demo should be able to shutdown gracefully on SIGINT. ### Actual behavior If the top-level code is wrapped in a function like so: ``` func run()...

### Description Swift can crash at run time and print “Incorrect actor executor assumption” in the following situation (see code snippet below). If I either remove the protocol, i.e. use...

bug
concurrency
crash