Toby Zerner
Toby Zerner
@ramsey A self-hosted app, meaning that having a hard dependency on a non-default PHP extension probably isn't a good idea, unfortunately 😔
FYI, in Waterhole I ended up [manually adding a caching layer](https://github.com/waterholeforum/core/blob/main/src/Translation/FluentTranslator.php#L121) which serializes/unserializes parsed `FluentResource` instances onto the filesystem. Works great.
Hi @SychO9, Thanks for choosing json-api-server to power Flarum's new JSON:API layer! It's a great feeling to still be able to contribute to Flarum indirectly. Thank you also for the...
> This is very opinionated though, but easier than to create a class for each custom endpoint. Especially since we often have command handlers to dispatch from inside action anyway....
@TkDodo how do you apply `activeProps` without having to pass them every time? I want to be able to achieve something like this: ```tsx import { ListItem } from 'my-design-system';...
Hey Chris, thank you for the kind words 😊 You're right that this hasn't been talked about before, but it's always been in the back of my mind as something...
With the release of [v1.0.0-alpha.1](https://github.com/tobyzerner/json-api-server/releases/tag/v1.0.0-alpha.1), which adds support for typed attributes, consider work on OpenAPI definition generation well underway :)
Hi @bertramakers, work is in progress (but incomplete) on the [`openapi` branch](https://github.com/tobyzerner/json-api-server/tree/openapi). Feel free to try it out and let me know what you think! ```php use Tobyz\JsonApiServer\OpenApi\OpenApiGenerator; $api =...
I'm going to need this in one of my own projects soon, so I reckon I might set some time to work on it before January.
Now technically possible with custom endpoints in v1.0. Providing some Action endpoints out of the box planned for v1.1