David Busby
David Busby
Add this to composer.json autoload section ``` "exclude-from-classmap": [ "/vendor/erusev/parsedown-extra/test" ] ```
Add this to composer.json autoload section ``` "exclude-from-classmap": [ "/vendor/erusev/parsedown-extra/test" ] ```
PSR-0 (https://www.php-fig.org/psr/psr-0/) makes me think it needs to have the `namespace test` edit: yea, worked for me.
Hey, I'm the one who has the site with the bad information on `-i` ; I've finally fixed that page after '@infrastation' requested the update in 2015. Better late than...
There is this nasty C extension I made: https://github.com/edoceo/pg-ulid And this one that's in plpgsql - https://github.com/geckoboard/pgulid or https://github.com/schinckel/ulid-postgres
We're using release v0.32.9 and it also shows this problem; no active users of Metabase yet it has 195 open connections to my DB server (postgresql 11). I have metabase...
Embeded in page with JSON+LD or making same data as '.json' type request?
Should document the Pub server too
I too have this same issue; there are no Redirect URIs section listed; I have the correct URIs listed in Launch and Disconnect however it still only shows "We're sorry!"...
@vivek1082 and @kusman28 here is where some code I made sorta-solves this: https://github.com/openthc/api/blob/master/bin/build-openapi.php#L54 That script takes the source with the '$ref', then recursively tries to resolve them to build a...