Greg Bowler

Results 101 issues of Greg Bowler

On a complex page with lots of bind operations, it would be really useful to log out exactly what is and what is not being bound.

feature

`data-bind:class=":completed"` will toggle the "completed" class, but if we also need to toggle the "new" class on the same element, how is this done? Currently undocumented.

question

Many CI workflows configure the workspace environment before executing. This Github Action works in a way that completely isolates the test runner from the environment, by running your tests in...

enhancement
help wanted

This is a good example of implementing a timeout, by setting a timer for X seconds that calls the abort controller. https://developer.mozilla.org/en-US/docs/Web/API/AbortController

enhancement

Requests that have the added header of `Content-type: application/x-www-form-urlencoded` should force their POST body to be form-urlencoded, even if a FormData or array has been provided.

enhancement

Hello, Please forgive me for taking a while to action this. I have looked into why your Github Action was failing with a 404 error and it was because I...

A very common web development technique is to design an API first, and then link it to the "front end" via lots of slow ajax calls. This technique can still...

Here's an example of the Dom repository's CI: https://github.com/PhpGt/Dom/blob/master/.github/workflows/ci.yml#L70-L86 It pushes to Codecov, which will automatically make the badge in the README work.

There is currently no functionality when using `:not` due to how the regex parsing is set up, but for completeness this would be nice in v2.

enhancement