Alexey Matskevich

Results 7 issues of Alexey Matskevich

Hi, I think the rom-migrator needs a maintainer or at least a message that a maintainer is needed

Hi, this is my attempt to add an adapter for Sequel with functionality similar to ActiveRecord. From the disadvantages of the adapter I will note several items: 1. No support...

enhancement
needs tests

```bash ❯ crystalball I, [2020-06-25T13:58:05.413206 #24937] INFO -- : Crystalball starts to glow... Traceback (most recent call last): 15: from /home/alexeymatskevich/.rbenv/versions/2.7.1/bin/crystalball:23:in `' 14: from /home/alexeymatskevich/.rbenv/versions/2.7.1/bin/crystalball:23:in `load' 13: from /home/alexeymatskevich/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/crystalball-0.7.0/bin/crystalball:5:in `'...

I believe many people use `id` or `uuid` in their schematics. And always, this field is read-only. I suggest to automatically set `readOnly: true` for such fields.

enhancement
help wanted

Hi, I have some rspec test with data: ```ruby let(:data) { { description: {}, type: "closed", max_rating: 1, answer_options: [ {id: first_answer_option.id, description: "description", correct: false}, {id: second_answer_option.id, description: "NOT...

enhancement
good first issue

I'm trying to contribute to the rspec-openapi library and I'm using hanami 2 in production. In [rspec-openapi](https://github.com/exoego/rspec-openapi/tree/master/spec/rails), there is a dummy test application on rails that I am trying to...

I tried to do the generation of a few examples as [described here](https://github.com/exoego/rspec-openapi/issues/177). I would like to get a review of my approach before I continue working on this feature....