Volodya Sveredyuk
Volodya Sveredyuk
Hi, I am actively using PG schemas and prefix options for `Repo.insert(%{}, prefix: "my_shema")` in my current multi-tenant application. Any plans on support the prefix option for schema? I can...
Resolves [github issue](https://github.com/pivorakmeetup/pivorak-web-app/issues/x) ### Description Describe the changes and motivations for the pull request, unless obvious from the title. ### How to test instructions Describe how to test your changes...
How I can fix this annoying warning message? ``` warning: deprecation: parse the HTML with parse_document or parse_fragment before using attr/4 (floki 0.26.0) lib/floki.ex:245: Floki.attr/4 (phoenix_inline_svg 1.3.1) lib/phoenix_inline_svg/utils.ex:14: anonymous fn/2...
Any chance ? Or could I pr ?
### Summary of changes Hi, folks. I fixed incorrect locale for Ukrainian language. Was: ``` msgstr[1] "%{count} дня тому" ``` Become ``` msgstr[1] "%{count} дні тому" ``` That was just...