Lujeni

Results 18 comments of Lujeni

If this can help with debugging, using `pyenv` was able to reproduce the memory leak under python 3.8.X using multiple middlewares. ``` 2243 memory blocks: 3820.5 KiB File "/home/lujeni/.pyenv/versions/3.8.13/lib/python3.8/asyncio/locks.py", line...

> So the most important action for the MongoDB Working Group is adding integration tests for the existing and new modules. I had started (few years ago ;o) writing tests...

Hello @nommaz You right but it's quied a big work for me :).

Hello @andrewtw Thanks for the issue / feedbzae I need to refactor the way to retrieve the board and create the hook between Trello and Matterllo. I ll try to...

@kfitz Hi again ! still sorry for these problems `Invalid return_url` error is from the Trello oauth right ? Do you have any matterllo logs ?

``` sqlite3.OperationalError: attempt to write a readonly database ``` It's seems there is an issue on your database. How do you setup/run matterllo ?

@SsuperL did you try to `git fetch` before your command ? its seems GitLab CI dont fetch every branch

```python sf = Salesforce( domain="xxx--uat.sandbox.my", username=username, password=password, consumer_key=client_id, consumer_secret=client_secret, ) payload = {"verifyX": {"X": "123"}} result = sf.apexecute('execute', method="POST", data=payload) print(result) ``` Seems good on my side

@samj1912 friendly bump :)