Becker A.
Becker A.
### Environment Python 3.9.2 `fire==0.4.0` ### Example Script I have the following example `script.py`: ```python import fire class Foo: def __init__(self): print("__init__") def bar(self, param=0): print(f"bar (param={param})") return self def...
*Disclaimer: I'm new to the Seed library; please let me know if this issue is misinformed.* Seed appears to not support [the `beforeinput` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event) (i.e., is absent from [event_names.rs](https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/events/event_names.rs)). This...
# setup - use a macOS 13.4.1 M1 (arm64) macbook air - install roc via `nix profile install github:roc-lang/roc/dc37b7a31d4fa2014ec159eda1d51c27832ddca6` - make the following `main.roc` file: ```coffeescript app "main" packages {...
### system - M1 macbook - macOS 14.5 - cargo 1.80.1 (376290515 2024-07-16) - rustc 1.80.1 (3f5fd8dd4 2024-08-06) - Filament repo commit bb771f1b470b31178b68d238844995de159b7f30 - runt v0.4.1 (commit 2448532b6f4501e5fc55f2762a9e7d3a7c529318) ### problem...
### problem the "getting started" page says to run `cargo run -- tests/compile/par.fil` to test the build. doing so I get a few errors: ```sh $ cargo run -- ./tests/compile/par.fil...
followup to #1293 ## Error ``` Error: 0: [31mUnable to parse plan, this plan was created by `nix-installer` version `0.28.0`, this is `nix-installer` version `0.28.0` To uninstall, either run `/nix/nix-installer...
## Error ``` Error: 0: Error reverting 0: Action `create_users_and_group` errored Multiple child errors Action `create_user` errored Failed to execute command with status 185 `"/usr/bin/dscl" "." "-delete" "/Users/_nixbld1"`, stdout: delete:...
I made a simple chart with the following code: ```rust use leptos::prelude::*; use leptos_chartistry::*; fn main() { mount_to_body(move || { view! { } }); } #[component] fn ProbabilityChart() -> impl...
tl;dr: I ran into the error message in the title while trying to run `nix-installer`. ### system info device: [ODROID-XU4](https://wiki.purduesigbots.com/electronics/general/external-boards/odroid-xu) other system info: ```console $ uname -a Linux odroid 5.4.275-434...