Konstantinos Nikoloutsos

Results 25 issues of Konstantinos Nikoloutsos

Looks like actors are currently not supported by Sourcery. Is it planned to add support for actors or is it open for PRs? ```swift actor Foo { } ```

According to documentation ``` All annotations of declaration stored by their name. Value can be `bool`, `String`, float `NSNumber` or array of those types if you use several annotations with...

I have an attribute and I want to extract what is red-underlined in the picture. Is there a way to do this? I want to extract `Human(name: "zoe", age: 23)`...

I'm trying to build an automatic way to create fixtures that are used in unit tests to easily create models. https://medium.com/@bruno.hcr/swift-tests-tips-tricks-fixture-object-pattern-5decefe6f10c ```swift // sourcery: Autofixturable class Person { // sourcery...

Hi, I've been using marinara google chrome extension for a long time now. Is there any way for me to see my pomodoros history without having to export and import...

I've a project with 2k+ images (png, jpg). Are we 100% sure by using lossless compression all the images will be pixel perfect with their previous uncompressed self. This is...

What if I do not want to use `ksdiff` as command line tool showed when test fails for comparing images. Let's say that I want to use imagemagick instead. I...

Hey again, I found your library really helpful. Nevertheless, the names of the following methods were a little misleading. I guess it would be better if you rename them into...

I'm using `Octokit(config).pullRequests(owner: , repository: ) ` but if I make a change in my Github PR it doesn't fetch the new data when called. Looks like it is caching...

Hi there, looks interesting 🎉 I read the readme and I'm still having a question. What's a real world scenario where this library could help. And what are the advantages...