Harm Aarts

Results 19 issues of Harm Aarts

I'm trying to run the 'dialogs' example with `cargo run --example dialogs`. Everything works up until I enter my 2FA password, then the console outputs this (even the hint works!...

Hi all! I'm having a blast with Bubbletea and Lipgloss, but I misunderstood something. ``` leftOnly = lipgloss.NewStyle(). BorderStyle(lipgloss.Border{Left: " new "}). BorderTop(false). //these are the problem BorderRight(false). // BorderBottom(false)....

bug

Dear all, I've been trying to start a simple demo app. Something went wrong during `init`: ![image](https://github.com/aws/copilot-cli/assets/10660/2d974588-e975-42cd-a1a5-7eae5c7cab46) Some kind of timeout. It happens. But now I can't do anything anymore...

guidance

This is the new home of this library: https://github.com/SourceHorizon/logger

I'm curious how it performed. Did you test it in real life?

I've been able to get to the part where I could run `start_demo.sh`. When 'fred' wants to issue its first asset the `elementsd` daemon segfaults. The offending command is: `elements-cli...

This trivial program doesn't compile: ```rust use did_key::Fingerprint; fn main() { match did_key::resolve("did:key:z9Bg7Lbpq3RzgN8RkgEuZqLDF4nT1ZzobJe9ZPbS6HJpQ") { Ok(k) => println!("{:?}", k.fingerprint()), Err(e) => println!("{:?}", e), } } ``` The output is: ``` ❯...

Hi all, I'm reading the code and I'm trying to map the constants I'm seeing there to the Modbus documentation I [found](https://downloads.vodnici.net/uploads/wpforo/attachments/483/4349-1GoodweModbusPROTOCOLHybrid-ENV1-3EMseries.pdf). The code defines stuff like this: [`Voltage("vpv1", 30103,...

### The problem I have a small automation in which the weather forecast is send to a tiny e-ink display driven by a Raspberry Pi Zero and some Python code....

integration: rest_command