-
Dear @GaurangTandon,
What a great extension. Thank you so much! This really speeds up reusable snippets. :-)
Question. Couldn't figure out what the context menu entry "Block this site" exactly …
-
I'm trying to use SwiftyRequest for a simple StatHat client under Linux. The code below worked fine in the past under macOS and Linux but was leaking memory on Linux because of https://github.com/IBM-…
-
For example,
```
//EXAMPLE 1:
let rectangle: CGRect = with(.init(x: 0, y: 0, width: 100, height: 100)) {
$0 = $0.offsetBy(dx: 20, dy: 20)
$0 = $0.insetBy(dx: 10, dy: 10)
}
```
Actual, i…
-
Hello,
When using longer yet not super long URLs, (randomly and only) sometimes AMP will throw error in error_log as it tries to include random "cookie css" data, despite not enabling cookie notice…
-
While working on Wings 2, I have noticed two major issues with the hardpoints gauge available in hud_gauges.tbl. The first is that, when displayed using render-to-texture, it appears as a solid shape …
-
Hello, i would like to report an issue regarding the AoE taunt ability "Challenging Shout" for warriors, its been a long working mechanic that you can pop AoE taunt on a hunters pet, and during the ta…
-
Please don't hate me... but, what are the chances of getting this in Swift?
This library looks great and seems to be exactly what I am after, only problem is that I don't know Objective-C and just ge…
-
-
| | |
|------------------|-----------------|
|Previous ID | SR-2107 |
|Radar | None |
|Original Reporter | sandmman (JIR…
-
Currently, when I follow the XCTest naming guidelines and write test names like this:
```swift
func testBasicRendering() {
expect(snapshotView).toMatchSnapshot()
}
```
I get …