-
It would nice to create a new Vapor provider project with a simple command like `vapor new MyProvider --template provider`
-
I'm not sure if this is the right corner to post this or if the idea is totally out of scope for any future release of the mobile platform, but it's worth asking.
Some notes about my project:
- I hav…
-
I get the following error:
Error: swift-package: error: The dependency graph could not be satisfied (https://github.com/vapor/vapor.git)
when running vapor fetch when including gzip-provider in my P…
-
Trying to use this to update a 1.5 project to 2.x.
Project hangs when doing `vapor update`, tried with `vapor update --verbose` and it seems to hang after these messages:
```sh
Updating https:/…
-
### Repro steps
* Create droplet on DigitalOcean running Ubuntu 19.04
* `ssh` into droplet as `root`
* `git clone https://github.com/bluedesign/FaxServer`
* `cd FaxServer`
* `docker-compose up`
…
-
When i tried to update/build vapor project.It is not generating it.
I have added in Package.swift file
`
import PackageDescription
let package = Package(
name: "FundooNotes",
products: …
-
**Yes, this project is still maintained!**
The current issue is that our (OpenStreetMap Belgium) server and the infrastructure (SQLite) worked perfectly fine for a few region but is undersized for …
-
Hi guys! Thanks for this first of all.
I was wondering if I can use this provider with Vapor 3 like I'm already doing in Vapor 2.
Any clue?
-
Hi, thanks so much for Vapor and everything you do for the Elixir community.
In my app I was trying to define the configuration in a file but be able override some of it using environment variables…
-
Hi,
Last year I built a project that relies on [Forms](https://github.com/nodes-vapor/forms) and [Admin-Panel-Provider](https://github.com/nodes-vapor/admin-panel-provider). I am in the process of …