Mihai Târnovan
Mihai Târnovan
I believe https://github.com/gothinkster/elixir-phoenix-realworld-example-app/blob/master/lib/real_world_web/controllers/user_controller.ex#L29-L35 is redundant and confusing. There is no need to check `user` for nil and render 404.json, as Guardian already has an error handler which will be invoked...
This code produces the aforementioned error: ``` coffeescript ... render: -> foobar ``` while this works: ``` coffeescript ... render: -> foo bar ``` Is this expected? Thanks.
Example: ```elixir > WordSmith.squish(String.duplicate(, 3)) " " ``` This would be easily fixable by adding `u` modifier to the regex used in `replace` [here](https://github.com/benfalk/word_smith/blob/master/lib/word_smith/squish.ex#L7), however, investigating this I noticed that...
``` javascript > navigator.userAgent "Mozilla/5.0 (Linux; Android 4.4.2; Nexus 5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36" > wysihtml5.browser.isIos() true ``` Is Chrome for Android even supported? I see...
Could the deps on mint and httpoison be relaxed a bit to work with mint 1.4 and httpoison 1.8 without overriding? Thanks
According to [this](https://marosavat.com/estonia-increase-vat-rate-2025/#:~:text=Furthermore%2C%20the%20Estonian%20government%20has,to%2024%25%20by%20July%202025) Estonia has two reduced VAT rates applicable in 2024 of 9% and 5%, this repo only has the 9% one. Additionally, according to the same article, the...