Steve Bell

Results 8 issues of Steve Bell

@brendon first attempt at a failing test for #131

The dynamic methods created by the form helper are missing the block param which makes it impossible to render slots in custom components. Does this need a bit of test...

It's not possible to render a slot inside a text field component as the block isn't passed to `render_component` like in the case of `collection_check_boxes`. I've raised #155 to pass...

### Bootstraptable version(s) affected 1.22.2 ### Description We have a use case where we render multiple pieces of text into a table cell inside separate html elements - imagine two...

confirmed
core
Bug

We're trying to make it as easy to get started with using the test splitter client as possible. This PR adds the current release (v0.7.2) to the packer build for...

Here's a (probably) very rough cut of a new API endpoint for fetching TestPlans for test splitting. This endpoint is currently being hit by the [test-splitter](https://github.com/buildkite/test-splitter) itself, but I think...

We have recently released a test splitting client called test-splitter. The current documentation for the test-splitter is in-tool on a page in the Test Suites section of the app, making...

test-analytics

Hi there We've recently switched from using webpack to esbuild and have run into issues with importing tinysort. It appears that when using esbuild, importing tinysort as the default import...