Mateusz Derks

Results 20 issues of Mateusz Derks

Im noobie at iOS so its probably completely wrong ;D i've got error ``` xcodebuild: error: The flag -exportWithOriginalSigningIdentity cannot be specified along with an explicit signing identity. ``` after...

First of all, thanks for the amazing tool! I find dependency-cruiser extremely helpful in my work. ### Context Here is an example repo that showcases a feature that is used...

enhancement

What do you think about adding such snapshot tests with ava? I created two sample specs, checking if you are interested in having them before giving them any better shape/coverage.

Consider a model with references inside embedded collection: ```ruby class Example include ActiveData::Model embeds_many :users do references_one :user end end ``` accessing `users` causes 1 model query per each element...

Not a problem this time, but I would like to share an idea. It's something I was working on during last weeks. I've seen and use a lot of nice...

discussion
proposal

When I go to Show Latest Tags broker UI takes a lot of time to load and may crash with out of memory error. ![Screenshot 2020-11-27 at 16 56 38](https://user-images.githubusercontent.com/2437969/100466712-a6394000-30d1-11eb-8898-2fe43aad25be.jpeg)...

## Software versions * **OS**: Mac OSX 10.14 * **Consumer Pact library**: Pact JS v9.5.0 * **Provider Pact library**: none * **Node Version**: v12.10.0 ## Expected behaviour No memory leak...

I have a post content written in markdown like this ``` This is a first line of text then I start a new line of text. ``` When rss2 file...

### Problem When my team migrated to AC3 we encountered plenty of warnings related to cache. They were pointing out types without a merge policy. It helped us to configure...

📕 cache

The build command doesn't produce the bundle because of three errors. I'm not proud of usage of `any[]`, but at least the plugin can be bundled.