-
Hello, I am having an issue while trying to get urls for the objects.
### Version of AWS SDK for PHP?
aws/aws-sdk-php 3.112.25
### Version of PHP (`php -v`)?
php-7.4.0RC…
-
Vapor currently has two, separate HTTP APIs. The lower level one, prefixed with `HTTP` comes from the [vapor/http](https://github.com/vapor/http) package. The higher level one, in Vapor itself, builds…
-
Picasso saved all the calibration results to the ASCII files, which leads to a confusing data structure as plenty of old/reprocessed results kept loading to the same ASCII file. Now, we start to think…
ZPYin updated
4 years ago
-
When creating a `testable` application for unit testing (got my example from the raywenderlich/vapor-til project) the threads spawned in the `BlockingIOThreadPool` aren't closed. The threadpool is clo…
-
So this might be out-of-scope, but with the bootstrap method etc, I was thinking of a Laravel queue driver. Where each job is just the event basically (as jobs are stored as json mostly anyways)
-…
-
I'm developing an image processing app for iOS and would like to keep the actual processing algorithm in the cloud. Based on my research Cloud Run looks like a perfect prospect.
I need to be able …
ghost updated
4 years ago
-
I am using this PostgreSQL handler together with fluent and the database connection pool. It appears that Postgres connections using TLS sometimes get closed after long periods of inactivity. The next…
-
### Steps to reproduce
- Create a record -> category
- Create children records of the category -> products
- Injecting products into the category object created earlier
### Expected behavior
`c…
-
Hey,
I've just been testing this out using the example from https://forums.swift.org/t/whats-new-in-vapor-4/31832, and I've been having issues having a persistent connection to the APN server.
Fo…
-
Filing for discussion.
Motivation is primarily to allow a standard and straightforward method of creating `ThreadSpecificVariable`s for use on `app.eventLoop` (rather than have to modify each app s…