Nathan Youngman

Results 15 issues of Nathan Youngman

Hi Aleksei. This updates #17 by @arjunbaokar to the code on master.

Strings don't behave as described by the README: "If you use the optional modifier o together with a soft cast modifier (uppercase), then the value is set to nil" `~x"./NAME/text()"So`...

**Versions Used** Kaffy: 0.10.2 Phoenix: 1.7.10 Elixir: 1.16.0 **What's actually happening?** ``` ==> kaffy Compiling 26 files (.ex) == Compilation error in file lib/kaffy/resource_error.ex == ** (RuntimeError) use Phoenix.HTML is...

bug

Thanks for the library. Here are a few little cleanups and updates. * [x] fix `use Mix.Config` deprecation, requires Elixir 1.9+ * [x] Update dependencies * [x] Update Travis CI...

Just cloned Tesla (commit 6388e3c) and ran `mix dialyzer` on Elixir 1.16.0. The following output: ``` Finding suitable PLTs Checking PLT... Dialyxir has deprecated plt_add_deps: :project in favor of apps_direct,...

When adding `Tesla.Middleware.Telemetry` to a number of different projects, I see this error when running the test suite: > function Tesla.Middleware.Telemetry.call/3 is undefined (module Tesla.Middleware.Telemetry is not available) This is...

Thank you for the library. The commit history includes a bump to 0.7 (ca2abe4), however I only see 0.6 on Hex: https://hex.pm/packages/numerix Wondering if you plan to release 0.7 to...

If I clone this repository and run the tests, I see several test failures. I took a look at `ci.yml` and I don't see a reason why these would fail...