Marsel Mustafin

Results 5 issues of Marsel Mustafin

## Expected behavior vs actual behavior I have 2 following Rails actions: ```ruby def index render jsonapi: bonuses, include: [:sender, comments: :sender], fields: { users: [:full_name] } end ``` ```ruby...

Here's example grouped select, but the result values are strings instead of integers ![image](https://user-images.githubusercontent.com/19539397/107503284-d1004400-6baa-11eb-90e9-918e9de59e65.png)

I have such keys in my base `en` locale: ``` friends: one: one friend other: "${count} friends" zero: no friends ``` When I translate it to other languages with `translate-missing`...

feature-request

I have Rails I18n `en.yml` file which contains values with or without qoutes. I want to change this file programmatically, but if I use `Psych#load` and `Psych#dump` approach it removes...

Currently, we scrape only `title` and `snippet` of `Spouse` web results, however, there's more data that can be scraped, like specific names of spouses, links, thumbnails, and extensions. The unexpanded...

status: freezer
type: bug