James

Results 15 issues of James

I put this forward as an alternative to #1902 allowing for a generic method of checking a field name on deserialization over a specific implementation tied to ASCII. The provided...

### Environment * Credo version: `0.8.5` * Erlang/Elixir version: `1.5.0` * Operating system: `Windows 10 (build 15063)` Special characters ([arrows](https://github.com/rrrene/credo/blob/74dbf37983ae27c6f2443911e40a07ec1069e85f/lib/credo/cli/output.ex#L68), [edge](https://github.com/rrrene/credo/blob/74dbf37983ae27c6f2443911e40a07ec1069e85f/lib/credo/cli/output/ui.ex#L2)) display as garbled text in command prompt and Powershell....

Status: help wanted

Would you be open to accepting a PR to support a Lua parsing? This way some more custom log formats can be added without having to recompile, or add into...

enhancement

Using IDs in URLs is a common feature with sites, so ensuring they are URL safe is fairly important. The standard library provides [url_encode64/2](https://hexdocs.pm/elixir/Base.html#url_encode64/2) and [url_decode64/2](https://hexdocs.pm/elixir/Base.html#url_decode64/2) with this case in...

Type:Enhancement

Based on [this comment](https://github.com/absinthe-graphql/absinthe_relay/pull/96#issuecomment-345876683). With this macro ```elixir defmodule SupportingSchema do defmacro __using__(flavor) do quote do use Absinthe.Schema use Absinthe.Relay.Schema, unquote(flavor) # ... mutation do payload field :update_foo do input...

It would be useful for some projects, where you could register/expose only your custom functions for use by a user. This would mean some configuration to allow skipping the registration...

A basic way to implement this would be simply defining ResNet50_1by2 variants like in [this commit](https://github.com/avitex/keras-applications/commit/b41d05580a6bbf6b1b03f08f1a0d6451bdc2dba0). However this would break the convention of the provided ImageNet weights (unless they were...

In futures there is [`stream::once`](https://docs.rs/futures/latest/futures/prelude/stream/fn.once.html) which allows creating a stream from a future. I would argue it generic enough and simple enough to warrant it being functionality provided in this...

See issue #49 - [ ] Replace `Box` and `Vec` - [ ] Verify mapping owner box (`map_owner_box`) - [ ] Fixup documentation - [ ] Fixup tests

in-progress