Filip Noetzel

Results 11 issues of Filip Noetzel

Some workflows require an intermediate step between changing the version strings in the files and the actual commit or tag. The current state of the implementation is all or nothing....

long-term-future

There is no way to send a raw request body (e.g. a binary file), everything is UTF-8 encoded. Webtest supports this somehow, so should this library.

This contains one fix and one improvement: (1) Uses `Site.objects.get_current()` to build the invitation verify url when sending emails. This is done in a similar fashion to how django-registration does...

Hey. Thanks for backbone-pouch, everything is very smooth so far :) I'm porting an application that saves the models on a remote server via Backbone's XHR to PouchDB and backbone-pouchdb....

We're using Python 3.5 and we kept getting this error when parsing emails: ``` Documentation: Returns all links found in the email body from given email_index. Start / End /...

Here's what I do in my `package.json`: ``` { "private": true, "scripts": { "lint-report": "cat node_modules/eslint-detailed-reporter/lib/detailed.js|sed s/take(5)/take(10000)/ > node_modules/eslint-detailed-reporter/lib/detailed.js.fixed;mv node_modules/eslint-detailed-reporter/lib/detailed.js{.fixed,};./node_modules/eslint/bin/eslint.js src/ test/ -f node_modules/eslint-detailed-reporter/lib/detailed.js -o eslintreport.html" ``` to see more...

enhancement

I like this library, but adding a cumbersome manual step to installation adds a high burden for getting reproducable builds and conistency among developers in my project. Would it be...

New feature: * Take the text result from whisper * feed it to GPT4-o with a user defined prompt * use that to create the final markdown document so that...