Peter Elmered
Peter Elmered
Images proxy should use try_files instead of a static rewrite. Instead of the rewrite, you should add this to the Nginx vhost config: ``` location ~* \.(jpg|jpeg|gif|png)$ { try_files $uri...
- Sequel Ace Version: 2.0.2 - macOS Version: 10.15.5 (Catalina) - MySQL Version: MariaDB 10.4.13 **Description** Sequel Ace can't connect to local MariaDB though socket with empty password. **Steps To...
There is an issue with the same error, but I don't think they are related. Here is that issue: #88 The solution proposed in that issue is also far from...
| Q | A | ---------------- | ----- | Bug report? | yes (in my opinion) | Feature request? | I would say it is a bug | Library version...
Adds the following: - Engine Power (with or without unit) - Engine Torque (with or without unit) - Engine Displacement (with or without unit) - Fuel Consumption (with or without...
I just updated Dropbox to the new beta where they move the Dropbox folder to it's own Volume (this is for compatibility with MacOS 12.2.1+). This caused all the symlinks...
This PR adds commands for generating seeders and migrations inside the domain. It also adds options on the `ddd:model` command to generate more files at the same time. `ddd:model -a`...