Johannes Schriewer

Results 15 comments of Johannes Schriewer

This would be a bit complicated as gunicorn kills workers that are *stuck* too long, so the wsgi app below the worker will just end without any notification. If you...

Same problem with 1.11 here, solved it by inserting my own exception catching middleware which just calls out to raven and returns `None` so the exception bubbles up. This catches...

If you want to you could replace xed with the following shell/applescript combo: ``` #!/bin/bash if [ "$1" = "-l" ] || [ "$1" = "--line" ] ; then line=$2...

if you omit the "open" thing, it jumps to the line in the current open file in Xcode so that would not be wise to do. Perhaps that's some file...

Working config would be something like this (put into `.eslintrc.js`): ```js module.exports = { root: true, parserOptions: { ecmaVersion: 6, sourceType: 'module', }, parser: 'babel-eslint', extends: 'airbnb-base', env: { es6:...

The sparse disk support patches on my github account work. Currently you cannot shrink the images but at least they are fine grained sparse disks. (Apple uses 8MB chunks, my...

Hi, i didn't see that someone already made a PKGBUILD. I've created one too and already pushed to the AUR. If you want in as a co-maintainer just tell me...

i can try, but it depends on libturbojpeg if it is possible.

Perhaps I may redirect you to https://github.com/dunkelstern/SafeAssetLoader if you just want to load JPEGs from the assets library. Tell me if that fixes the problem you're trying to solve, else...

Biggest problem with this: libTurboJPEG itself does not have ARM64 assembler code for some components. If I would enable it performance under 64 bit would be much worse than under...