Alexander Paramonov

Results 4 issues of Alexander Paramonov

Implementation for viewing docs when no real file exist so it is impossible to refer to it via a path. This solution writes a temp markdown file and then uses...

At the moment I use following patch to support custom coersion: ``` ruby JsonApiClient::Schema::Property.prepend( Module.new do def cast(value) return super unless proc_coercion? type.call(value) end private def proc_coercion? type.is_a?(Proc) end end...

Hey there, Thanks a lot for bringing sitemaps to elixir! I was trying to generate a `PageMap` and validate it in the google search console but faced the infamous error...

Daru 0.2.0 has been released. Specs are green, got some issues with 2.0 but looks like this is a repository issue, not changes in this particular PR.