Nathan Perry
Nathan Perry
Why are there 'starter packages'? Mightn't this all just be provided as a bunch of normal pip/maven/nuget/cargo/etc. libraries (with a static lib for C++)? The main reason to do this...
## Problem or use case I want to connect to different brokers via `mqtt shell` in different situations (e.g. different projects, local dev vs. staging environments, etc.) and it'd be...
## situation I use sops to manage secrets for my projects, all using GPG for encryption. I have a GPG master key with several encryption subkeys: - One on my...
I'm writing a RAM stub in assembly for an embedded system that I'm going to use to quickly CRC regions of flash memory as part of the process of flashing...
Would you be open to a PR to conditionally replace the use of `std::Vec` in `frunk::Validated` with `alloc::Vec`? At a quick glance, I believe this is the only required change...
**Describe the bug** Very high evaluation times for output of `lorri direnv` with a large number of environment variables. In this [example repo](https://github.com/mammothbane/lorri-slow), I generate 2000 env vars and the...
Add `tts` (text-to-speech) field in poise::reply::CreateReply. Backwards-compatible, defaults off. I use this functionality in my bot and am migrating from serenity's standard framework, which supports it.
Finally got around to change I brought up in #220. See also #233. Most of the uses of `std` in the crate are of `Vec`, `String`, and `Box`, which are...