tsterker
tsterker
@lindyhopchris A `searched` hook would be a great start! My current quick-and-dirty workaround is using the `searching` hook like below. But I'm not even sure if I'm doing this correctly...
@lindyhopchris Are there any concrete plans on tackling this in the foreseeable future? I'm currently struggling using the `searched` hook to add/update a top-level `meta` field when having paginated results....
@naesean @etienne-monier I found some rudimentary docs here: > https://serversideup.net/open-source/financial-freedom/docs/installation/install-on-synology > _([sources](https://github.com/serversideup/financial-freedom/blob/045de6e0157748f873f9c3fb0bbe44448b54e47a/docs/content/docs/1.installation/2.install-on-synology.md))_ After following the instructions, the project failed to start and I first had to manually create the mounted...
Possibly relevant to consider in the context of https://github.com/WebOfTrust/keripy/issues/1001, because *this* bug could be another source of confusion when working with aliases. FYI @kentbull
> I haven't seen this behavior before. Maybe it was fixed. I can confirm that I experienced this (or a similar?) issue yesterday. Unfortunately, I don't have instructions to reproduce...
ℹ️ **How to reproduce:** ```bash OOBI_ALIAS=imposter OOBI_A=https://contact-a/oobi OOBI_B=https://contact-b/oobi kli oobi resolve --force --name foo --oobi-alias $OOBI_ALIAS --oobi $OOBI_A" kli oobi resolve --force --name foo --oobi-alias $OOBI_ALIAS --oobi $OOBI_B" ``` Result:...
@jaydrogers I'm currently trying to follow up on this topic and understand the issue mentioned [above](https://github.com/serversideup/docker-php/issues/179#issuecomment-1563218182) and how #180 could be the cause for this. ℹ️ **Is there an example...
@iFergal I don't think @kentbull was suggesting that the `find` implementation needs to change, but rather that the `grant` command could be improved: > IPEX Grant-ing to the new contact...
@lindyhopchris For the record, I'm using this configuration and it also seems to work so far: ```php ->withExceptions(function (Exceptions $exceptions) { $exceptions->dontReport([ JsonApiException::class, ]); $exceptions->renderable(\LaravelJsonApi\Exceptions\ExceptionParser::make()->renderable()); }) ``` I have not...
> We should just change the default here to use HTTPS instead of HTTP This could be considered a breaking change. Example: - An agent has a broken HTTPS URL...