Dolf Andringa
Dolf Andringa
I am stuck between Typer not supporting the new python syntax with `|None=None` and pyupgrade refusing to add an option to skip code for a specific line. I guess I'll...
I've got the same problem using the Drupal Plus Gallery module, which uses the plusgallery javascript library. If you don't specify an album id, which you want if you want...
Ok, I fixed it by changing line 92 of plusgallery.js from if(pg.albumId !== null to if(pg.albumId !== null && pg.albumId != undefined
This was resolved in version 0.7.1 by @knyghty (fancy seeing you here), but somehow a new 0.8.0 (see #31) seems to have been published since then that isn't in this...
Could you please merge your code back in here? There is still a version discrepancy between this repo and pypi. https://github.com/sbdchd/djangorestframework-types/blob/5fb868dbe023a3299875da7809282f3a019a2dd2/pyproject.toml#L3 
I don't know what went on with that version, but it also reverts fixes from 0.7.1, so I would suggest pinning your versions to 0.7.1
I really like installing bone101 through apt, but which repos is it located in? I am running wheezy and besides the default debian repos I only have http://repos.rcn-ee.com/debian/ in my...