niljub

Results 6 comments of niljub

I didn't properly wait for the file to be fetched. ```js //did not work ffmpeg.FS('writeFile','input.mp3', audio_file); //did work ffmpeg.FS('writeFile','input.mp3', await fetchFile(audio_file));

Working on a fix :)

I'm pleased to report that the fix for this issue has been successfully implemented in [pull request #1134](https://github.com/sukeesh/Jarvis/pull/1134). The issue with the cryptotracker has been resolved by switching to the...

> Thanks for the contribution! How was this fix tested? I initially tested the fix using your snippet from the bug report issue. However, during the cleanup process, I introduced...

This behavior seems to be caused by a Jira Cloud REST API limitation, not the jira-python client. The endpoint: `/rest/agile/1.0/board/{boardId}/sprint` ignores `maxResults` values above 50, even though the parameter is...