Martin Frojd

Results 13 issues of Martin Frojd

The path to `ffmpeg-static` should probably not use the subproperty `.path`, it doesn't seem to find it: https://github.com/firebase/functions-samples/blob/207d80197711d14c93ff639ff8416c75f984c9e6/ffmpeg-convert-audio/functions/index.js#L69 If I change to `.setFfmpegPath(ffmpeg_static)` it works.

When you create a pagination, it doesn't take into account any .limit() or .skip() that has already been done to the QuerySet being inputted. For example, if I do articles.objects().limit(3),...

type: bug

I'm not 100% sure if this is by design, but assume this model: ``` class B(EmbeddedDocument) ... class A(Document) b = EmbeddedDocumentField(B) form_class = model_form(A) ``` As model_form() uses the...

type: enhancement

What problem could Sentry solve that it doesn't? Many times in production we've had issues with Sentry events not submitting as expected. It has been many different reasons. Many of...

Feature

## Issue Description ## OmniSharp regularly "loses" Mono path, only solvable by restart of both VS Code and Unity. The error message is: `[ERROR] Error: Unable to find Mono. Update...

As I experimented with JSDoc API, I tried the following code: ```js const jsdoc = require('jsdoc-api') jsdoc.explainSync({files: 'functions/engine/scenarios.js', pedantic: false}); ``` Unfortunately, that throws an error, where it seems as...

bug

### Action config ``` - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_FICTIVE_V3 }}' channelId: live projectId: fictive-v3 target: fictivefront ``` ### Error message No error message. ###...

bug

Pip freeze: ``` aiofiles==23.1.0 anyio==3.6.2 async-generator==1.10 attrs==22.2.0 certifi==2022.12.7 exceptiongroup==1.1.1 h11==0.14.0 html5tagger==1.3.0 httpcore==0.16.3 httptools==0.5.0 httpx==0.23.3 idna==3.4 iniconfig==2.0.0 multidict==6.0.4 packaging==23.0 pluggy==1.0.0 pytest==7.2.2 pytest-sanic==1.9.1 rfc3986==1.5.0 sanic==23.3.0 sanic-routing==22.8.0 sniffio==1.3.0 tomli==2.0.1 tracerite==1.1.0 ujson==5.7.0 uvloop==0.17.0 websockets==10.4...

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which version of the SDK? 1.1.0 How did you install the package? (Git-URL) Which version of Unity? 2021.3.41f Is this...

Bug

Usually when I need to use the Debug Toolbar is when I get an unexpected error, which can include a 500 or 404. But Debug Toolbar seems to only activate...