Darrell Wright

Results 24 issues of Darrell Wright

It would be nice to have an option to not produce a file when the output is empty(or close to it). It happens when excluding namespaces and a file is...

enhancement

I have read through the docs, mostly app and middleware, but I cannot figure out how to set the request size limit. Or if it doesn't let one set that,...

feature

When reporting a bug please include the following: ### Version of Boost origin/develop commit 3f48a274589aac06280b2c1b0e3d70796cac4b05 These break when std::experimental::polymorphic_allocator is in use in standalone mode https://github.com/boostorg/json/blob/develop/test/memory_resource.cpp#L62 is depending on `std::pmr::polymorphic_allocator`...

https://github.com/ps2/rileylink_ios/blob/5c43423c55667dd5935e5675a78c4272f1fc075f/NightscoutUploadKit/NightscoutUploader.swift#L53 When initializing the URLComponents from siteURL, it isn't copying the port. The forces the port to be the 443/80 defaults. This is related to https://github.com/LoopKit/Loop/issues/1229

The web logs show it attempting to connect to GET //api/v1/experiments/test HTTP/1.1 when the nightscout url in 0.71 ends with a /, workaround is to remove it.

Allow for stoping the serialization/checking for the situation where numbers can exceed what some parsers(JS) can read without mutating the value.

Allow an option for serialization that generates random errors(with a guarantee of at least one) in the structure of serialized data. This maybe incorrect whitespace, brackets, commas, braces, quotes... This...

The CP's in the mappings for things like Constructor/Switcher/... should be able to take an optional param, call it json_client_state_t that is essentially a std::any. This will allow them to...

enhancement