Stuart Longland

Results 24 issues of Stuart Longland

My workplace is using Amazon S3 buckets which mandate that server-side encryption is enabled (specifically bucket policy there mandates [SSE-S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingServerSideEncryption.html)). The following pull request implements this, and lays some initial...

Hi, I used to use `sqlite-manager` years ago with an earlier version of Firefox, there used to be a menu item to open an external SQLite3 file. It worked great,...

Fanstel make a number of FCC-approved modules and dongles built on the Nordic nRF52840 system on chip. There are a few differences in how the chip is wired up which...

enhancement
platform: nrf52840

How does one execute a stored procedure through the classes provided by `aiomysql.sa`? I need to use a stored procedure for a couple of operations, with all others being done...

question
sqlalchemy

Hi, I recently stumbled on this looking for a way to parse EXIF in a photo gallery app. I'm using Tornado on Python 3.5, but hit a stumbling block in...

`tinycbor` fork branch `thiagomacieira/dev` adds support for abstract readers and writers, but the implementation had some limitations in cases where multiple `CborValue` cursors were iterating over the same CBOR document,...

Hi, Is it possible to parse and and emit a CBOR document in parts? The use case here is where I might have a CBOR file that's in the order...

enhancement

Saw this comment from Debian's build system whilst building OpenThread Border Router (as a `.deb` package): ``` 24-Aug-2020 15:56:51 | dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/openthread-border-router/usr/sbin/ot-ctl...

question
comp: build

Hi all, I might try tackle this myself at some point… but the situation is this. Sometimes you want to quickly palm off a call to a different extension. Maybe...

enhancement
needs discussion
GUI

So, been thinking about this for a long while now. We have the necessary bits for asynchronous operations, and yes, it's on my to-do list to write an async HTTP...

documentation