-
**Short description of the issue**:
`MergeSinkIter._parent._stopped` is being read outside of a lock, causing a ThreadSanitizer (TSAN) crash. It's being read at [Merge.swift:262](https://github.com…
-
One of our clients (foobar.com) is calling our IDSRV (example.com) with an endsesssion request from an iframe. The response contains XFO: SAMEORIGIN. They would like us to remove this.
Assuming tha…
-
- Eureka: [Currently using a fork that allows compilation under Xcode 8.3 / Swift 3.1](https://github.com/level-11/Eureka/commit/5684c8a1e93b169bcbb2de264a8d092bd34f74a2)
- Xcode: 8.3
- iOS: 10.3
…
-
When running on [`test/Interpreter/SDK/objc_mangling.swift`](https://github.com/apple/swift/blob/master/test/Interpreter/SDK/objc_mangling.swift) from Swift's source.
```
2017-01-01 11:20:28.00129…
jpsim updated
7 years ago
-
I'm trying to create a simple example of recording from the microphone, processing the audio data, and saving that data to a file. This code runs fine without the AKNodeRecorder, but when I create and…
-
Finally got a scan of this site from observatory cli.
```
{
"scan": {
"grade": "D-",
"likelihood_indicator": "MEDIUM",
"response_headers": {
"Cache-Con…
-
### New Issue Checklist
- [x] I have read and understood the [CONTRIBUTING guide](https://github.com/rs/SDWebImage/blob/master/.github/CONTRIBUTING.md)
- [x] I have read the [Documentation](http://coc…
-
Hello.
I'm trying to implement a custom annotation view where an annotation will have borders around them and get bigger when selected(by making use of an UIImageView and swapping the images). Plus…
-
With current master @ 9743a1531df865cba65865dc73cceaf1f1cf90e4 running the following script:
```bash
#!/bin/bash
set -e
container="hang"
bundle="`pwd`/$container.bundle"
if [ ! -d "$bundle" ] …
-
It looks like `reactive.values(forKeyPath:)` crashes when it tries to remove observers after the observed object is deallocated.
Library versions:
ReactiveSwift: 1.0.0-alpha.3
ReactiveCocoa: 5.…