Dmitry Lobanov
Dmitry Lobanov
Hey, Pretty simple example crashed app. `[NSBundle mainBundle]` doesn't work if library installed as framework. `[NSBundle bundleForClass:self.class]` could solve problem.
is this repository active? last commit was 3 months ago
I got error when I run tests from Xcode: ``` Library not loaded: @rpath/lib_InternalSwiftSyntaxParser.dylib ```
### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [x] I have looked at the [Documentation](https://github.com/SnapKit/Masonry/blob/master/README.md) *...
### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [x] I have looked at the [Documentation](https://github.com/SnapKit/Masonry/blob/master/README.md) *...
Architecture changed. 1. Base class Generator added. 2. Module Auxiliaries added which contains file handling operations. Could be merged into base class Generator. 3. HTMLGenerator added. 4. Plist and HTML...
please, make normal rotation support in your photo browser. it seems that window does not have rotation support, but it is widely used in your project.
It is very unexpected that release 2.7.10 was published and later someone force-pushed release tag 2.7.10 to newer commit. Can you fix it and publish new release 2.7.11? Thanks
It would be nice to extend Readme by adding layers description. I worked with MTProto several years ago and forgot about layers definitions. As I could remember, layers are api...
@jbrooksuk Hi! Something like this: ```json { "keys": [ "super+ctrl+alt+shift+d" ], "command": "evaluate", "args": { "input": "date '+%d.%m.%Y'" } } ```