Josef Strzibny
Josef Strzibny
Hi, what kind of license acts-as-list have? Can we include the license file and and update .gemspec? Thank you.
I found some scss files to be executable, but I don't think they should be. And by updating to the newest version I found other new files that are executable...
Example: ``` has_one :country, links: [ related: "/countries/:country_id" ] ``` Now the API should serve it on the following URL: ``` config :ja_serializer, key_format: :camel_cased, page_base_url: "https://example.com/api/v1/" ``` But the...
`libyaml-devel` is no longer in the enabled repositories. We need to run `dnf` with `--enablerepo=PowerTools`.
I was trying to set up a nested resource: e.g. ``` resources "/documents", DocumentController, only: [:index, :create, :show] do resources "/pages", DocumentPageController, only: [:index] end ``` and creating a special...
Hello all, I am trying to implement JSON:API endpoints where I have `belongs_to` relationship so the ID is directly in the loaded table, but this library (probably because of https://github.com/jeregrine/jsonapi/pull/103)...
Hello, first thanks for this library, looking great. I am trying to test 404 endpoints and realized that jsonapi maybe does not catch `Ecto.NoResultsError` and does not show proper 404...
Hello, in previous versions I could achieve a table where rows didn't have any top and bottom borders, but the table itself had full borders on each page. In the...
Lookbook sounds like a great project! I am currently evaluating if we can move on from [storybook-viewcomponent](https://github.com/jonspalmer/view_component_storybook) and one thing we use a lot is passing param values as a...
Currently, they are no standards regarding the definition of external dependencies for gems. We have `requirements` field in the specification that is quite benevolent and as such does not allow...