Steven Wichers

Results 10 issues of Steven Wichers

Given something like: ```php $api->resource('foo') ->relationships(static function (RelationshipsRegistration $relations) { $relations->hasOne('bar'); $relations->hasOne('fizz'); $relations->hasMany('buzz'); }) ->middleware('example'); ``` How can I specify a middleware for the `buzz` relationship independent of `bar` and...

The provided automated build scripts work well when testing a single site. If you have the need to test multiple variations of a site, in the case of something like...

Enhancement

On v1.0.1 and 1.0.2 of the library you can receive this error in certain situations where the SQL being passed to the listener is missing. Example of data being passed...

I have a page that lists locations with the ability to click on a location to see details. The breadcrumbs work fine when clicking on an item from the list...

It would be useful to be able to configure the results that get returned by filtering out anything with excessive downvote to upvote ratios. For example, look at the output...

Version svp 0.5.7 This is the file that `svp login` generates ```ini [github] url = https://github.com private_token = ``` Output: ``` ~/d/app-example ❯❯❯ /home/user/.local/bin/svp run --recipe=./dbg.yml -- [email protected]:user/app-example.git Accessing GitHub...

svp 0.5.7 Attempting to run a command results in doubled up output. Example: ``` ~/d/app-example ❯❯❯ /home/user/.local/bin/svp run --recipe=./dbg.yml -- [email protected]:user/app-example.git Branch dbg already exists (branch at git+ssh://[email protected]/user/app-example.git,branch=dbg) Total 1624...

If you do something like ```sh gh cp mislav/gh-cp some-missing-file . ``` The command will error out (expected), but you will also still have a file present with the 404...

Currently the logic for prepared spells is located in `character-card--spells.html.twig`. This needs to be pulled into a service so that we are separating our presentation from our business logic. Additionally,...

enhancement
good first issue

This DM screen may not currently function because the API was recently modified. https://character-service.dndbeyond.com/character/v3/character/{character id} may be a replacement. See https://www.dndbeyond.com/forums/d-d-beyond-general/d-d-beyond-feedback/71065-removed-undocumented-api-endpoints-regarding for details/updates