Zaporozhchenko Oleksandr

Results 17 issues of Zaporozhchenko Oleksandr

haxtools now do not provide any way to be used on mac os. wlandump-ng is deprecated and replaced by hcxdumptool, which has no mac os compatibility. So only way is...

Any idea how to make it work again?

Xcode Version 9.2 Mac OS High Sierra 10.13.2 ![screen shot 2018-03-19 at 3 15 37 pm](https://user-images.githubusercontent.com/7135226/37597559-6e15292e-2b88-11e8-9c1e-7e82e0baa7cc.png)

For struct using code density: ``` public struct Advert: Codable { public let location: Location public let imageId, unitId, name: String } ``` it gonna create initializer like this: `public...

pull request welcome

Seems like ``` 456 ``` **decoder.shouldProcessNamespaces** doesn't work for DynamicNodeDecoding attributes: ``` func testParse() { struct Foo: Codable, DynamicNodeDecoding { let name, id: String let value: String enum CodingKeys: String,...

Hi guys, thx for awesome tool. There is a question ( or a feature request ) - can we skip creating 'module_name' folder for module? I mean, if i want...

"estimated" NSCollectionLayoutSize dimension working bad, as u can see in logs when running CardsViewController. It just adds every estimated width/height as a constraint, which creates conflicts. ( which in my...

[!] The platform of the target ` ` (tvOS 13) is not compatible with `XMLParsing (0.0.2)`, which does not support `tvOS`.

Hello, I have found your ACUTils and they are awesome) But, I have a question, normally I use delegation to handle cell's actions in ViewController. Something Like this : In...