Matija Pevec
Matija Pevec
### β Prerequisites - [x] Did you perform a cursory search of open issues? Is this bug already reported elsewhere? - [x] Are you running the latest SDK version? -...
### β Prerequisites - [x] Did you perform a cursory search of open issues? Is this bug already reported elsewhere? - [x] Are you running the latest SDK version? -...
### β Prerequisites - [x] Did you perform a cursory search of open issues? Is this bug already reported elsewhere? - [x] Are you running the latest SDK version? -...
### β Prerequisites - [x] Did you perform a cursory search of open issues? Is this feature already requested elsewhere? - [x] Are you reporting to the correct repository (`magic-sdk`)?...
### β Prerequisites - [x] Did you perform a cursory search of open issues? Is this feature already requested elsewhere? - [x] Are you reporting to the correct repository (`magic-sdk`)?...
This issue is somehow related to #364. Consider having following models. ```ruby class Attender include Dynamoid::Document table name: :attenders range :full_name field :email has_and_belongs_to_many :groups, class: ::AttenderGroup, inverse_of: :members end...
When a React application with `SwapWidget` is built locally (and/or deployed on IPFS, example [here](https://bafybeigj6vftgedsms27yfe3ebzhanqnhgrwxic5hug4457mysbka6w5iy.ipfs.cf-ipfs.com/)), some fonts cannot be fetched as they are not included in the build. It plays...
When using Facebook as OmniAuth provider, I want to retrieve `first_name` and `last_name` instead of `name`. The problem is located [here](https://github.com/spree-contrib/spree_social/blob/9072648e8f0d75fcd2bd9eb00a1de52b1481eb01/lib/spree_social/engine.rb#L59) where `info_fields` value is hardcoded to `'email, name'` instead...
## Description In the Croatian language, we often get short sub-word tokens. When we choose `max-len` option, words often get split, and we don't want that. It looks like this:...
## Description If the generated text is a little bit longer, we want to start reading it from top to bottom. But, if it's still generating, we cannot read the...