Ryan Thompson

Results 26 comments of Ryan Thompson

This might be a trash idea but what about a model solely for search that uses a polymorphic relation for the entry relation and a JSON column or something for...

Where is this feature at in the roadmap? Any near-future plans to implement filters like this? I would see no reason to look elsewhere with 1.) Filters and 2.) Weight...

Care to share more about approaching this? Seems like since Boolean searches are already in place - it should be part way there in adding a filter like this. If...

It looks like adding OpenAPI v3.1 support should do it: https://apisyouwonthate.com/blog/openapi-v3-1-and-json-schema Currently: https://apisyouwonthate.com/blog/openapi-json-schema-divergence

We are using it for: https://streams.dev/ We return the schema of a "stream" (our domain model structures) for API documentation and code generation, but also as a generic interface to...

Did you first run ‘composer install’ ? ‘php artisan serve’ works all the same with Pyro. You might need a host name locally to run properly but sounds like you’ve...

Did you first run ‘composer install’ ? ‘php artisan serve’ works all the same with Pyro. You might need a host name locally to run properly but sounds like you’ve...

Ahh, so a little older install. PHP 7.4 is what you want, then run composer update again because Symfony has a bunch of polyfills that will adjust to that PHP...

string-render('{{ example_func() }}', [vars]); I have a bound instance of the bridge using the string loader in Pyro: https://github.com/anomalylabs/streams-platform/blob/1.0/develop/src/Support/String.php

Ya, our method had it’s drawbacks too though. Modifications are detached from any system knowledge for one. Craft is an example of someone who does some things right here that’s...