Chris Wilton-Magras

Results 18 issues of Chris Wilton-Magras

I was drawing an SVG annotation line and was surprised to find that a text node is only added to handleTwo. Using decorate to add one to handleOne does not...

enhancement
d3fc-annotations

Currently, building D3FC requires node-canvas, which in turn requires python to build. This isn't so nice. It turns out that node-canvas is only used in a handful of tests: bandSpec,...

enhancement

A few service providers / proxy servers are beginning to use [Forwarded](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded) header instead of [X-Forwarded-For](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For) and related headers. This includes AWS's HTTP API Gateway. Express does not currently support...

**Summary** I am trying to mock calls to CodePipeline.putJobSuccessResult in a Lambda. However, a real aws-sdk call is being made instead of invoking my stub. I am successfully able to...

### Version 29.7 ### Steps to reproduce https://github.com/chriswilty/jest-bug-module-ignores Repo contains a single test, and a simple Jest config with modulePathIgnorePatterns matching the test file. ``` npm ci npm test ```...

Needs Triage
Bug Report
Stale

# Feature Request ## Description Model `gpt-4o-mini` has been released, adding to the increasing unpredictability of model naming by OpenAI 🙄 Tasks: - Add to available models, in `backend/src/models/chat.ts`, with...

enhancement
backend
good first issue

## Description And here it is! Cloud infra has sat on this feature branch for a while now, but I finally got around to adding a pipeline for automatic deployment...

This issue represents all others in the [Remote Deployment milestone](https://github.com/ScottLogic/prompt-injection/milestone/4?closed=1) already merged into the cloud infrastructure feature branch. The end result is a set of CDK-defined resource stacks, synthesized into...

infra/devops

Make list of all the unhappy paths of app. Determine which paths are handled already. Priotitise the remaining paths according to how likely they are to occur, and how much...

# Bug report ## Description While testing langchain upgrade (see #897) I noticed we are not reporting all triggered defences. Included: - Character Limit - Input and Output Filtering -...

enhancement
triage