Stuart Langridge

Results 57 issues of Stuart Langridge

Twitter, for example, returns OAuth token data as a querystring (x-www-form-urlencoded), not as JSON, so signing in breaks as per https://github.com/fullstackreact/react-native-oauth/issues/165. Correct this by catching the JSON parse error and...

The code example in the README is ``` with codecs.open('file.ofx') as fileobj: ofx = OfxParser.parse(fileobj) ``` For Python3, this tends to throw a `TypeError: must be str, not bytes` error....

The setup page checks for $_POST["redirect"] to see if you've clicked the "sign in with Twitter" button. However, Firefox (because the Twitter button is an image) supplies redirect_x and redirect_y...

### Expected behaviour When setting up a Github repository to be built by build.snapcraft.io, after I add my organisation, a list of my repositories is fetched so that it can...

Priority: Low
Feature 🎁

If the devtools are open when a tab is discarded, it would be very useful if they were restored when the tab is restored.

help wanted

If I try using Ubuntu SDK to compile Beru (for a different platform; e.g., the emulator) the build fails with error "error: poppler/qt5/poppler-qt5.h: No such file or directory". I assumed...

...which allows someone to jump to a place in the book directly rather than having to skip through page by page. I find myself missing this a lot.

It would be very handy to be able to lock the orientation of Beru to portrait. Even if you don't want orientation locked on the whole phone (so that you...

enhancement
hackdays-1407
device
sdk

If I rotate the phone so that it's landscape, and then go back to portrait, Beru's layout of a book often gets confused, displaying larger than the screen and weirdly...

bug
device

Beru doesn't deal all that well with epubs which have the whole book content in one massive HTML file rather than a number of small files. Now, obviously, a well-put-together...

enhancement