Rob Taylor

Results 60 issues of Rob Taylor

For recent boost and recent GCC, #include is needed for `isnan()`

## Description The action doesn't sucessfully spot new files and folders - found when using target-folder when adding a second workflow. ## Testing Instructions In an existing flow, add a...

## Summary - Add support for using ngspice as a shared library (libngspice) instead of external process execution - Add CMake configuration options: `WITH_NGSPICE_SHARED` (default OFF) and `WITH_EXTERNAL_SIMULATORS` (default ON)...

AI generated

### TL;DR I'm trying to pass a multiline secret to a deployment, but I can't figure out how to do it! Currently: ``` - name: Deploy to Cloud Run id:...

bug

## Summary This PR adds a comprehensive CI workflow that tests all skills in the repository: ### Jobs 1. **Validate SKILL.md Format** - Checks all skills have valid SKILL.md frontmatter...

## Summary This PR adds an **image-based workflow** for the PPTX skill that handles complex HTML slides (SVG diagrams, CSS gradients, intricate layouts) that the existing html2pptx converter struggles with....

Originating from an issue hit with maturin - https://github.com/PyO3/maturin/issues/2431 While attempting to build the bindings for [libsurfer](https://gitlab.com/surfer-project/surfer/-/tree/main/libsurfer?ref_type=heads), using cbindgen 0.27.0, with the following config: ``` language = "C" no_includes =...

### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...

bug
has repro
platform:macos
area:core

## Summary This PR adds support for `push` events in agent/automation mode, enabling CI integration testing of skills without requiring manual `workflow_dispatch` triggers. ## Changes - Import `PushEvent` type from...