Stuart Corbishley
Stuart Corbishley
While dealing with OpenFn/language-http#15, we found that VM2's Contextify/Decontextify functions were breaking the object structure of the `Agent` object. Internally Node's `_http_client.js` checks the `Agent` looks correct by checking for...
## Validation Steps TBD ## Notes for the reviewer Still needs amending: - [ ] Styling when inspector tabs are collapsed - [ ] Clicking a collapsed tab item reopens...
### User story The worker now supports limiting the max payload size when completing steps. The default is 10MB, but locally the `MAX_DATACLIP_SIZE_MB` may be set. So when running the...
Currently, Lightning runs on port 4000 - with no TLS/SSL on the web front end. In the pursuit of encouraging best practices local deploys in production mode should: - Generate...
### Description This PR removes Heroicons (the hex package) in favour of using our Tailwind system. ### Validation steps Check the application for missing icons. ### Additional notes for the...
## Description This PR *[adds/changes/fixes]... (A description of your work goes here.)* Closes #__ ## Validation steps 1. *(How can a reviewer validate your work?)* ## Additional notes for the...
### Description This PR upgrades the Elixir version to 1.18.3 and OTP to 27.3.3 Closes #3153 ### Validation steps 1. clone the repo 2. run `/bin/bootstrap` 3. run `mix test`...
Currently we have duplicate button implementations across `LightningWeb.Components.Common.button/1` and `LightningWeb.Components.NewInputs.button/1`, leading to inconsistent usage patterns. The Common implementation appears to be legacy code that should be deprecated. Additionally, several components...
## Background Part of the [Better Manual Runs](https://github.com/OpenFn/lightning/issues/1880) epic, this issue focuses on implementing a new React-based manual run component that will replace the existing LiveView implementation and add new...
## Proposed Approach 1. Single React Root • We will maintain one global React (or similar root component) that is initialized at page load. • This will host a shared...