Skip to content
#

Elixir

elixir logo

Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development, and the embedded software domain.

Here are 7,936 public repositories matching this topic...

Stratus3D
Stratus3D commented Feb 10, 2019

Steps to reproduce

Run asdf. In help output a line is printed for the asdf env command:

asdf env <command> [executable]      Prints or runs an executable under a command environment

I would assume <command> is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.

FY

papercups
ockam
antoinevg
antoinevg commented Feb 18, 2022

In implementations/rust/ockam/ockam_transport_ble/src/driver/packet.rs:104:

// TODO Currently we only support packet lengths up to 2^16
// bits long.
//
// The reason for this is that I'm too lazy right now to setup
// a control channel for this BLE UART implementation and
// instead rely on the probability of receiving an 8 byte long
// packet consisting of 6 zero bytes followed b
gaiabeatrice
gaiabeatrice commented May 28, 2020

Hello,
I am migrating some of our requests from HTTPoison to Tesla and I found some requests are failing if I use httpc or Mint as the adapters, while Hackney works. I understand that it is because of HTTPoison using Hackney under the hood.

It would be nice, however to see some sort of uniformity in handling requests so that switching to a new adapter can be as seamless as possible.

bug help wanted good first issue hackney

Created by José Valim

Released September 8, 2014

Organization
elixir-lang
Website
elixir-lang.org
Wikipedia
Wikipedia

Related Topics

erlang language ruby