-
Mail sent on the 31st at 11:59pm Eastern Standard Time will show up as a message for the following month. Seems like the filter is catching a different date. The actual message however has the correct…
-
Hi
What is different between Foal and [Nest](https://github.com/nestjs/nest),[adonis](https://github.com/adonisjs/adonis-framework) etc?
-
https://github.com/apache/incubator-ponymail-foal/blob/3bd8a69713440cb3acacd97233c22c34786e4c71/server/plugins/messages.py#L227
messages.get_email uses "match" in an attempt to find badly parsed me…
-
https://github.com/apache/incubator-ponymail-foal/blob/221c8d20654cdea7ad690b123323f09bb24f02be/server/plugins/messages.py#L172
The return value type here does not agree with the normal return whic…
-
The following condition can never be true:
https://github.com/apache/incubator-ponymail-foal/blob/1df39b3bd6876ce1896558b90092d69c3fcfbe57/server/plugins/defuzzer.py#L159
This is because bit[0:1…
-
Hi! I was talking to a follower who cannot use FoalTS.
He's trying to create an app, and he got an error message, because foal is trying to install the dependencies using YARN.
We have the optio…
-
Version of FoalTS: 2.6.0
Hi @LoicPoullain,
I have a similar problem like https://github.com/FoalTS/foal/issues/488, but not exactly the same. I import one service in an other service:
```ts
ex…
-
Error: schema is invalid: data.properties['isActive'].required should be array
at Ajv.validateSchema (/home/vader/projects/startups/soloo/node_modules/ajv/lib/ajv.js:178:16)
at Ajv._addSchema…
-
When Foal is behind a proxy server such as NGINX, the Morgan logger always shows the localhost as the remote.
I believe this can be fixed by adding:
`app.enable("trust proxy");
`
before adding the…
-