Toby Harris

Results 6 issues of Toby Harris

Steps to reproduce – - Set desired custom domain to a non-final stage, e.g. a PR stage to establish it’s working. Deploy, it works. - Change stage custom domain applies...

Failure – ``` /path with spaces> npx sst start Using stage: xxx Preparing your SST app ======================= Deploying debug stack ======================= node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module ‘SST'...

Feature suggestion – A function to retrieve the start and end bit index of a [pack format](https://pythonhosted.org/bitstring/packing.html) parameter, ie. the ability to interrogate a pack format. If no parameter is...

enhancement ✨

The radio API is awkward if you want to broadcast state messages. e.g. You cannot check for any new messages to break out of a loop without actually pulling the...

A contribution back to the project forged from my use of it. Use like so – ``` AssertSuccess( ffmpeg.avformat_alloc_output_context2(&outputContext, null, null, null), "Could not allocate output format context" ); ```...

Modelling empty lists and sets by omitting the property is understandable from a storage perspective, but adds overhead to the business logic consuming the objects. As a modelling layer over...