Alin Climente
Alin Climente
Here is the minimum code required to replay the error: ```python from flask import Flask, request from flask_restx import Resource, Api, fields app = Flask(__name__) api = Api(app) simple_email_model =...
Hi, Awesome work on this project! I've read the documentation and I didn't find a way to run `awsets list -o all.json` without having aws cli configured (most probably I'm...
I didn't know how to add existing files to zip file, bellow is how I figure it out. Maybe this would be helpful for those who have the same issue...
Awesome work! I tried redbird with mongorepo and noticed that the `id_field` is not optional. Is there any reason behind that? The `id_field` is set to `_id` field on mongo...
Found this project on peek repo. Nice initiative to build this very useful! Unfortunately, I got this error: ```bash Traceback (most recent call last): File "/home/username/.local/pipx/venvs/pypeek/lib/python3.11/site-packages/pypeek/main.py", line 668, in recording_done...
It looks like chrome will remove this nice feature... ```py 'C:\Program Files\Google\Chrome\Application\chrome.exe --headless --disable-gpu --no-margins --no-sandbox --print-to-pdf=D:\PFASimplu\media\factura_invoice.pdf file://C:\Users\USER\AppData\Local\Temp\tmpjfchmr03.html' returned non-zero exit status 21. ``` Did some digging on my own....