-
When I run `craft Heroku:config --set` if my `.env.production` file has an empty line on middle, eg:
```
...
KEY=SUPER_SECRET
DB_CONNECTION=POSTGRES
...
```
It gives an error... `out of i…
-
**Describe the feature as you'd like to see it**
There should be a way to specify composite primary keys on a model, either as a tuple or list:
```python
class User(Model):
__primary_key__ = […
-
Using the same example as the documentation where we have 3 tables countries, users and posts
```
countries
id - integer
name - string
users
id - integer
country_id - intege…
-
**Describe the bug**
I have a `HasMany` relation which I am calling it by `with_()` and I want to have `.addselect()` but it throws error `getattr(): attribute name must be string` ... you can only h…
-
Npm install just adds the template code to the node_modules directory.
We could...
Create a command that does the initial copy over.
Create another command that copies over the bin folder.
…
-
Error when create entity with mysql (PyMySQL)
'NoneType' object has no attribute 'autocommit'
-
**Describe the bug**
When one-to-many relationships is eager-loaded (using the `_with` function) from a record, the serialized value for the related field is set as None.
**To Reproduce**
```pyth…
-
Roof Deco pieces are made of Masonite and pressed board. The channels and lower segment of pieces are rotten and damaged by water.
They need to be removed, refabricated and a new channel/mounting …
-
This is also related in a way to #347, my specific use case is a project using Orator latest version (0.9.9) and I would like to also use Cleo (0.8.1) however right know due to orator I can only use C…
-
These files will detect the language in each request.
Helpful links
- https://docs.masoniteproject.com/the-basics/requests
- https://docs.masoniteproject.com/architectural-concepts/service-prov…