Toby Zerner

Results 71 comments of Toby Zerner

Create a new implementation of `Tobyz\JsonApiServer\Endpoint\EndpointInterface` - look at the existing implementations for examples (`Show`, `Create`, etc). Something like this: ```php class MyAction implements EndpointInterface { public static function make():...

`setId` method added to AdapterInterface in 0.2, though this is not yet used

Likely API: ```php class FooResource { public function id() { return Id::make() ->get(...) ->allowClientGenerated() ->default(...) ->set(...) ->validate(...) } } ```

Hmm potentially would consider supporting this stuff in the future, but for now I wonder if one of these would support your use-case: 1. You can implement custom multi-field validation...

Can you please elaborate on your use-case?

@ipip2005 Sorry to dig up an old thread, but how did you go with dogfooding your word-diff function? I'd be very interested if you could share a copy!

They are similar but subtly different. An installed Flarum App has three "apps": forum, admin, and API. These each have their own set of routes which you can add to....

I think the words are fine, we just need to make it clear in the documentation (and docblocks).

You can hold down the Control key and click on the selected option to deselect it. Admittedly this UI is very clunky and improvements are planned for the future!

I can't reproduce this, but it seems like the same error as [another user who was using MariaDB](https://waterhole.dev/community/posts/68-waterhole-03#comment_153). What database are you using?