Peace of mind from prototype to production
-
Updated
May 21, 2022 - Elixir
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.
Describe the bug
The button to toggle the chat widget doesn't have discernible text.
To Reproduce
Steps to reproduce the behavior:
Buttons must have discernible text
issueIn 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
The Finch adapter was added before Finch gained streaming support: sneako/finch#107
Created by José Valim
Released September 8, 2014
Steps to reproduce
Run
asdf
. In help output a line is printed for theasdf env
command: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