Dan Chiarlone

Results 25 issues of Dan Chiarlone

**Description of the bug** Our caching has been working somewhat intermittently. I've ran our pipelines after an empty commit to see our caching take place. On the same agent, we...

🐛 bug
🚧 maintainer issue

### What happened? Following the quickstart, I did: ``` git clone https://github.com/kuasar-io/kuasar.git cd kuasar sudo make all ``` Instead of a success, I got: ``` Finished release [optimized] target(s) in...

kind/bug

This PR is a follow-up to #23 . Like it, this also incorporates various points of feedback from interface champions, users, and working group discussions. In addition, it also simplifies...

`cargo component serve` does not show in `cargo component --help` and this is because `serve` isn't a directly supported `cargo-component` command, like: https://github.com/bytecodealliance/cargo-component/blob/50634428915707b34b49bebe85efb48ca82b27ca/src/bin/cargo-component.rs#L67-L76 And, instead, it is a `cargo` command...

### Affected project(s) - [ ] documentation - [ ] examples - [ ] wasmCloud host - [x] wasmCloud CLI (wash) - [ ] wasmCloud dashboard UI (washboard) - [...

bug
triage

When running: ``` ./z build \ -- TOOLCHAIN_DIR=/home/danbugs/repos/nanvix-toolchain-v010x-copy MACHINE=microvm RELEASE=no LOG_LEVEL=info PROFILER=no BUILD_OPT=no JAVY= SSE=yes L2_VM=no all ``` I get: ``` [INFO] Command: build [INFO] Build with Docker: false [INFO]...

## Description Implement `pthread_getschedparam()`. ## References https://www.man7.org/linux/man-pages/man3/pthread_getschedparam.3p.html

## Description Implement `pthread_kill`. ## References https://man7.org/linux/man-pages/man3/pthread_sigmask.3.html