Carlos Espa
Carlos Espa
I'm having the same problem. Shouldn't this be fixed in the repo? #220 solves it for me but I don't see any progress on that PR
Hi! I'm currently working on creating the mentioned plugin and will submit a PR to add it to community plugins as soon as it's working
Hi! We have released v1.0.0 of nearform/fastify-constraints. Maybe you can check it to decide if it resolves this issue.
@climba03003 Done!
> * [ ] Read permissions from a config file (`policy.json`) Hi I'll be working on this.
> [ ] Log whenever permission is denied for some resource Hi! @RafaelGSS and I are investigating on how to support this.
Hi @alebak Yes, finally I made it work with `pyenv` following this [guide](https://opensource.com/article/19/5/python-3-default-mac) Thanks for the suggestion, though.
Hi! I'm working to debug the problem. If anyone has found anything yet please let me know.
Hi again! The problem seems to be that those functions are running and exiting before the setTimeout callback that schedules `processstat` writes is triggered. Making any of the functions go...
That's right either removing the forced exit or having the program do something or be an ESM solves the issue. I'll go with the docs + error message then. Thanks...