Benjamin Philip

Results 10 issues of Benjamin Philip

The following is a Proof of Concept for web auth. Closes #1024

José [mentioned](https://github.com/elixir-lang/elixir/issues/10489#issuecomment-833499522) that you (the hexpm team) are interested in creating a means of authenticating the CLI from the browser. Could I get some more info on this please ?...

Kind:Feature
Level:Advanced
Area:API
Area:Website

Closes #320 - Create a ImplicitPromote trait and implement it for other types - Implement ImplicitPromote traits for f16

Feature
Fix

Description =========== Binary operations (for eg: add) where one of the arrays is f16 does not compile, raising the following compiler error: ``` error[E0277]: the trait bound `f16: ImplicitPromote` is...

Bug

See https://github.com/hexpm/hexpm/issues/1024.

This commit: - Renames `HEX_MIRROR` to `HEX_TRUSTED_MIRROR` - Adds a new `HEX_MIRROR` which works like the old one but doesn't send the `authorization` header. Closes #882.

The documentation for the `:axes` option in`Nx.gather/3` can do with some clarification: - All the examples pertain to collecting subsets. The docs do not explain if and how you can...

This commit removes the Nx.take backend callback, and replaces it with a Nx.gather based implementation. Closes #1366.

Makes take_along_axis an optional callback, using the default implementation for BinaryBackend and EXLA, and a custom one for Torchx. Closes #1366.

This PR: - Adds support to use mermaid diagrams in the documentation - Updates the relevant documentation - Migrates all the diagrams in the system docs to mermaid.js

team:VM